| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
against != false.
+ Added a provisional background during gameplay (still WIP).
* Map editor now allows creating a map.
|
| |
|
|
| |
caused a game crash. Bugfix: aircraft did not stop when DIR_SOUTH.
|
| | |
|
| |
|
|
|
|
|
| |
* Aircraft now prevents collision against other aircraft if state == STATE_TAXIING.
* Game: new event handlers for new Aircraft collision prevention algorithm.
* Font: although not compulsory, _blend_effect_lum should be volatile.
* Other minor changes.
|
| |
|
|
|
|
| |
well as .bin/.cue).
* Removed useless macro MAIN_MENU_FILES.
|
| |
|
|
| |
+ Added output ELF file with debugging symbols for nocash.
|
| |
|
|
|
|
| |
* Some performance optimizations on Game.c (removed unneeded "for" loops).
* Timer 2 is now handler (ISR still not working).
* SYSTEM.CNF: EVENT parameter increased to 7.
|
| |
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
spawned.
* Initial implementation for minimum spawn time in parkings.
* GfxIsGPUBusy() check added for MemCard.
|
| |
|
|
| |
TODO: Free runway on state == STATE_READY_TAKEOFF or STATE_ENTERING_RWY.
|
| |
|
|
|
|
|
|
|
|
| |
GAME_MAX_AIRCRAFT were being read instead of 0 to ptrPlayer->ActiveAircraft.
* Solved issues with linked list overflow. A detection mechanism has also been added.
* New state STATE_ENTERING_RWY.
* GameGuiActiveAircraftList has been moved from GameGui to Game module.
* Active aircraft list for each player is now updated each time that a new flight either appears or disappears.
* Other minor fixes.
|
| |
|
|
| |
* Initial implementation to show passengers left when entering correct sequence.
|
| |
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
* 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.
|
| | |
|
| |
|