aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-06-01Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...Joost Peters
2009-06-01LOL: fix warningFlorian Kagerer
2009-06-01LOL: add workaround comment (at LordHoto's repeated insistence)Florian Kagerer
2009-06-01LOL: - minor fix to the input codeFlorian Kagerer
2009-06-01LOL: implemented hand of fate spellFlorian Kagerer
2009-06-01Some fixes for saving/loading (still broken)Filippos Karapetis
2009-06-01Split the kernel functions away from the vocabulary functions (WIP, saving/lo...Filippos Karapetis
2009-06-01LOL: - extended text displayer and added one more opcodeFlorian Kagerer
2009-06-01Disabled an old script interpreter hackPaul Gilbert
2009-06-01Removed some out of date TODO'sPaul Gilbert
2009-06-01Replaced loadShort/saveShort functions with applicable endian macrosPaul Gilbert
2009-06-01Removed the remaining two FIXME's - my analysis of the data indicates no issu...Paul Gilbert
2009-06-01Replaced kernel_oops with error(), and added an enum to clarify the cases whe...Filippos Karapetis
2009-06-01Removed the sci_max_allowed_unknown_kernel_functions arrayFilippos Karapetis
2009-06-01Converted the saving of perso structure data to proper endian-safe serialisationPaul Gilbert
2009-06-01LOL: some more opcodes and some minor bug fixesFlorian Kagerer
2009-06-01LOL: - implemented opcode for white tower basementFlorian Kagerer
2009-05-31Removing the helper-include where it's not used anymoreSven Hesse
2009-05-31Fixing a regression in the VideoPlayer, introduced by Fingolfin in r41077Sven Hesse
2009-05-31GOB: Resolve FIXMEsMax Horn
2009-05-31GOB: Got rid of GobEngine::_vmMax Horn
2009-05-31GOB: the Engine destructor already calls Mixer::stopAll()Max Horn
2009-05-31Add support for the Lands of Lore scrolling credits.Johannes Schickel
2009-05-31LOL: prevent saving/loading in inventory screenFlorian Kagerer
2009-05-31GOB: Got rid of last traces of strdupcpy and strdupcatMax Horn
2009-05-31GOB: Untangled SlotFileIndexed and SlotFileStatic (ATTENTION: This uncovered ...Max Horn
2009-05-31GOB: Replaced many uses of strdupcpy by Common::StringMax Horn
2009-05-31Typos: Unkown -> UnknownMatthew Hoops
2009-05-31LOL: implemented magic viper attack (used by wraiths in white tower level 3)Florian Kagerer
2009-05-31Removed script_error_flag and script_debug_flag, which were used to error out...Filippos Karapetis
2009-05-31SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl...Max Horn
2009-05-31SCI: Fixed loading; added 'const' keywords to several Vocabulary methodsMax Horn
2009-05-31MADE: cleanupMax Horn
2009-05-31- Further objectification of the SCI vocabulary functionsFilippos Karapetis
2009-05-31tinsel: workaround for "missing red dragon in Act IV" bug in Discworld PSXFabio Battaglia
2009-05-31- Little bugfix for LoL outro TIMJohannes Schickel
2009-05-31Fix various memory leaks in Lands of Lore.Johannes Schickel
2009-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
2009-05-31Slowed down the game to match the original, and introduced the ability to alt...Paul Gilbert
2009-05-31Merged the wait for mouse press event loop into the main loop, fixing animati...Paul Gilbert
2009-05-31Ooops, that's one "File::" too manySven Hesse
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-31Replacing NULL with 0, since that's normally the C++-waySven Hesse
2009-05-31public'ing some inner classes since some compilers don't seem to like nested ...Sven Hesse
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-31- A new save system for the GobEngine, one that is not fundamentally broken a...Sven Hesse
2009-05-31LOL: - fix shape memory allocation/release issueFlorian Kagerer
2009-05-31Typo.Johannes Schickel
2009-05-31- Add support for the Lands of Lore outro TIM fileJohannes Schickel
2009-05-31LOL: fix some valgrind warningsFlorian Kagerer