attilavs2
|
5842aa905e
|
npc : Implémentation théorique de la machine d'état
|
2024-08-27 12:41:01 +02:00 |
|
attilavs2
|
e37bf141c2
|
npc : Début d'ajout d'IA
|
2024-08-12 16:28:35 +02:00 |
|
attilavs2
|
3c6a2faf99
|
npc : Collision des npcs "acceptable"
|
2024-08-11 19:45:21 +02:00 |
|
attilavs2
|
35e1d498f9
|
npc : remove_npc() parfait
|
2024-08-11 10:34:07 +02:00 |
|
attilavs2
|
1c978dbefa
|
Merge branch 'dev' of git.planet-casio.com:Slyvtt/Collab_RPG into npc_upgrade
|
2024-08-11 10:18:45 +02:00 |
|
attilavs2
|
ee3b25a366
|
npc : Simplification de npc_pathfinding + tentative collision de npcs + suppression de map_draw
|
2024-08-06 15:36:34 +02:00 |
|
attilavs2
|
1767643da1
|
npc : Suivi sans chemin fonctionel (sans collisions)
|
2024-08-05 23:59:20 +02:00 |
|
mibi88
|
e4be83213b
|
Merge branch 'dev' of git.planet-casio.com:Slyvtt/Collab_RPG into dev
|
2024-08-03 16:02:05 +02:00 |
|
mibi88
|
e15109b220
|
Using doxygen
|
2024-08-03 16:02:01 +02:00 |
|
attilavs2
|
b96e5b6a3f
|
MaJ du design doc
|
2024-08-03 13:59:45 +02:00 |
|
attilavs2
|
98c52fe29e
|
Revert "assets : Suppression de WorldRPG, devenu inutile"
This reverts commit a31beb9ce7 .
|
2024-08-03 12:51:51 +02:00 |
|
attilavs2
|
7094d4b4e3
|
Merge branch 'dev' into npc_upgrade
|
2024-08-03 11:11:09 +02:00 |
|
attilavs2
|
a31beb9ce7
|
assets : Suppression de WorldRPG, devenu inutile
|
2024-08-03 10:48:47 +02:00 |
|
attilavs2
|
1a652762e3
|
assets-fx : Correction du tileset 1b
|
2024-08-02 23:31:04 +02:00 |
|
attilavs2
|
c003e16729
|
assets-fx : Correction du tileset 2b
|
2024-08-02 23:28:41 +02:00 |
|
attilavs2
|
84043e31e7
|
npc : Debug pathfinding
|
2024-08-02 23:15:48 +02:00 |
|
attilavs2
|
10d44d6a88
|
Merge branch 'dev' into npc_upgrade
|
2024-08-02 19:02:23 +02:00 |
|
mibi88
|
a27ad9a14f
|
Ran clang-format
|
2024-08-02 18:29:56 +02:00 |
|
mibi88
|
fe824d7340
|
Inventory management.
|
2024-08-02 18:29:27 +02:00 |
|
mibi88
|
b26cf53e91
|
Inventory item selection.
|
2024-08-02 16:14:04 +02:00 |
|
mibi88
|
5dab7f9f18
|
Cleaner inventory rendering
|
2024-08-02 12:59:10 +02:00 |
|
attilavs2
|
7b3e3aaec8
|
npc : Résolution du problème de free() sur statique, amélioration de npc_remove
(Setup de débug de npc_pathfind() partiellement commenté également)
|
2024-08-02 12:04:20 +02:00 |
|
attilavs2
|
66c579db60
|
npc : npc_remove correct et npc_remove_pos
|
2024-08-02 09:29:41 +02:00 |
|
attilavs2
|
77d3cc9c9b
|
Revert "npc : Debug, crash pre-main"
This reverts commit 0d8b522543 .
|
2024-08-01 23:33:05 +02:00 |
|
mibi88
|
311b7f27df
|
Ran clang-format
|
2024-08-01 23:09:43 +02:00 |
|
mibi88
|
d555c5be6f
|
Started inventory rendering.
|
2024-08-01 23:09:04 +02:00 |
|
attilavs2
|
0d8b522543
|
npc : Debug, crash pre-main
|
2024-08-01 20:49:57 +02:00 |
|
mibi88
|
4d2eb2e8de
|
Graphics for the inventory.
|
2024-08-01 20:05:28 +02:00 |
|
mibi88
|
04d4c9e31e
|
Cleaner enums with clang-format.
|
2024-08-01 19:14:29 +02:00 |
|
mibi88
|
771d844bc4
|
Ran clang-format.
|
2024-08-01 19:11:11 +02:00 |
|
mibi88
|
ad902217ea
|
Merge branch 'dev' of git.planet-casio.com:Slyvtt/Collab_RPG into dev
|
2024-08-01 19:08:51 +02:00 |
|
mibi88
|
cce7209221
|
Starting to add the inventory.
|
2024-08-01 19:08:47 +02:00 |
|
attilavs2
|
b3b31bcfcd
|
assets : Coloriage du tileset intérieur (oubli de sauvegarde)
|
2024-08-01 19:05:50 +02:00 |
|
attilavs2
|
4b636bb428
|
Merge branch 'dev' of git.planet-casio.com:Slyvtt/Collab_RPG into dev
|
2024-08-01 18:35:43 +02:00 |
|
attilavs2
|
a8ff55c1cf
|
npc : Fix NPC_STACK_SIZE qui était trop gros pour fx
|
2024-08-01 18:34:36 +02:00 |
|
mibi88
|
755ed1a1a8
|
Merge branch 'dev' of git.planet-casio.com:Slyvtt/Collab_RPG into dev
|
2024-08-01 17:57:35 +02:00 |
|
mibi88
|
6f16556fb4
|
Cleanup + bug fix + assets for fx
|
2024-08-01 17:57:15 +02:00 |
|
attilavs2
|
5cc9216155
|
Fix warnings and clang-format
|
2024-08-01 17:48:10 +02:00 |
|
attilavs2
|
322610d723
|
Merge branch 'dev' of git.planet-casio.com:Slyvtt/Collab_RPG into dev
|
2024-08-01 17:40:00 +02:00 |
|
attilavs2
|
a86462fdb2
|
npc : Functional npc_stack
|
2024-08-01 17:37:42 +02:00 |
|
mibi88
|
6c5641e5e9
|
Added NPC animation.
|
2024-08-01 17:37:20 +02:00 |
|
mibi88
|
a8294d3542
|
Add animation support
|
2024-08-01 16:47:53 +02:00 |
|
attilavs2
|
0f887ea419
|
rendu : Suppresion de dclear()s non nécéssaires
|
2024-08-01 15:28:49 +02:00 |
|
attilavs2
|
9fc15af523
|
Fix merge issues
|
2024-08-01 15:21:54 +02:00 |
|
attilavs2
|
86bb0a9cfc
|
Merge branch 'dev' of git.planet-casio.com:Slyvtt/Collab_RPG into dev
|
2024-08-01 15:10:55 +02:00 |
|
attilavs2
|
fd28af1005
|
npc : Ajout de npc_stack et réecriture des fonctions + Résolution de warnings
|
2024-08-01 15:05:42 +02:00 |
|
mibi88
|
3170f25e91
|
Added a NPC to the taverne. Polygons are now valid paths.
|
2024-08-01 13:27:16 +02:00 |
|
mibi88
|
e581fd31b1
|
Merge branch 'dev' of git.planet-casio.com:Slyvtt/Collab_RPG into dev
|
2024-08-01 13:04:54 +02:00 |
|
mibi88
|
1177626b3c
|
Indoor maps
|
2024-08-01 13:04:20 +02:00 |
|
attilavs2
|
6c47d5d83c
|
Revert "git : Ajout de level*.json au gitignore"
This reverts commit 7eaea821b6 .
|
2024-08-01 00:11:48 +02:00 |
|