aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Expand)Author
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
2010-04-19Bugfix for correctly returning follower to player when they're blocked from a...Paul Gilbert
2010-04-16Added code to de-activate town NPCs once the player makes it to the castle, s...Paul Gilbert
2010-04-14Added a default case for characters that don't have a message set, but try to...Paul Gilbert
2010-04-09Remove unnecessary 'extern' keywordsOri Avtalion
2010-04-05Corrected check to ensure return isn't issued if it's already in progressPaul Gilbert
2010-04-05Bugfix for correctly getting a follower to return to player when blocked from...Paul Gilbert
2010-04-05Application of patch #2981748 - Make VGA detection entries take precedence ov...Paul Gilbert
2010-03-30Fix for Lure memory error indicated by Valgrind on Restart/Restore Screen (Te...David Turner
2010-03-27Corrected deallocated of menu data reported by ValgrindPaul Gilbert
2010-03-26Added explicit initialisation of NPC directions in the hotspot constructorsPaul Gilbert
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-25Change some comments to use "AdLib" instead of "adlib".Johannes Schickel
2010-01-23Some more header modifications ("Graphic Adventure Engine" and the legal prop...Arnaud Boutonné
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2010-01-19LURE: Remove evil 'using namespace' from header filesMax Horn
2010-01-19Fixed some cppcheck warnings.Torbjörn Andersson
2010-01-09Fix for a rare case where the NPC handler for Ewan the shopkeeper can cause a...Paul Gilbert
2010-01-05Added a new LureLanguage enumeration of supported languages, and changed game...Paul Gilbert
2010-01-05Bugfix for crash if an error occurs before the game object (and thus the debu...Paul Gilbert
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-11-29Bugfix for reactivating an NPC when it was previously deactivated at precisel...Paul Gilbert
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-20LURE: Turn HotspotTickHandlers into a proper class; convert static vars in va...Max Horn
2009-10-09Remove some unused variablesMax Horn
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-01Replaced delete operator with delete[]Paul Gilbert
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Reverted my commit #44290 - apparently, it was a bad idea, as g_engine is a hackFilippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-24Changed some references from LureEngine to the global g_engine (e.g. calls to...Filippos Karapetis
2009-08-30Fix indentationJordi Vilalta Prat