aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/arcade.cpp
AgeCommit message (Expand)Author
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-05-30GNAP: Remove obsolete commentStrangerke
2016-05-30GNAP: Make two variables local to Scene52::run()Strangerke
2016-05-30GNAP: Initialize two more variablesStrangerke
2016-05-25GNAP: More initializationsStrangerke
2016-05-24GNAP: Remove duplicate code. Renaming and cleanup.Strangerke
2016-05-24GNAP: Fix more uninitialized variablesStrangerke
2016-05-23GNAP: After double-checking them, remove two CHECKMEsStrangerke
2016-05-23GNAP: Map remaining Key codesStrangerke
2016-05-20GNAP: Remove obsolete TODOsStrangerke
2016-05-20GNAP: Implement delayTicks functions, refactor them to share codeStrangerke
2016-05-19GNAP: Add several checks on _gameDone in order to quit the game quicklyStrangerke
2016-05-16GNAP: Enforce the use of nullptr in function callsStrangerke
2016-05-16GNAP: Fix score display in Monkey arcade game.Strangerke
2016-05-16GNAP: Explicitely set _scoreLevel to 1 when score greater than 556Strangerke
2016-05-16GNAP: Load TTF from the executable (optional)Strangerke
2016-05-10GNAP: Fix initializationEugene Sandulenko
2016-05-10GNAP: Fix initialization and out-of-bounds writeEugene Sandulenko
2016-05-10GNAP: More refactoring related to characters (WIP)Strangerke
2016-05-10GNAP: For consistancy, use hex values for playSound callsStrangerke
2016-05-10GNAP: Fix regressionStrangerke
2016-05-10GNAP: Janitorial - Remove trailing spaces and tabsStrangerke
2016-05-10GNAP: renaming and grouping of scenes in group Arcade and Group 5Strangerke