SlyVTT
|
53663f61ec
|
added NPCs movement along paths + adjusted interraction system to work with moving positions
|
2023-08-26 17:13:05 +02:00 |
|
SlyVTT
|
d81616ad38
|
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 |
|
SlyVTT
|
4a81853505
|
Ok, bugs are fixed - need now to implement dialog sequence and automatic story mode
|
2023-08-21 22:53:33 +02:00 |
|
SlyVTT
|
35e173f838
|
first attempt of external dialogs with level0.tmx only - currently buggy - not compiling
|
2023-08-21 21:35:49 +02:00 |
|
SlyVTT
|
f56b6432f2
|
interaction with items of the map (NPC, INFO, SIGNS, ...)
|
2023-08-18 20:56:44 +02:00 |
|
SlyVTT
|
9d8464e0d5
|
added items on all maps - one bug to be corrected with coodinates
|
2023-08-16 23:12:16 +02:00 |
|
SlyVTT
|
a5328d0be6
|
Added support for Player actions and interaction with the items within the map
|
2023-08-16 19:36:31 +02:00 |
|
SlyVTT
|
47b8bfa25a
|
implementing the basis of player action
|
2023-08-16 19:25:24 +02:00 |
|
SlyVTT
|
217221cd6c
|
added a verification on walkability of the target tile on next map
|
2023-08-14 21:15:38 +02:00 |
|
SlyVTT
|
cb24bee3f8
|
implementation of map change during gameplay by crossing map borders
|
2023-08-14 20:46:51 +02:00 |
|
SlyVTT
|
272d60b0aa
|
preparing stuff for map change when reaching borders during gameplay
|
2023-08-14 18:40:36 +02:00 |
|
SlyVTT
|
e012e5a428
|
A loooooooot of refactoring to make the function calls easier and more consistant
|
2023-08-11 08:54:04 +02:00 |
|
SlyVTT
|
1bf630dfcb
|
refactor structures to pack everything in typedef struct Game
|
2023-08-11 08:04:17 +02:00 |
|
SlyVTT
|
53b0ddf750
|
converter.py correctly reads and treat maps in world file (importation into data structure in C files not fully working yet
|
2023-08-08 09:46:07 +02:00 |
|
SlyVTT
|
7d04e62848
|
corrected maps + start implementing world with multiple maps
|
2023-08-03 21:55:51 +02:00 |
|
mibi88
|
474aa17573
|
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 |
|
mibi88
|
86430b853a
|
Collisions are now completely working, just need to fill the array of all tiles where the player can't go through.
|
2023-07-09 15:45:46 +02:00 |
|
mibi88
|
6afde39af8
|
\o/ The collisions are working PERFECTLY now except on the borders of the map! \o/
|
2023-07-09 13:37:49 +02:00 |
|
mibi88
|
909e0760c5
|
Collisions are not sticky anymore and the player can't go trough the blocks but he is shaking when you collide with a wall and is not stopped by the borders of the map.
|
2023-07-09 13:22:20 +02:00 |
|
mibi88
|
23dde6593c
|
Improved collisions and CG port. Still need to make the collisions less sticky.
|
2023-07-08 20:07:34 +02:00 |
|
mibi88
|
94b2187ad4
|
Added some comments.
|
2023-07-08 16:57:04 +02:00 |
|
mibi88
|
8d316d0d0d
|
Collisions are working :D! I only need to add a framerate limit and add some comments, then everything will be good to merge!
|
2023-07-08 16:40:25 +02:00 |
|
mibi88
|
908b971317
|
Restructured a lot of things. Collisions are not working properly but I'll fix that
|
2023-07-08 15:55:06 +02:00 |
|
SlyVTT
|
c87580130d
|
added speed parameter for player
|
2023-07-07 19:26:14 +02:00 |
|
SlyVTT
|
f0417bee16
|
merged MiBi88's work on map movement and rendering + FCalva's work on adding a target for fxCG50
|
2023-07-07 18:22:39 +02:00 |
|
mibi88
|
d3f1e55422
|
The map displaying is now SUPER fast
|
2023-07-07 14:50:30 +02:00 |
|
mibi88
|
9818d835be
|
Restructured some stuff, now the map is scrolling :), but some optimizations are needed!
|
2023-07-07 14:20:13 +02:00 |
|
SlyVTT
|
25bc00e311
|
added key input + support for USB screenshots/record
|
2023-07-06 22:02:37 +02:00 |
|