1
0
Fork 0
Collab_RPG-affichage-dialogues/src
mibi88 1c5885ea32 Merge branch 'master' of gitea.planet-casio.com:Slyvtt/Collab_RPG 2023-08-23 19:49:39 +02:00
..
config.h Some minor tuning on dialogs sequence + remove/adjust DEBUGMODE infos 2023-08-22 10:48:01 +02:00
dialog_parsing.c Added some files 2023-08-23 19:49:30 +02:00
dialog_parsing.h Added some files 2023-08-23 19:49:30 +02:00
dialogs.c separated dialogs into 1 file per map with link in tmx + created dialog sequence/kinkage system + adjusted all maps data accordingly 2023-08-22 10:39:37 +02:00
dialogs.h separated dialogs into 1 file per map with link in tmx + created dialog sequence/kinkage system + adjusted all maps data accordingly 2023-08-22 10:39:37 +02:00
game.c first attempt of external dialogs with level0.tmx only - currently buggy - not compiling 2023-08-21 21:35:49 +02:00
game.h Merge branch 'master' of gitea.planet-casio.com:Slyvtt/Collab_RPG 2023-08-23 19:49:39 +02:00
main.c separated dialogs into 1 file per map with link in tmx + created dialog sequence/kinkage system + adjusted all maps data accordingly 2023-08-22 10:39:37 +02:00
map.c separated dialogs into 1 file per map with link in tmx + created dialog sequence/kinkage system + adjusted all maps data accordingly 2023-08-22 10:39:37 +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
npc.c Some minor tuning on dialogs sequence + remove/adjust DEBUGMODE infos 2023-08-22 10:48:01 +02:00
npc.h added representation of NPCs + finalized path importation for NPCs - data alignement issue to be solved 2023-08-19 14:18:41 +02:00
player.c separated dialogs into 1 file per map with link in tmx + created dialog sequence/kinkage system + adjusted all maps data accordingly 2023-08-22 10:39:37 +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