Collab_RPG/src
2023-08-17 07:11:52 +02:00
..
config.h refactor structures to pack everything in typedef struct Game 2023-08-11 08:04:17 +02:00
dialogs.c Fixed a bug when displaying 3 choices. 2023-08-11 12:23:07 +02:00
dialogs.h Finished adding comments to the dialogs code. 2023-07-20 13:11:36 +02:00
game.c Corrected bug regarding interactions with items in maps - used local coordinates instead of world coordinates :( 2023-08-17 07:11:52 +02:00
game.h added items on all maps - one bug to be corrected with coodinates 2023-08-16 23:12:16 +02:00
main.c implementing the basis of player action 2023-08-16 19:25:24 +02:00
map.c Added importation of ExtraData from ObjectLayer in Tiled TMX files 2023-08-16 17:34:45 +02:00
map.h preparing stuff for map change when reaching borders during gameplay 2023-08-14 18:40:36 +02:00
mapdata.h refactor structures to pack everything in typedef struct Game 2023-08-11 08:04:17 +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 added items on all maps - one bug to be corrected with coodinates 2023-08-16 23:12:16 +02:00
player.h A loooooooot of refactoring to make the function calls easier and more consistant 2023-08-11 08:54:04 +02:00