aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sprites_lol.cpp
AgeCommit message (Expand)Author
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
2009-04-27LOL: added some drawing code and fixed some bugsFlorian Kagerer
2009-04-25Changed the attacker parameter from 0 to 0xFFFF in inflictDamage() (which was...Filippos Karapetis
2009-04-25The "attacker" parameter is an unsigned integer, so we can't pass a negative ...Filippos Karapetis
2009-04-25LOL: - Started implementing the fighting system. The damage inflicted is wron...Florian Kagerer
2009-04-05LOL: fix monsters' strange sliding to the left (like that thug at the beginning)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-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: implemented some missing drawing code for dead monstersFlorian 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-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: magic atlas can now be picked up (but it can't be used)Florian Kagerer
2009-03-09LOL: - fixed inventory bugFlorian Kagerer
2009-03-08LOL: fixed bug reported by MD5 (crashes and freezes caused by calls to non-ex...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-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