aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-02Formatting and whitespaces again.Johannes Schickel
2009-06-02Remove "_smoothScrollTimer" from LoLEngine, it was only used as local variabl...Johannes Schickel
2009-06-01Cleanup.Johannes Schickel
2009-06-01- Remove LoLEngine::delayUntil it was identical to KyraEngine_v1 in its funct...Johannes Schickel
2009-06-01Allow the user to quit ScummVM, when LoL waits via delayUntil.Johannes Schickel
2009-06-01Slight cleanup in LoLEngine's delay and delayUntil.Johannes Schickel
2009-06-01Change LoLEngine::delay to be conform with KyraEngine_v1::delay. (remove spec...Johannes Schickel
2009-06-01- Add some basic debugger for Lands of Lore.Johannes Schickel
2009-06-01- Fix some valgrind warningsJohannes Schickel
2009-06-01Capitalize the C in CorpseJoost Peters
2009-06-01change pathfinding variables from char to int8 to ensure signednessJoost Peters
2009-06-01don't use FROM_LE_* macros on font data, as it already is in native endiannessJoost Peters
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-06-01Add a 'flat' option to FSDirectory to allow searching recursively for files i...Willem Jan Palenstijn
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-31Little formatting fix.Johannes Schickel
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-31Extend self asignment test a bit more (both using internal and allocated stor...Johannes Schickel
2009-05-31Add unit tests for Common::String operators. These test cases will for exampl...Johannes Schickel
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-31Document that debug level 11 turns on all special debug level messages (refer...Filippos Karapetis
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