| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
* When assigning a parking slot, busy parking slots cannot be selected. Some work TODO yet, though.
|
| |
|
|
| |
Improved const-correctness and scope for some variables.
|
| |
|
|
| |
* Minor: added whitespace to "sizeof" operand.
|
| |
|
|
|
|
| |
* Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection().
* Slight optimizations into GameRenderLevel().
* Added some comment headers into Gfx.c.
|
| |
|
|
|
|
|
| |
against != false.
+ Added a provisional background during gameplay (still WIP).
* Map editor now allows creating a map.
|
| |
|
|
| |
* Makefile now generates output TIM files automatically, using 'cat whatever.flags' files as flags for bmp2tim.
|
| |
|
|
| |
+ Added output ELF file with debugging symbols for nocash.
|
| |
|
|
| |
pads connected, so it was never calculated if, for example, pad 2 was disconnected. This was only reproducible under real hardware.
|
| |
|
|
|
| |
* Added some more comments on Game.c.
* On GamePathToTile(), duplicate checks for existing tile have been replaced by calls to GameWaypointCheckExisting().
|
| |
|
|
|
|
|
|
|
| |
be...
* Makefile now rebuilds needed targets on modified header files.
* Some more work on GameEmergencyMode().
* Initial work on PSX mouse auto detection.
* Prototypes for RCNT2 I_MASK bit handling.
|
| |
|
|
|
|
|
| |
* Files needed for Game are now only loaded once, except from LEVEL1.PLT.
* Added DevMenu to get debug info.
* ISR_LoadMenuVBlank() does not stop when accessing SIO.
* On fopen() and SERIAL_INTERFACE defined, "#" is prepended and "@" is appended to filename string.
|
| |
|
|
| |
* On SystemLoadFileToBuffer(), files can be now uploaded to PSX using QPSXSerial.
|
| |
|
|
|
| |
* Added new runway holding point tiles.
* Bugfixes in last key single pressed.
|
| |
|
|
|
|
| |
* Unboarding state now totally implemented.
* (Bugfix): Incorrect aircraft was selected on ShowAircraftData.
* Gfx1HzFlash() and Gfx2HzFlash() were incorrectly implemented, causing multiple ticks on a single cycle.
|
| |
|
|
|
| |
* Initial STATE_UNBOARDING implementation. Still some work to do.
* Added score logic.
|
| |
|
|
|
|
|
|
|
| |
this is that now DMA is used instead of GPIO for drawenv/dispenv management.
* (PSXSDK internals): incorrect bit shifting was being made on 0xE3 and 0xE4 GPU instructions (drawenv management).
* (Bugfix): Timers were not being reset properly because pad1_cheat_timer and pad2_cheat_timer were being accidentally reset to NULL on calling memset() for cheatsArray.
* Timers are now updated every 100 ms instead of every second.
* Mouse sprite should be now drawn on X_SCREEN_RESOLUTION >> 2 in 2-player mode. TODO: check why this isn't working!
|
| |
|
|
|
|
|
| |
* New routine PadOneKeySinglePress() and PadTwoKeySinglePress().
* Temp waypoints now turn red when colliding with an aircraft or with a previously existing waypoint.
* When loading files, GPU operation is finishedbefore calling fopen. Also, I_MASK is disabled just in case.
* For PLT files, actual tile needs to be set instead of parking number.
|
| | |
|
| |
|