aboutsummaryrefslogtreecommitdiff
path: root/Source/System.c
Commit message (Expand)AuthorAgeFilesLines
* * (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when ...XaviDCR922017-08-191-1/+1
* * Added more comments.XaviDCR922017-08-181-1/+1
* + Documentation about sound sources.XaviDCR922017-08-141-0/+114
* * IMASK is now accessed as volatile variable.XaviDCR922017-08-111-1/+6
* + System timer functions now moved to a separate source file, Timer.c/Timer.h.XaviDCR922017-08-101-155/+3
* * Added some comments on Game.c.XaviDCR922017-08-091-9/+29
* * Include directives are now moved to .c instead of .h, as it should really b...XaviDCR922017-08-061-15/+67
* * Added comments on System.XaviDCR922017-07-271-10/+282
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-22/+60
* * Reduced tileset sprite size from 64x64 to 64x48.XaviDCR922017-06-271-1/+13
* * Tried to get some work done in MapEditor with no success so far.XaviDCR922017-06-111-7/+1
* * Implemented aircraft collision. But it would not detect collision in some c...XaviDCR922017-06-061-5/+20
* * More passengers by correct sequence are unboarded.XaviDCR922017-06-031-9/+247
* * Added more aircraft on LEVEL1.PLT.XaviDCR922017-05-271-7/+8
* * Implemented remaining time for flights.XaviDCR922017-05-251-2/+2
* * Aircraft state was not being transferred ciclically from Game to Aircraft m...XaviDCR922017-05-241-6/+6
* * Split screen from now on is only calling GsDrawList() once. The reason for ...XaviDCR922017-05-221-8/+8
* * Added some comments on System.XaviDCR922017-05-011-16/+129
* * Updated.XaviDCR922017-02-041-0/+0
* Initial commitXavier Del Campo2017-02-041-0/+517