aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_lol.cpp
AgeCommit message (Expand)Author
2009-09-26LOL/PC-98: start fixing sequences (like broken arms inn and king richard gett...Florian Kagerer
2009-09-20Cleanup.Johannes Schickel
2009-09-20Fix compilation under Linux.Johannes Schickel
2009-09-20LOL/PC-98: start fixing color issues (still not working correctly though)Florian Kagerer
2009-09-19LOL/PC-98: fixed block drawing (colors are still wrong)Florian Kagerer
2009-09-19LOL: fix warning/errorFlorian Kagerer
2009-09-19LOL: start on pc98 support (still messed up and not working though)Florian Kagerer
2009-09-11LOL: add missing opcodeFlorian Kagerer
2009-09-11LOL/Floppy: fixed gfx tables generationFlorian Kagerer
2009-09-05LOL: fix inventory drawing in floppy versionFlorian Kagerer
2009-09-03LOL: some more work on the floppy version (drawing code is still broken)Florian Kagerer
2009-09-02LOL: update kyra.dat with floppy version data (floppy version still doesn't w...Florian Kagerer
2009-08-16Fix format arugments in LoL code. (triggered via -Wformat-security)Johannes Schickel
2009-07-08LOL: rename new function in last commit according to LordHoto's suggestionFlorian Kagerer
2009-07-08LOL: fix long standing bugs in the battle system (hit chance, damage, etc) by...Florian Kagerer
2009-06-29Change Screen_LoL::loadSpecialColors to take an Palette object as parameter.Johannes Schickel
2009-06-29Change LoLEngine::generateBrightnessPalette to take Palette objects as parame...Johannes Schickel
2009-06-29Changed LoLEngine::setPaletteBrightness to take an Palette object.Johannes Schickel
2009-06-25Change Screen_LoL genereta overlay functionallity to accept a Palette object ...Johannes Schickel
2009-06-25Use Screen::loadPalette instead of Resource::loadFileToBuf.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-21LOL: minor fix for floating cursorsFlorian Kagerer
2009-06-18Replaced "getRandomNumberSpecial" be RandomSource usage. (This is needed for ...Johannes Schickel
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-03LOL: fixed minor bug in shakeScene() which caused a graphics glitch when drop...Florian 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-01Cleanup.Johannes Schickel
2009-06-01Change LoLEngine::delay to be conform with KyraEngine_v1::delay. (remove spec...Johannes Schickel
2009-05-31LOL: implemented magic viper attack (used by wraiths in white tower level 3)Florian Kagerer
2009-05-30LOL: - implemented urbish mines gas explosion Florian Kagerer
2009-05-29Formatting.Johannes Schickel
2009-05-28LOL: - fix valgrind warningFlorian Kagerer
2009-05-25LOL: implemented support for the mine carFlorian Kagerer
2009-05-21LOL: - implemented Lightning SpellFlorian Kagerer
2009-05-21LOL: - implemented freeze spellFlorian Kagerer
2009-05-21Remove trailing tabs/whitespaces.Johannes Schickel
2009-05-17Formatting.Johannes Schickel
2009-05-15LOL: implemented pit drop animationFlorian Kagerer
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
2009-04-25LOL: - Started implementing the fighting system. The damage inflicted is wron...Florian Kagerer
2009-04-04LOL: implemented compassFlorian Kagerer
2009-04-04LOL: - minor item drawing bug fixFlorian Kagerer
2009-04-04LOL: - reverted last commit which would break map shape drawing (I have now c...Florian Kagerer
2009-04-03LOL: - added support for magic atlasFlorian Kagerer
2009-03-28LOL: - implemented opcode required for operating the floor plates in the thug...Florian Kagerer
2009-03-28LOL: - Level temp data now get stored in memory so you can now return to a le...Florian Kagerer