aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.cpp
AgeCommit message (Expand)Author
2009-06-25Change Screen_v2::generateOverlay to take a const Palette reference instead o...Johannes Schickel
2009-06-22Changed Screen::loadBitmap and Movie::open to take an optional Palette pointe...Johannes Schickel
2009-06-22- Changed the following Screen functions to take a reference to a Palette obj...Johannes Schickel
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel
2009-06-21Cleanup.Johannes Schickel
2009-06-21LOL: - implemented support for "floating cursors"Florian Kagerer
2009-06-21Cleanup: Change LoL specific config entries to use underscores instead of whi...Johannes Schickel
2009-06-21Cleanup: Change LoL code to use KYRA volume handling.Johannes Schickel
2009-06-21LOL: - implemented audio menuFlorian Kagerer
2009-06-19LOL: - implemented bezel cup opcodeFlorian Kagerer
2009-06-18Replaced "getRandomNumberSpecial" be RandomSource usage. (This is needed for ...Johannes Schickel
2009-06-16LOL: implemented options menu (settings aren't saved yet)Florian Kagerer
2009-06-15LOL: - started on the ingame menu code (death menu, load menu and main menu)Florian Kagerer
2009-06-09- Moved Screen_v2::copyWsaRect to Screen::copyWsaRectJohannes Schickel
2009-06-07Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flags...Johannes Schickel
2009-06-07LOL: minor bug fix in battle systemFlorian Kagerer
2009-06-07LOL: implemented some missing monster animation codeFlorian Kagerer
2009-06-06LOL: fixed level temp data sizeFlorian Kagerer
2009-06-06LOL: fixed vaelan's cubeFlorian Kagerer
2009-06-04LOL: implemented Vaelan's cubeFlorian Kagerer
2009-06-03Silence some unused variable warnings.Johannes Schickel
2009-06-03LOL: implemented guardian spellFlorian Kagerer
2009-06-03LOL: implemented mist of doom spellFlorian Kagerer
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-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-01LOL: fix warningFlorian Kagerer
2009-06-01LOL: implemented hand of fate spellFlorian Kagerer
2009-05-31LOL: implemented magic viper attack (used by wraiths in white tower level 3)Florian Kagerer
2009-05-31Fix various memory leaks in Lands of Lore.Johannes Schickel
2009-05-31LOL: - fix shape memory allocation/release issueFlorian Kagerer
2009-05-31- Add support for the Lands of Lore outro TIM fileJohannes Schickel
2009-05-30LOL: implemented some opcodes required for yvel cityFlorian Kagerer
2009-05-30LOL: - fixed crash that occured when entering yvel cityFlorian Kagerer
2009-05-29LOL: implemented opcode required for magic wandsFlorian Kagerer
2009-05-29More formatting.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-28LOL: - fix valgrind warningFlorian Kagerer
2009-05-28Fix mismatching new/delete[]Johannes Schickel
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel
2009-05-25LOL: implemented support for the mine carFlorian Kagerer
2009-05-24Strip trailing whitespaces.Johannes Schickel
2009-05-24LOL: fixed some input code issues:Florian Kagerer