| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Keep system.cnf in Source subfolder | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+4 |
| | | |||||
| * | Remove copyrighted OSI logo from project | Xavier Del Campo Romero | 2021-01-03 | 3 | -27/+0 |
| | | |||||
| * | Remove personal settings | Xavier Del Campo Romero | 2021-01-03 | 1 | -84/+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 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 4 | -76081/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 15 | -144/+102 |
| | | | | | | | | 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 | 6 | -30/+10 |
| | | |||||
| * | Blue background dimensions are now limited to drawing enviroment's. | Xavier ASUS | 2018-11-29 | 10 | -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 | 2 | -0/+0 |
| | | | | | | 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. | ||||
| * | TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list. | Xavier ASUS | 2018-11-27 | 10 | -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 | 10 | -166/+544 |
| | | | | | Fixed some serious issues regarding building and tile data. | ||||
| * | Bugfix: minutes were not being retrieved from PLT files. | Xavier ASUS | 2018-11-25 | 14 | -281/+433 |
| | | | | | | | 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 | 16 | -397/+470 |
| | | | | | * 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 | 6 | -11/+11 |
| | | |||||
| * | New LEVEL3. | Xavier ASUS | 2018-11-24 | 10 | -74/+126 |
| | | | | | 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. | ||||
| * | gscene and ui are now allocated on the stack and not the heap. | Xavier ASUS | 2018-11-23 | 4 | -62/+67 |
| | | |||||
| * | Some cosmetic changes and improved const-correctness. | Xavier ASUS | 2018-11-23 | 3 | -16/+25 |
| | | | | | Created QList<QGraphicsTextItem*> so dynamically-allocated objects are safely deleted on the destructor. | ||||
| * | Minor improvements and optimizations. | Xavier ASUS | 2018-11-23 | 5 | -178/+224 |
| | | |||||
| * | Removed warning caused by implicit casting from double to int. | Xavier ASUS | 2018-11-18 | 5 | -26/+366 |
| | | | | | | Windows-like path was being incorrectly used. Added tileset.ini | ||||
| * | Added "const" qualifier to some functions. | Xavier ASUS | 2018-11-18 | 25 | -3801/+79651 |
| | | | | | | "cdrom:\ and ;1" are automatically inserted into file name, in order to save memory space. Some minor optimizations. | ||||
| * | * Minor changes. | XaviDCR92 | 2018-05-07 | 5 | -1248/+1248 |
| | | |||||
| * | * Game can now compile without PSXSDK_DEBUG flag. | XaviDCR92 | 2018-03-26 | 6 | -10/+21 |
| | | | | | * RCNT2 ISR is now disabled as soon as SystemLoadFileIntoBuffer() is called. Hopefully that will avoid problems with real HW. | ||||
| * | * Increased number of events on SYSTEM.CNF. | XaviDCR92 | 2018-03-22 | 5 | -30/+63 |
| | | | | | Minor changes? | ||||
| * | - .iso files are now ignored. | XaviDCR92 | 2018-03-20 | 4 | -24/+5 |
| | | | | | | - Removed deprecated functions from System.c. * Minor changes. | ||||
| * | + Added tutorial level. | XaviDCR92 | 2018-03-18 | 2 | -0/+0 |
| | | |||||
| * | * System.c: Root counters are finally working, YAY! | XaviDCR92 | 2018-03-17 | 8 | -50/+50 |
| | | | | | | * Sfx.c: SfxStopMusic() was relying on global timer to be increased under ISR, but this is not true anymore! * Other minor changes on EndAnimation.c. | ||||
| * | * Game.c: removed obsolete comments. | XaviDCR92 | 2018-03-11 | 3 | -77/+26 |
| | | | | | * GameGui.c: status shown on aircraft list is now summarized on a table. | ||||
| * | * Menu.c: bugfix for PLT level list. | XaviDCR92 | 2018-03-10 | 15 | -89/+102 |
| | | | | | * Minor: added whitespace to "sizeof" operand. | ||||
| * | + Added Message module, used for tutorials. | XaviDCR92 | 2018-02-25 | 18 | -113/+527 |
| | | | | | | | | + Added first tutorial level. * Font now inserts line feed automatically if the next word is too long to fit. * Gfx.c: added primitive list double buffering in order to gain some performance. * MapEditor: now airport can be defined inside the tool. | ||||
