TheoryOfNekomata
0cee207138
Implement abstractions
Ensure each initialization method is in its own source.
преди 2 години
TheoryOfNekomata
627e2a8f28
Update tests
Ensure correct arguments are passed.
преди 2 години
TheoryOfNekomata
3c3c971726
Optimize config loading
Determine config path only once.
преди 2 години
TheoryOfNekomata
33cc6e5edb
Add Spine dependency
Add spine-runtimes to dependencies
преди 2 години
TheoryOfNekomata
b8f5131fb9
Implement geometry methods
Add geometry methods for point, vector, and rectangle.
преди 2 години
TheoryOfNekomata
0ae822976a
Organize tests
Ensure one type of test can only be handled at a time.
преди 2 години
TheoryOfNekomata
881b415d60
Implement joystick tests
Implement tests for joystick axis, hat, and button events.
преди 2 години
TheoryOfNekomata
13bc81c018
Organize CMakeLists
Order files from order of includes.
преди 2 години
TheoryOfNekomata
d9cb1483d0
Organize test fixtures
Add third-party mocks, specify mock files.
/? Do we need first-party mocks in their own files, or can we provide a
mock flag in the implementation files already?
преди 2 години
TheoryOfNekomata
656bcf0260
Isolate input/output handling
Make device handling opt-in.
преди 2 години
TheoryOfNekomata
6a0e71faef
Update mocks
Use types from header file.
преди 2 години
TheoryOfNekomata
093653d1e6
Define call count type
Use call count type to contextualize call counts.
преди 2 години
TheoryOfNekomata
6d6c35d557
Define mock macros
Use macros for syntactic sugar.
преди 2 години
TheoryOfNekomata
498051b454
Add mocks and stubs
Include mocks and stubs implementation in config unit tests.
преди 2 години
TheoryOfNekomata
123ccffa2b
Define constants
Use #define instead of const for constants.
преди 2 години
TheoryOfNekomata
d320b66402
Add unit tests
Use bdd-for-c for unit tests.
преди 2 години
TheoryOfNekomata
3f1757574a
Reorganize game loop
Honor the FPS cap with updating video. Now the update occurs after
processing all the input actions.
преди 2 години
TheoryOfNekomata
cc63e9e338
Add gamepad/joystick support
Implement event handling for gamepads and joysticks.
In addition, the events are ordered according to SDL compatibility.
преди 2 години
TheoryOfNekomata
e5b0e5129d
Refactor structure
Extract config-related code to their own source files.
преди 2 години
TheoryOfNekomata
f3d50bcd99
Save config upon loading
Ensure that initial loading of the config saves the values back to the
config file, in order to account for fallback values.
преди 2 години
TheoryOfNekomata
aa41c57db6
Add ini parser, setup custom config
We use minIni to parse ini files instead of implementing our own. This
is useful for config modifiable by the user, such as controls.
However, we haven't implemented a fault-tolerant config that writes to
the config when the existing file is corrupted or non-existent. We will
have to define a "save" as soon as we have all values defined for our
in-memory config, regardless if we have retrieved the values
successfully or provided default hardcoded values.
Since we use an external dependency to manage our configs, the CMake
config must be modified and the source files included in the build. How
do we organize the dependencies from other Git repositories moving forward?
преди 2 години
TheoryOfNekomata
d5bdd3c101
Update CMake config, add events demo
Make CMake load dependencies relative to project directory.
преди 2 години