Collab_RPG/src
2023-07-19 17:43:02 +02:00
..
config.h Added interactive dialogs, but they are not working properly yet. 2023-07-15 19:26:32 +02:00
dialogs.c Changed showtext_opt to redraw the screen on the animation at the end of an interaction, like Lephé recommended it. 2023-07-19 17:43:02 +02:00
dialogs.h Changed showtext_opt to redraw the screen on the animation at the end of an interaction, like Lephé recommended it. 2023-07-19 17:43:02 +02:00
game.c Already did some fixes, trying to improve animations. 2023-07-18 19:47:47 +02:00
game.h Improved collisions and CG port. Still need to make the collisions less sticky. 2023-07-08 20:07:34 +02:00
main.c Changed showtext_opt to redraw the screen on the animation at the end of an interaction, like Lephé recommended it. 2023-07-19 17:43:02 +02:00
map.c Already did some fixes, trying to improve animations. 2023-07-18 19:47:47 +02:00
map.h Dialogs management should work, had not the time to test it yet. 2023-07-11 11:23:27 +02:00
mapdata.h Restructured some stuff, now the map is scrolling :), but some optimizations are needed! 2023-07-07 14:20:13 +02:00
mapstruct.h Collisions are now entirely working, started implementing dialogs (I know currently it is only an animation and a little message that it is not implemented). 2023-07-09 22:02:59 +02:00
memory.c Restructured a lot of things. Collisions are not working properly but I'll fix that 2023-07-08 15:55:06 +02:00
memory.h Restructured a lot of things. Collisions are not working properly but I'll fix that 2023-07-08 15:55:06 +02:00
player.c Collisions are now entirely working, started implementing dialogs (I know currently it is only an animation and a little message that it is not implemented). 2023-07-09 22:02:59 +02:00
player.h corrected a bug on CG that make impossible to reach certain position on screen + added some non walkable tiles on map 2023-07-10 13:11:35 +02:00