aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Expand)Author
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
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-27Bugfix for making Goewin more smoothly follow player out of the cavesPaul Gilbert
2010-04-27Minor bugfix for the shop-keeper sequence when you're viewing through the win...Paul Gilbert
2010-04-21Fixed GCC warning about 'hotspotId' shadowing a member of 'this'. Let's callTorbjörn Andersson
2010-04-20Corrected a debug statement that could use an object field after the object w...Paul Gilbert