aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Expand)Author
2011-06-23LURE: Allocate debug strings buffer on the heapJulien
2011-06-23ANALYSIS: Fix potential memory leak when using reallocJulien
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14LURE: Add a comment explaining why kADFlagUseExtraAsHint is usedMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10LURE: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02LURE: Replace snprintf() usage with Common::String::format()D G Turner
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25ALL: favour/favourite -> favor/favoriteMatthew Hoops
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-22ENGINES: Further unify engine namesThierry Crozat
2011-05-17LURE: Rename method random() -> getRandom()Max Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-19LURE: Enabled clickable menus for WebOS.Klaus Reimer
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-03-23ENGINES: Remove unused MIDI pass-through codeMax Horn
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-19LURE: Init volume levels on startupdhewg
2011-02-14LURE: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-12-03LURE : Fix for ID: 3030143 Unexpected game cursor behavior. Always refresh m...Lars Persson
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-14LURE: Fix for Valgrind identified memory leaksPaul Gilbert
2010-11-07LURE: Remove all uses of (f)printf; cleanupMax Horn
2010-11-01ENGINES: Get rid of some (f)printfsMax Horn
2010-11-01ENGINES: Remove some 'using' statementsMax Horn
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
2010-10-15LURE: Fix for #3087842 - Code analysis warningsPaul Gilbert
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-10-15LURE: Fix for #3087842 - Code analysis warningsPaul Gilbert
2010-10-13LURE: Bugfix for characters getting stuck in Abbey doorwayPaul Gilbert
2010-10-06LURE: Fix for #3062794 - Diermot cannot leave room 7Paul Gilbert
2010-10-05LURE: Bugfix for #3008511 - Goewin stuck at counterPaul Gilbert
2010-10-05LURE: Bugfix for #3060480 - Ratpouch alternating between roomsPaul Gilbert
2010-10-02LURE: Partial fix for #3008511 Goewin getting stuckPaul Gilbert
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-08-25LURE: Workaround for bug #3047234 in English EGA versionPaul Gilbert
2010-07-21LURE: Make LURE respect the mute settings.Johannes Schickel