Sara
|
9f9cc446fe
|
switched testing player controller to wasd (from arrows)
|
2023-05-07 17:55:22 +02:00 |
Sara
|
8f7792c673
|
removed all references of ui module
since this is now a separate branch/pr
|
2023-05-07 17:55:08 +02:00 |
Sara
|
0bdfba4d11
|
added -DCMAKE_EXPORT_COMPILE_COMMANDS to debug and release build scripts
|
2023-05-07 17:54:14 +02:00 |
Sara
|
2a2ea2c784
|
compile_commands.json is now ignored
|
2023-05-07 16:10:08 +02:00 |
Sara
|
1021d04013
|
fixed nan issue in player
|
2023-05-07 16:09:19 +02:00 |
Sara
|
1034fff697
|
removed compile_commands.json
|
2023-05-07 16:09:10 +02:00 |
Sara
|
7fc3439c9c
|
removed breakpoint from debug script
|
2023-05-07 16:08:25 +02:00 |
Sara
|
d28305920f
|
added inline to static functions
|
2023-05-06 00:05:05 +02:00 |
Sara
|
76dbc26787
|
added breakpoint at main for debug
|
2023-05-06 00:01:56 +02:00 |
Sara
|
a55bf84aef
|
engine internal functions are now static inline
|
2023-05-05 23:27:08 +02:00 |
Sara
|
182cfc66cb
|
added delta_time to engine.c
|
2023-05-05 23:26:30 +02:00 |
Sara
|
cc08588b17
|
internal asset functions are now static
|
2023-05-05 23:23:41 +02:00 |
Sara
|
64b8dbcbf3
|
removed one use of memcpy and replaced with *a = *b
|
2023-05-05 23:23:04 +02:00 |
Sara
|
2457858399
|
changed many of the functions to now be static
|
2023-05-05 23:22:32 +02:00 |
Sara
|
ee2dd74566
|
added updated game to test world
|
2023-05-05 23:20:38 +02:00 |
Sara
|
6afac70411
|
added player to test world
|
2023-05-05 23:20:23 +02:00 |
Sara
|
465551e981
|
replaced tilemap with world
|
2023-05-05 23:20:07 +02:00 |
Sara
|
851714810c
|
changed to single build directory and now using debug and build sh scripts
|
2023-05-05 23:19:38 +02:00 |
Sara
|
3a4c037aa7
|
removed tilemap.csv
|
2023-05-05 23:18:11 +02:00 |
Sara
|
f076c061b6
|
Merge remote-tracking branch 'origin/main' into worlds
|
2023-05-05 22:20:16 +02:00 |
Sara
|
b898fd5b31
|
added return in guard clause for empty drawcmd buffer
draw(cmd) had a bug causing the first drawcmd in every frame to be added twice, for text this would cause a double free
|
2023-05-05 22:17:28 +02:00 |
Sara
|
2b927259a8
|
draw(cmd) is now no longer in declared in header
|
2023-05-05 22:14:30 +02:00 |
Sara
|
750b30aa89
|
no_sprite is now a #define for a all-zero sprite
|
2023-05-05 22:14:01 +02:00 |