aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap
AgeCommit message (Expand)Author
2016-05-24GNAP: Enlarge some arrays in the alien arcade gameStrangerke
2016-05-24GNAP: Remove duplicate code. Renaming and cleanup.Strangerke
2016-05-24GNAP: Remove some more duplicate codeStrangerke
2016-05-24GNAP: Remove duplicate code in characterStrangerke
2016-05-24GNAP: Fix more uninitialized variablesStrangerke
2016-05-24GNAP: Fix code alignmentStrangerke
2016-05-24GNAP: Fix out of bound access in alternate font codeStrangerke
2016-05-24GNAP: Fix some uninitialized variablesStrangerke
2016-05-24GNAP: Fix memory leaks, reported by ValgrindTorbjörn Andersson
2016-05-23GNAP: Fix inventory content when loading from launcherStrangerke
2016-05-23GNAP: Add safeguard in setSoundVolumeStrangerke
2016-05-23GNAP: As suggested by Tsoliman, tag the games as unstableStrangerke
2016-05-23GNAP: Add a note, remove a checkmeStrangerke
2016-05-23GNAP: Add safeguard checks in PlayerGnap's getWalkStopSequenceId and getWalkF...Strangerke
2016-05-23GNAP: Rename two Facing enumsStrangerke
2016-05-23GNAP: After double-checking them, remove two CHECKMEsStrangerke
2016-05-23GNAP: Add 2 other double semi columnsStrangerke
2016-05-23GNAP: Add a note concerning the original save and load screensStrangerke
2016-05-23GNAP: Remove an irrelevant TODO copied from another engineStrangerke
2016-05-23GNAP: Remove useless in ResourceClass constructorStrangerke
2016-05-23GNAP: Remove a TODOStrangerke
2016-05-23GNAP: Remove original debug codeStrangerke
2016-05-23GNAP: Map remaining Key codesStrangerke
2016-05-23GNAP: Use KeyCode value instead of numeric value for BackspaceStrangerke
2016-05-23GNAP: Remove double smi-columnsStrangerke
2016-05-21GNAP: Remove yet another TODOStrangerke
2016-05-21GNAP: Implement setSoundVolumeStrangerke
2016-05-21GNAP: Remove or rephrase a couple of notesStrangerke
2016-05-20GNAP: Remove some obsolete comments, take better advantage of the possible va...Strangerke
2016-05-20GNAP: Rework gfxItem, remove the code related to impossible flag valuesStrangerke
2016-05-20GNAP: Remove erroneous comments, simplify a call to blitSprite32Strangerke
2016-05-20GNAP: Fix sprite transparencyEugene Sandulenko
2016-05-20GNAP: Fix transparencyEugene Sandulenko
2016-05-20GNAP: Remove some unused variables in resourcesStrangerke
2016-05-20GNAP: Remove TODOs, add safeguard checksStrangerke
2016-05-20GNAP: Remove obsolete TODOsStrangerke
2016-05-20GNAP: Implement delayTicks functions, refactor them to share codeStrangerke
2016-05-20GNAP: Remove some CHECKME'sStrangerke
2016-05-20GNAP: Enable a clown sequence which wasn't used in the original due to a bugStrangerke
2016-05-20GNAP: Rework the code of Scene07::run, remove an obsolete todoStrangerke
2016-05-19GNAP: Add several checks on _gameDone in order to quit the game quicklyStrangerke
2016-05-19GNAP: Compute the thumbnail when opening the device so that it doesn't show t...Strangerke
2016-05-19GNAP: Add thumbnails, rewrite partially querySaveMetaInfos.Strangerke
2016-05-18GNAP: Change pixel format - Courtesy of _sevStrangerke
2016-05-17GNAP: Fix the coding style of a couple of castsStrangerke
2016-05-17GNAP: Fix some spacingStrangerke
2016-05-17GNAP: Add missing stars in header, change include guard name in gnap.hStrangerke
2016-05-17GNAP: USe Common::Point for mouse position, initialize some more variablesStrangerke
2016-05-17GNAP: Replace memcpy on overlapping memory area by memmove. Thanks to eriktor...Strangerke
2016-05-16GNAP: Fix another valgrind errorStrangerke