| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | README.md: provide screenshots and explanation about prebuilt imagesHEADmaster | Xavier Del Campo Romero | 2021-08-14 | 3 | -3/+18 |
| | | |||||
| * | Remove copyrighted images from sprites listv0.1 | Xavier Del Campo Romero | 2021-01-03 | 1 | -2/+0 |
| | | |||||
| * | Keep system.cnf in Source subfolder | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+4 |
| | | |||||
| * | Add sprites LICENSE file | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+15 |
| | | |||||
| * | Add more information into README.md | Xavier Del Campo Romero | 2021-01-03 | 1 | -6/+44 |
| | | |||||
| * | Remove copyrighted OSI logo from project | Xavier Del Campo Romero | 2021-01-03 | 6 | -28/+0 |
| | | |||||
| * | Add LICENSE for music tracks | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+4 |
| | | |||||
| * | Remove ffmpeg binary from project | Xavier Del Campo Romero | 2021-01-03 | 97 | -154949/+0 |
| | | |||||
| * | Remove personal settings | Xavier Del Campo Romero | 2021-01-03 | 1 | -84/+0 |
| | | |||||
| * | Remove copyrighted BCNGW logo | Xavier Del Campo Romero | 2021-01-03 | 2 | -1/+0 |
| | | |||||
| * | Remove obsolete test level | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+0 |
| | | |||||
| * | Remove useless and obsolete documentation | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+0 |
| | | |||||
| * | Deprecate Make-based build system in favor of CMake | Xavier Del Campo Romero | 2021-01-03 | 1 | -208/+0 |
| | | |||||
| * | Avoid redefining D2_CHCR | Xavier Del Campo Romero | 2021-01-03 | 1 | -1/+0 |
| | | |||||
| * | Remove intermediate files for map editor | Xavier Del Campo Romero | 2021-01-03 | 14 | -4595/+0 |
| | | |||||
| * | Update license information for sounds and fonts | Xavier Del Campo Romero | 2021-01-03 | 4 | -33/+56 |
| | | |||||
| * | Replace MEMCARD_STATUS with enum memcard_status | Xavier Del Campo Romero | 2021-01-03 | 1 | -1/+1 |
| | | |||||
| * | Return pad error if status != 0 | Xavier Del Campo Romero | 2021-01-03 | 1 | -2/+2 |
| | | |||||
| * | Deprecate PLNBLUE.CLT | Xavier Del Campo Romero | 2021-01-03 | 1 | -2/+0 |
| | | |||||
| * | Add license for shipyard_airport.png | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+5 |
| | | |||||
| * | Remove copyrighted image | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+0 |
| | | |||||
| * | Deprecate dprintf over printf | Xavier Del Campo Romero | 2021-01-03 | 4 | -6/+4 |
| | | |||||
| * | Remove debug message | Xavier Del Campo Romero | 2021-01-02 | 1 | -2/+0 |
| | | |||||
| * | Always call PSX_InitEx(0) | Xavier Del Campo Romero | 2021-01-01 | 1 | -6/+0 |
| | | |||||
| * | Remove intermediate files | Xavier Del Campo Romero | 2021-01-01 | 58 | -76227/+3 |
| | | |||||
| * | Remove unneeded const-casts | Xavier Del Campo Romero | 2021-01-01 | 1 | -3/+3 |
| | | |||||
| * | Make RadioFont and SmallFont extern to other compilation units | Xavier Del Campo Romero | 2021-01-01 | 2 | -332/+336 |
| | | |||||
| * | Remove unneeded Makefile definitions | Xavier Del Campo Romero | 2021-01-01 | 1 | -4/+0 |
| | | |||||
| * | Fix bug that accidentally removed aircraft in unboard state | Xavier Del Campo Romero | 2021-01-01 | 1 | -3/+2 |
| | | |||||
| * | Remove PSXSDK version check | Xavier Del Campo Romero | 2021-01-01 | 1 | -4/+0 |
| | | |||||
| * | Support CMake | Xavier Del Campo Romero | 2021-01-01 | 5 | -0/+149 |
| | | |||||
| * | Makefile: mkdir -p to all folders | Xavier Del Campo Romero | 2020-06-03 | 1 | -4/+20 |
| | | |||||
| * | X screen resolution reduced from 384 to 368 | Xavier ASUS | 2019-04-10 | 1 | -1/+1 |
| | | | | | In fact, even if PSXSDK seems to support 384px, NoCash's specs state only 368px is supported, at most | ||||
| * | Removed SIO interrupt (it caused VBlank ISR not to be triggered). | Xavier ASUS | 2018-11-30 | 18 | -144/+150 |
| | | | | | | | | Added Gfx wait on LoadMenuEnd(). Otherwise, some levels would not start after loading all required files. Also, added GPU wait on Menu.c before entering the main loop. An invalid index inside sound table was being accessed when creating an arrival flight. This made the game crash only under real hardware. Other minor changes and fixes. | ||||
| * | Set SERIAL_INTERFACE compile flag | Xavier ASUS | 2018-11-29 | 8 | -30/+10 |
| | | |||||
| * | Blue background dimensions are now limited to drawing enviroment's. | Xavier ASUS | 2018-11-29 | 12 | -30/+44 |
| | | | | | Fixed X position for "Remaining aircraft" and "Next aircraft" messages in GameGui.c | ||||
| * | Added new levels into cdimg subfolder. | Xavier ASUS | 2018-11-29 | 14 | -4/+36 |
| | | | | | | Added EXE file. Added final BIN image file. | ||||
| * | Some important bugfixes. | Xavier ASUS | 2018-11-29 | 17 | -135/+226 |
| | | | | | | Added BUILDING_ATC_LOC. Added more levels. | ||||
| * | Added new levels | Xavier ASUS | 2018-11-29 | 5 | -0/+35 |
| | | |||||
| * | TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list. | Xavier ASUS | 2018-11-27 | 14 | -69/+100 |
| | | | | | | Building edition is now supported on MapEditor! LEVEL2.LVL now has some buildings laying around. | ||||
| * | Removed city background. | Xavier ASUS | 2018-11-25 | 20 | -170/+549 |
| | | | | | Fixed some serious issues regarding building and tile data. | ||||
| * | Bugfix: minutes were not being retrieved from PLT files. | Xavier ASUS | 2018-11-25 | 23 | -283/+435 |
| | | | | | | | 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 | ||||
| * | * LEVEL3.PLT was incorrectly using Windows CRLF end of line. | XaviDCR92 | 2018-11-25 | 19 | -415/+488 |
| | | | | | * When assigning a parking slot, busy parking slots cannot be selected. Some work TODO yet, though. | ||||
| * | Temporarily removed CDDA tracks | Xavier ASUS | 2018-11-24 | 8 | -23/+11 |
| | | |||||
| * | New LEVEL3. | Xavier ASUS | 2018-11-24 | 16 | -74/+160 |
| | | | | | Improvements. | ||||
| * | Aircraft are now auto-locked when entering "ShowAircraftData" menu. | Xavier ASUS | 2018-11-24 | 9 | -294/+320 |
| | | | | | | Minor fixes and improvements. Path is shown when selecting a moving aircraft. | ||||
| * | Camera now moves quickier and slows down in less time. | Xavier ASUS | 2018-11-24 | 1 | -11/+19 |
| | | |||||
| * | Minor improvements | Xavier ASUS | 2018-11-23 | 14 | -96/+2282 |
| | | |||||
| * | Fixed critical bug that provoked an accidental access to a NULL pointer. | Xavier ASUS | 2018-11-23 | 7 | -317/+342 |
| | | |||||
| * | Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise). | Xavier ASUS | 2018-11-23 | 35 | -672/+3051 |
| | | | | | Improved const-correctness and scope for some variables. | ||||
