aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.cpp
AgeCommit message (Expand)Author
2009-04-05LOL: fix speech bug, which would cause a hang up when entering roland's houseFlorian Kagerer
2009-04-04LOL: fix magic atlas back/forward buttonsFlorian Kagerer
2009-04-04LOL: implemented compassFlorian Kagerer
2009-04-04Formatting.Johannes Schickel
2009-04-04LOL: - minor sfx 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-28Fix invalid memory writes.Johannes Schickel
2009-03-28LOL: - Level temp data now get stored in memory so you can now return to a le...Florian Kagerer
2009-03-24LOL: - implemented lots of opcodes and fixed a few bugsFlorian Kagerer
2009-03-21LOL: - added drawing code for certain gfx (blood and slime spots on the floor...Florian Kagerer
2009-03-21LOL: The guards will now attack you when you throw certain items at them. The...Florian Kagerer
2009-03-17LOL: added some new drawing code required for some shapes and fixed a minor t...Florian Kagerer
2009-03-16LOL: - implemented item throwingFlorian Kagerer
2009-03-15Align ScummVM version string properly.Johannes Schickel
2009-03-15LOL: - implemented original style random number generator for moving around t...Florian Kagerer
2009-03-15LOL: - added some missing animations for the shopsFlorian Kagerer
2009-03-14LOL: - complete support for the three "special rooms" in the castleFlorian Kagerer
2009-03-10LOL: - some opcodes and interface code so that you can at least get out of th...Florian Kagerer
2009-03-09LOL: - fixed inventory bugFlorian Kagerer
2009-03-09LOL: minor fix for text displayer (text pages now advance automatically when ...Florian Kagerer
2009-03-08LOL: some more work on the text displayer so that it handles longer texts (ne...Florian Kagerer
2009-03-08Oops, fix size argument to memset call.Johannes Schickel
2009-03-08- CleanupJohannes Schickel
2009-03-08Cleanup.Johannes Schickel
2009-03-08LOL: some opcodes for the library room (so that the game will at least not fr...Florian Kagerer
2009-03-08LOL: fixed bug reported by MD5 (crashes and freezes caused by calls to non-ex...Florian Kagerer
2009-03-07LOL: - implemented some opcodes(Florian Kagerer
2009-03-06LOL: - doors can now be opened and closedFlorian Kagerer
2009-03-04Ease conditional LoL compiling with build systems not based on the default one.Johannes Schickel
2009-03-04Fixed compilation when ENABLE_LOL is not setFilippos Karapetis
2009-03-03LOL: implemented some walking code for the monstersFlorian Kagerer
2009-03-01LOL: implement some opcodes for dialogue sequencesFlorian Kagerer
2009-03-01LOL: implemented some monster related code (monsters now get placed in the ma...Florian Kagerer
2009-02-23LOL: - some more work on the interface (you can now click on the banners and ...Florian Kagerer
2009-02-21LOL: implemented timers (only text fading for now)Florian Kagerer
2009-02-21LOL: some work on inventory/item handlingFlorian Kagerer
2009-02-16LOL: fixed invalid memory accessFlorian Kagerer
2009-02-16LOL: - more work on the user interfaceFlorian Kagerer
2009-02-15portability fix for platforms with unsigned charWillem Jan Palenstijn
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3...Florian Kagerer
2009-02-14LOL: fixed bug in text displayer and some cleanupFlorian Kagerer
2009-02-14LOL:Florian Kagerer
2009-02-02KYRA: cleanupFlorian Kagerer
2009-02-01Removed uneeded setupPrologueData calls.Johannes Schickel
2009-02-01Moved some code to newly added files sequences_lol.cpp (more static sequence ...Johannes Schickel
2009-02-01svn-id: r36178Florian Kagerer
2009-01-22Minor cleanup (got rid of a dynamic array).Johannes Schickel
2009-01-20Cleanup.Johannes Schickel
2009-01-20- Moved some script related code to script_lol.cppJohannes Schickel