aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-30LOL: implemented opcode for white towerFlorian Kagerer
2009-05-30Change more Lands of Lore in game voice code to use "_sound->isVoicePresent".Johannes Schickel
2009-05-30Moved the "songlib" command to console.cpp and removed the non-working "set_v...Filippos Karapetis
2009-05-30SCI: Added constructor&destructor to SfxStateMax Horn
2009-05-30LOL: minor bug fixFlorian Kagerer
2009-05-30SCI: Made vocab_version static again (a global static var is bad, but a reall...Max Horn
2009-05-30Reverted the vocab loading function to be like it was before commit #40979 (b...Filippos Karapetis
2009-05-30Moved 4 mode commands to console.cpp: "sentence_fragments", "parser_nodes", "...Filippos Karapetis
2009-05-30SCI: Fix broken pointer after array re-allocation.Willem Jan Palenstijn
2009-05-30LOL: implemented some opcodes required for yvel cityFlorian Kagerer
2009-05-30- Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_scr...Filippos Karapetis
2009-05-30Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe...Filippos Karapetis
2009-05-30- Fix various debugC calls (parameters passed were not correct)Johannes Schickel