aboutsummaryrefslogtreecommitdiff
path: root/engines/cge
AgeCommit message (Expand)Author
2014-03-15CGE: Remove a useless structure member, reduce a variable scopeStrangerke
2014-03-15CGE: Remove a useless variable, remove some associated dead codeStrangerke
2014-03-15CGE: Reorder CGEEngine constructorStrangerke
2014-03-15CGE: Move several variable initializations to the constructorStrangerke
2014-03-11CGE: Get rid of a magic value in file seekStrangerke
2014-03-11CGE: Remove the useless return value of XCrypt()Strangerke
2014-03-10CGE: Fix 2 more obsolete debug messagesStrangerke
2014-03-10CGE: Fix obsolete debug messageStrangerke
2014-03-02CGE: Fix some uninitialized variablesStrangerke
2014-03-02CGE: Add a comment about an intended fall-throughStrangerke
2014-03-02CGE: Move hero shadow check inside hero check in sceneUp()Strangerke
2014-03-02CGE: Add a safeguard in pocFulStrangerke
2014-02-19CGE: Some British to American englishStrangerke
2014-02-18CGE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17CGE: Indent REGISTER_PLUGIN_* for consistency.Johannes Schickel
2014-02-16CGE: Janitorial - Remove trailing spacesStrangerke
2014-02-13CGE: Add an option to toggle color blind mode from the launcherStrangerke
2014-02-09CGE: Reduce the scope of some variablesStrangerke
2014-01-17Merge pull request #417 from digitall/STACK_fixesJohannes Schickel
2014-01-17CGE: Further alignment fixes to Bitmap class.D G Turner
2014-01-15ALL: Remove optimization unstable code on checking for null after new.D G Turner
2014-01-12CGE: Remove unecessary void pointer usage in resource file I/O.D G Turner
2013-12-17CGE: Fix check on file handlersStrangerke
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-11-10CGE: Ensure string copy don't overrun. Fix CID 1003674 to 1003678Strangerke
2013-10-30CGE: Add detection entry for translated Spanish SoltysThierry Crozat
2013-08-03CGE: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03CGE: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-04Merge pull request #331 from sev-/gsoc2012-eventsrecorderEugene Sandulenko
2013-05-27CGE: Pass proper size of detection entries to AdvancedMetaEngine code.Johannes Schickel
2013-05-26CGE: Fix warning in detectionStrangerke
2013-05-19CGE: Introduce gametypeStrangerke
2013-05-17CGE: Add detection entry for SfinxStrangerke
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-26CGE: Plug memory leak. CID 1003914Eugene Sandulenko
2013-04-18CGE: Add safeguards in text managerStrangerke
2013-04-18CGE: Add safeguard in expand()Strangerke
2013-04-17CGE: Fix uninitialized variablesStrangerke
2013-02-24CGE: Add workaround for the dice puzzle for the devices not using a ALT keyStrangerke
2012-12-16JANITORIAL: Replace some spaces with tabsTorbjörn Andersson
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-05CGE: Fix bug #3557904 - Shadow at wrong positionStrangerke
2012-08-05CGE: Keep Soltys' position when savingStrangerke
2012-08-04CGE: Fix bug #3547274 - missing travel buttons after saveStrangerke