aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_tim.cpp
AgeCommit message (Expand)Author
2009-06-02Formatting and whitespaces again.Johannes Schickel
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-29More formatting.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-24Cleanup.Johannes Schickel
2009-05-23KYRA/LOL: restructured voice playing code so that audio compression can be su...Florian Kagerer
2009-05-21Remove trailing tabs/whitespaces.Johannes Schickel
2009-05-18Preliminary support for LoL intro demo.Johannes Schickel
2009-05-18Add some code differences for LoL intro demo.Johannes Schickel
2009-05-18LOL: - implemented fog spellFlorian Kagerer
2009-05-17LOL: - fix animations for fletcher shop in the swampFlorian Kagerer
2009-05-12Add proper error checking in file parsing code.Johannes Schickel
2009-05-12Change script file loading code to use Common::IFFParser instead of a self wr...Johannes Schickel
2009-05-12Cleanup.Johannes Schickel
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-25LOL: - Started implementing the fighting system. The damage inflicted is wron...Florian Kagerer
2009-04-06LOL: startup fix for floppy versionFlorian Kagerer
2009-03-24LOL: - implemented lots of opcodes and fixed a few bugsFlorian 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: - 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-14LOL: - complete support for the three "special rooms" in the castleFlorian Kagerer
2009-03-04- Make Lands of Lore compileable optionally as suggested by _sev. (via ENABLE...Johannes Schickel
2009-02-16LOL: - more work on the user interfaceFlorian Kagerer
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3...Florian Kagerer
2009-02-02KYRA: cleanupFlorian Kagerer
2009-02-01Implemented per voice volume control. (Used for example in LoL intro)Johannes Schickel
2009-02-01Oops removed accidently commited code.Johannes Schickel
2009-02-01Fixed compilation for now.Johannes Schickel
2009-02-01svn-id: r36178Florian Kagerer
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-30Cleanup.Johannes Schickel
2008-08-02Added a member function loadSoundFile to Sound which accepts a filename strin...Johannes Schickel
2008-07-31Removed debugging leftover.Johannes Schickel
2008-07-31Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + Chara...Johannes Schickel
2008-07-10Typo.Johannes Schickel
2008-07-10Added filename to unkown command/opcode warnings for TIM scripts.Johannes Schickel
2008-07-10Workaround for gcc 2.95 compiler bug.Johannes Schickel
2008-06-24Added const to some static data.Johannes Schickel
2008-06-01Should fix gcc warningJohannes Schickel
2008-06-01CleanupJohannes Schickel
2008-06-01Some paranoia checks in TIMInterpreter::refreshTimersAfterPause.Johannes Schickel
2008-06-01- (hopefully) fix valgrind warning for installer file decompressionFlorian Kagerer
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-04-19- some minor renaming in TIM codeJohannes Schickel
2008-04-19Renamed function for consistency.Johannes Schickel