aboutsummaryrefslogtreecommitdiff
path: root/src/building
Commit message (Collapse)AuthorAgeFilesLines
* Implement sub-tile collboxesXavier Del Campo Romero2022-03-303-1/+16
| | | | 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/+135