| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Fixed some serious issues regarding building and tile data.
|
| |
|
|
|
|
| |
Game.c: parking slots cannot be selected if an aircraft in STATE_PARKED state is on it.
Other fixes and improvements.
Added some tiles from TILESET2.TIM
|
| | |
|
| |
|
|
| |
Improved const-correctness and scope for some variables.
|
| |
|
|
|
|
|
| |
* Game.c: GameRenderLevel() renamed to GameRenderTerrain().
* Game.c: GameRenderTerrainPrecalculations() has been created to perform some calculations which are stored in tables to be then looked up by GameRenderTerrain(). This should save us some calculation time during rendering process.
* Camera.c: added new CameraApplyCoordinatesToCartesianPos() prototype.
* GameGui.c: AircraftDataGPoly4 RGB data is now only calculated on startup.
|
| |
|
|
|
|
| |
* 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.
|
| |
|
|
| |
+ Added output ELF file with debugging symbols for nocash.
|
| |
|
|
|
|
|
|
| |
* Sine-like effect used for runways now moved to SystemCalculateSine().
* Bugfix: ptrPlayer->FlightDataPage is now decreased if there aren't enough active aircraft.
* On main menu, 2 players option is now disabled if pad 2 is disconnected.
* More work on FPS measurement (not working yet).
* Number of used SPU voices is now returned on SfxUploadSound().
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
* On SystemLoadFileToBuffer(), files can be now uploaded to PSX using QPSXSerial.
|
| |
|
|
|
|
| |
* Modified rendering functions to keep up with this size reduction.
* Sprites in TIM have been reordered inside VRAM.
* Other minor changes.
|
| |
|
|
|
|
|
|
|
|
| |
module.
* Improved detection of target reaching for Aircraft.c.
* Cursor is now displayed correctly on both 1-player and 2-player mode.
* Fixed behaviour for locking/unlocking aircraft.
* Fixed menus for 2-player mode.
* Minor fixes and improvements.
|
| |
|
|
| |
* New prototypes for Gfx. Still preliminar, but make split screen work.
|
| | |
|
| |
|