Commit Graph

5 Commits

Author SHA1 Message Date
Xavier Del Campo Romero 354034b06b Remove unused minor stuff 2022-03-31 07:30:14 +02:00
Xavier Del Campo Romero b8c30e83e3 resource.c: decouple collbox from sprite dimensions 2022-03-31 07:29:16 +02:00
Xavier Del Campo Romero 82c61e3d1d Implement sub-tile collboxes
These will be later used by the pathfinding algorithm.
2022-03-30 08:28:47 +02:00
Xavier Del Campo Romero 3d90015c62 Replace x_get functions with macros
The PS1 port relies on a heap for primitives since the GPU renders the
scene asynchronously. However, SDL-based platforms render primitives
synchronously, so structures can be allocated on the stack instead.
2022-03-30 08:20:21 +02:00
Xavier Del Campo Romero 8c10334252 Add project source code 2022-03-30 08:20:20 +02:00