aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sdl-1.2/mouse.c: fix right click eventsXavier Del Campo Romero2022-03-301-1/+8
|
* Import fixmathXavier Del Campo Romero2022-03-301-5/+1
|
* Add CONTRIBUTING.mdXavier Del Campo Romero2022-03-301-0/+71
|
* sdl-1.2: implement rect_init and semitrans_rect_initXavier Del Campo Romero2022-03-301-2/+7
|
* sdl-1.2: implement env.cXavier Del Campo Romero2022-03-301-7/+82
|
* gfx: separate port-specific interfacesXavier Del Campo Romero2022-03-3016-32/+105
|
* game.c: remove #if 0Xavier Del Campo Romero2022-03-301-2/+2
|
* Add comments on win9x buildsXavier Del Campo Romero2022-03-301-2/+23
|
* Add support for keyboard and mouseXavier Del Campo Romero2022-03-3028-254/+870
|
* Add metadata header to media filesXavier Del Campo Romero2022-03-3011-6/+244
| | | | | | | | | | The following properties are supported: - Sound: "loop". Must be either 0 or 1 - Images: "transparent". Must be either 0 or 1 These headers are only used for non-PS1 builds, since .TIM and .VAG files do already implement such information.
* container.c: distinguish ferror/feof from other errorsXavier Del Campo Romero2022-03-301-2/+8
|
* terrain.c: use long for map coordinatesXavier Del Campo Romero2022-03-301-1/+1
|
* sdl-1.2: hide system cursorXavier Del Campo Romero2022-03-301-0/+1
|
* Copy src/system.cnf to cdroot on PS1 buildsXavier Del Campo Romero2022-03-301-5/+1
|
* Strip debug info for Win9x buildsXavier Del Campo Romero2022-03-301-0/+7
|
* 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.
* Set common cdroot path to all platformsXavier Del Campo Romero2022-03-301-3/+1
|
* Refresh camera and terrain rendering on screen resizeXavier Del Campo Romero2022-03-305-5/+32
|
* Add build instructions for Win9xXavier Del Campo Romero2022-03-301-0/+106
|
* Add project README.md and demoXavier Del Campo Romero2022-03-301-0/+71
|
* Add toolsXavier Del Campo Romero2022-03-302-0/+133
|
* Add project source codeXavier Del Campo Romero2022-03-3093-0/+6024
|
* Add project resourcesXavier Del Campo Romero2022-03-301-0/+283
|
* Set source code licenseXavier Del Campo Romero2022-03-301-0/+674