aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace x_get functions with macrosXavier Del Campo Romero2022-03-3017-179/+85
| | | | | | 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.
* Refresh camera and terrain rendering on screen resizeXavier Del Campo Romero2022-03-305-5/+32
|
* Add project source codeXavier Del Campo Romero2022-03-3092-0/+5863