Commit Graph

24 Commits

Author SHA1 Message Date
KikooDX 5abe1d6828 [WIP] FPS limit doesn't work, ask for help 2020-09-19 11:14:51 +02:00
KikooDX 65ceff3971 Lot of bugfixes and improvements :)
- [input] Completely rewrote most of the code
- [input/camera] Renamed `*_draw` functions used in debug section to
`*_draw_debug`
- [main/input] Now use `_Bool` instead of `int` when appropriate
- [input] Added function `input_is_up`
- [player] Added function `player_draw_debug`
- [vec] Use `int` instead of `float`, new macro `VEC_PRECISION`
- [main/camera/player/vec] Updated vector related code to work with the
new system
2020-09-18 11:12:34 +02:00
KikooDX baa6071ebf Input manager demonstration 2020-09-17 14:30:46 +02:00
KikooDX c95d92f6d1 [new system] Input manager! plus misc cleanup 2020-09-17 14:14:21 +02:00
KikooDX 62d637969d [vec.c] Linear interpolation properly implemented 2020-09-16 11:21:05 +02:00
KikooDX 58cb48fa75 [generate_c.lua] now supports the layer system 2020-09-16 11:21:05 +02:00
KikooDX 316cc26539 [multiple files] More detailed Player struct, draw player function, draw camera compatible CG50, renamed Level.tiles -> Level.layers, removed layers test code from main, build for CG50 and FX9860 seamlessly 2020-09-16 11:21:05 +02:00
KikooDX a14e7effc1 Pointer toward array of array pointers 2020-09-15 17:25:12 +02:00
KikooDX 0e43e617fc [minor] Fixed a mistake in the .editoconfig :s 2020-09-15 12:24:05 +02:00
KikooDX 872fccdd3e Project organisation 2020-09-15 12:18:24 +02:00
KikooDX d8e23cd844 Camera lerp now working, first debug visualisation implemented. A lot of other misc stuff. 2020-09-14 14:37:46 +02:00
KikooDX f58a212652 [camera] lerping and miscelanious 2020-09-14 10:33:01 +02:00
KikooDX 7a760e67bb Updated .editorconfig 2020-09-14 10:09:53 +02:00
KikooDX 0a4dab8ee2 More vector related features 2020-09-12 10:08:01 +02:00
KikooDX 8d559b013a Created .editorconfig, use 4 wide tabs everywhere. 2020-09-12 09:54:53 +02:00
KikooDX d95c1b6cb3 Shaping out the games structure 2020-09-11 18:07:53 +02:00
KikooDX a496f428ce Created player files, draw a pixel on screen for test 2020-09-11 12:01:24 +02:00
KikooDX 4100c2b5fb Add-in works, test vector display. 2020-09-11 11:43:30 +02:00
KikooDX 706d924ff2 Compile but crash on start 2020-09-11 10:50:11 +02:00
KikooDX c850984a72 Cleaner code, slight vector progress. dgray still doesn't work and I don't know why 2020-09-10 17:58:12 +02:00
KikooDX 97b60ce24f [minor] Made include safety consistent 2020-09-10 17:35:08 +02:00
KikooDX 4da2848c66 [minor] Replaced spaces by tabs 2020-09-10 17:32:26 +02:00
KikooDX 81aca3309b 2D Vector basis, FX display doesn't work. 2020-09-10 17:29:33 +02:00
KikooDX 78821557c1 First commit 🎉 2020-09-10 15:44:26 +02:00