aboutsummaryrefslogtreecommitdiff
path: root/src/resource
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused minor stuffXavier Del Campo Romero2022-03-311-1/+1
|
* resource.c: decouple collbox from sprite dimensionsXavier Del Campo Romero2022-03-311-6/+26
|
* Implement sub-tile collboxesXavier Del Campo Romero2022-03-302-1/+20
| | | | These will be later used by the pathfinding algorithm.
* Replace x_get functions with macrosXavier Del Campo Romero2022-03-301-2/+2
| | | | | | 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.
* Add project source codeXavier Del Campo Romero2022-03-304-0/+220