TheoryOfNekomata
|
20507c58a8
|
Update string functions, midi-utils
Fix midi-utils bug
|
1 рік тому |
TheoryOfNekomata
|
45391950dc
|
Extract MIDI utils
Separate MIDI utils into its own package.
|
1 рік тому |
TheoryOfNekomata
|
397828c1a4
|
Organize codebase
Extract tests from source directory.
|
1 рік тому |
TheoryOfNekomata
|
f4799aa679
|
Update input code
Correctly include portmidi in tests.
|
1 рік тому |
TheoryOfNekomata
|
8a2e159aae
|
Update weapon models
Update Paragon details.
|
1 рік тому |
TheoryOfNekomata
|
24fb053d58
|
Update character sprites
Define other playable characters.
|
1 рік тому |
TheoryOfNekomata
|
7ddefa74d3
|
Update windows build commands
Supply correct line escape character.
|
1 рік тому |
TheoryOfNekomata
|
dfe9a7e6b7
|
Update build instructions
Make build instructions concise.
|
1 рік тому |
TheoryOfNekomata
|
bfe16c942e
|
Update weapon data
Balance weapon stats.
|
1 рік тому |
TheoryOfNekomata
|
edcc8e826f
|
Merge branch 'master' of code.modal.sh:modal-studios/izanagi-2022
|
1 рік тому |
TheoryOfNekomata
|
71c053ba6e
|
Update character sprites
Improve character sprites.
|
1 рік тому |
TheoryOfNekomata
|
e7810dc12c
|
Merge branch 'master' of code.modal.sh:modal-studios/izanagi-2022
|
1 рік тому |
TheoryOfNekomata
|
1fc162a51c
|
Update README
Document project setup correctly.
|
1 рік тому |
TheoryOfNekomata
|
f9cea8b396
|
Merge branch 'master' of code.modal.sh:modal-studios/izanagi-2022
|
1 рік тому |
TheoryOfNekomata
|
72e60eae14
|
Update character sprites
Add second character.
|
1 рік тому |
TheoryOfNekomata
|
ebebba1fb9
|
Add build scripts for macOS
Include build scripts for generating CMake cache as well as building from ninja.
|
1 рік тому |
TheoryOfNekomata
|
8c7de21298
|
Add build scripts for Windows
Specify command for building in Windows without depending on the IDE.
|
1 рік тому |
TheoryOfNekomata
|
95f46278f5
|
Fix input test
Add mocks for some SDL functions related to joysticks/gamepads.
|
1 рік тому |
TheoryOfNekomata
|
2d326b1f8b
|
Migrate portmidi
Remove old portmidi dependency.
|
1 рік тому |
TheoryOfNekomata
|
30469008de
|
Migrate SDL to subprojects
Remove old SDL dependency.
|
1 рік тому |
TheoryOfNekomata
|
ba89fa1a74
|
Start migrating dependencies to subprojects
Put minIni, and bdd-for-c dependencies to subprojects dir.
|
1 рік тому |
TheoryOfNekomata
|
b7b519cc5e
|
Remove dependencies.txt
We already have dependencies defined as Git submodules.
|
1 рік тому |
TheoryOfNekomata
|
573d59d5ac
|
Add subprojects for Meson
Include subprojects so we can deprecate dependencies.txt
|
1 рік тому |
TheoryOfNekomata
|
4c952b1df6
|
Update character asset
Improve sprites.
|
1 рік тому |
TheoryOfNekomata
|
fd6e320a07
|
Update character sprite
Add joints to character sprite.
|
1 рік тому |
TheoryOfNekomata
|
525aad7693
|
Add characters sprite
Include characters sprites.
|
1 рік тому |
TheoryOfNekomata
|
9c7cacf3ed
|
Address build warnings
Ensure warnings have been accounted for.
|
1 рік тому |
TheoryOfNekomata
|
a6ddf68c8a
|
Genericize compatibility
Extract additional platform-specific imports to basic compatibility
header.
|
1 рік тому |
TheoryOfNekomata
|
fce519404d
|
Update config mock
Add parameter names for config mock functions.
|
1 рік тому |
TheoryOfNekomata
|
e86b23fec2
|
Update macOS compat
Properly declare shims for macOS.
|
1 рік тому |
TheoryOfNekomata
|
49d7937d05
|
Organize memory allocation
Only free memory that are dynamically allocated.
|
1 рік тому |
TheoryOfNekomata
|
09954125ff
|
Test Linux support
Configure environment for Linux.
Server runs ok, the game runs but with no window...
|
1 рік тому |
TheoryOfNekomata
|
7556335605
|
Add net teardown
Encapsulate net teardown logic.
|
1 рік тому |
TheoryOfNekomata
|
e99e008a53
|
Update logs
Ensure setup/teardown is in correct order.
|
1 рік тому |
TheoryOfNekomata
|
c45ec22ff8
|
Update input test
Ensure states are loaded and initialized to defaults.
|
1 рік тому |
TheoryOfNekomata
|
901f7aef48
|
Update input tests
Ensure input test implementation is aligned to current input API.
|
1 рік тому |
TheoryOfNekomata
|
d0c66fe817
|
Force server database path
Use path relative to server executable instead of current working
directory.
|
1 рік тому |
TheoryOfNekomata
|
eb1e1593c3
|
Update return statements
Use blank returns for subroutines.
|
1 рік тому |
TheoryOfNekomata
|
7765b46941
|
Update docs
Include updated usage on list functions.
|
1 рік тому |
TheoryOfNekomata
|
a05e605ec4
|
Add other list functions
Implement and fix list functions and their tests.
|
1 рік тому |
TheoryOfNekomata
|
0ad985b4f0
|
Update memory and data tests
Use modes for list teardown calls to prevent pollution of the tracked
calls.
|
1 рік тому |
TheoryOfNekomata
|
0fda7dd8ba
|
Fix list tests
Convert list to doubly-linked list for easy traversal.
|
1 рік тому |
TheoryOfNekomata
|
d8ec780689
|
Force server logs to stdout/stderr
Make server use standard output streams instead of file-based streams.
|
1 рік тому |
TheoryOfNekomata
|
659142c181
|
Fix logging
Add capability to log outside stderr and stdout.
|
1 рік тому |
TheoryOfNekomata
|
885114605c
|
Update CMake
Unify variables across the project.
|
1 рік тому |
TheoryOfNekomata
|
0fca9b77e3
|
Update linked list implementation
Use node pointers instead of duplicating the find function logic.
|
1 рік тому |
TheoryOfNekomata
|
baae003eae
|
Improve logging
Add context on all log items.
|
1 рік тому |
TheoryOfNekomata
|
74c1b13787
|
Update console output
Make colored console output work in Windows.
|
1 рік тому |
TheoryOfNekomata
|
6d513ca6c3
|
Fix tests
Add correct includes.
|
1 рік тому |
TheoryOfNekomata
|
bd0cdc1694
|
Update mock library
Separate mock library from source.
|
1 рік тому |