aboutsummaryrefslogtreecommitdiff
path: root/engines/cge
AgeCommit message (Expand)Author
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-11-16CGE: Fix GUIO1 on an entry for consistency in detectionStrangerke
2011-11-16CGE: Add RTL, hook Main Menu to right click on audio buttonStrangerke
2011-11-14CGE: Add detection for our Freeware versions of SoltysStrangerke
2011-11-14CGE: Add check in order to avoid the display of empty text-boxesStrangerke
2011-11-14CGE: Rename a structure member using double-underscore (reserved)Strangerke
2011-11-13CGE: Remove some useless constantsStrangerke
2011-11-13CGE: F1 now displays Soltys version and translators.Strangerke
2011-11-09CGE: Properly stop player moving when saving or restoringPaul Gilbert
2011-11-08CGE: Bugfixes for the save/load game keysPaul Gilbert
2011-11-08CGE: Don't allow saving game during cut-scenesPaul Gilbert
2011-11-03CGE: Fix warningEugene Sandulenko
2011-11-02CGE: Fix array bounds checkEugene Sandulenko
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-23CGE: Remove end of line in error message.Thierry Crozat
2011-10-22CGE: Add some doxygen commentsStrangerke
2011-10-09CGE: Add come comments in inventory functionsStrangerke
2011-10-01CGE: Translate (and clarify) polish comments. Add a couple of doxygen commentsStrangerke
2011-10-01COMMON: Fix multiple engines asserting in querySaveMetaInfos for empty save s...Paul Gilbert
2011-09-30CGE: Music now always loop, like in the original gameStrangerke
2011-09-20CGE: Remove useless function declarationStrangerke
2011-09-18CGE: Rename Snail into CommandHandler, plus some associated renamingsStrangerke
2011-09-17CGE: Fix a potential bug in insertCommand(), some renamingStrangerke
2011-09-17CGE: Remove useless functionStrangerke
2011-09-17CGE: Remove a use reference to g_engineStrangerke
2011-09-17CGE: Move _talk and _text to CGEEngineStrangerke
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-17CGE: Remove duplicated forward declarationStrangerke
2011-09-17CGE: some more cleanupStrangerke
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-17CGE: Move 4 global to CGEEngineStrangerke
2011-09-16CGE: Move _vga to CGEEngineStrangerke
2011-09-16CGE: Get rid of some more global functions and static membersStrangerke
2011-09-16CGE: Remove two useles externs, un-static-fy two Vga functionsStrangerke
2011-09-16CGE: move two global functions to VgaStrangerke
2011-09-16CGE: Move two globals functions to CGEEngineStrangerke
2011-09-15CGE: Remove general.cppStrangerke
2011-09-15CGE: Transform some static and globals into class membersStrangerke
2011-09-14CGE: Rename cave into sceneStrangerke
2011-09-14CGE: Remove useless functionStrangerke
2011-09-14CGE4: Remove useless variableStrangerke
2011-09-14CGE: Rewrite fileIOStrangerke
2011-09-13CGE: Remove dead code reported by clang++Strangerke
2011-09-13CGE: Some more cleanup in fileIoStrangerke
2011-09-13CGE: Remove IoBuf and CFileStrangerke
2011-09-12CGE: Fix crash when newRandom is called with a range set to 0Strangerke
2011-09-12CGE: Readded a line that was removed by mistake in r94db561Filippos Karapetis
2011-09-12CGE: Removed snddrv.hFilippos Karapetis
2011-09-12CGE: Removed a leftover goto statementFilippos Karapetis