index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
script_tim.cpp
Age
Commit message (
Expand
)
Author
2009-05-24
Cleanup.
Johannes Schickel
2009-05-23
KYRA/LOL: restructured voice playing code so that audio compression can be su...
Florian Kagerer
2009-05-21
Remove trailing tabs/whitespaces.
Johannes Schickel
2009-05-18
Preliminary support for LoL intro demo.
Johannes Schickel
2009-05-18
Add some code differences for LoL intro demo.
Johannes Schickel
2009-05-18
LOL: - implemented fog spell
Florian Kagerer
2009-05-17
LOL: - fix animations for fletcher shop in the swamp
Florian Kagerer
2009-05-12
Add proper error checking in file parsing code.
Johannes Schickel
2009-05-12
Change script file loading code to use Common::IFFParser instead of a self wr...
Johannes Schickel
2009-05-12
Cleanup.
Johannes Schickel
2009-05-10
LOL: - added some spell casting (spark, heal, swarm)
Florian Kagerer
2009-04-27
LOL: added some drawing code and fixed some bugs
Florian Kagerer
2009-04-25
LOL: - Started implementing the fighting system. The damage inflicted is wron...
Florian Kagerer
2009-04-06
LOL: startup fix for floppy version
Florian Kagerer
2009-03-24
LOL: - implemented lots of opcodes and fixed a few bugs
Florian Kagerer
2009-03-17
LOL: added some new drawing code required for some shapes and fixed a minor t...
Florian Kagerer
2009-03-16
LOL: - implemented item throwing
Florian Kagerer
2009-03-15
LOL: - added some missing animations for the shops
Florian Kagerer
2009-03-14
LOL: magic atlas can now be picked up (but it can't be used)
Florian Kagerer
2009-03-14
LOL: - complete support for the three "special rooms" in the castle
Florian Kagerer
2009-03-04
- Make Lands of Lore compileable optionally as suggested by _sev. (via ENABLE...
Johannes Schickel
2009-02-16
LOL: - more work on the user interface
Florian Kagerer
2009-02-15
LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3...
Florian Kagerer
2009-02-02
KYRA: cleanup
Florian Kagerer
2009-02-01
Implemented per voice volume control. (Used for example in LoL intro)
Johannes Schickel
2009-02-01
Oops removed accidently commited code.
Johannes Schickel
2009-02-01
Fixed compilation for now.
Johannes Schickel
2009-02-01
svn-id: r36178
Florian Kagerer
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-30
Cleanup.
Johannes Schickel
2008-08-02
Added a member function loadSoundFile to Sound which accepts a filename strin...
Johannes Schickel
2008-07-31
Removed debugging leftover.
Johannes Schickel
2008-07-31
Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + Chara...
Johannes Schickel
2008-07-10
Typo.
Johannes Schickel
2008-07-10
Added filename to unkown command/opcode warnings for TIM scripts.
Johannes Schickel
2008-07-10
Workaround for gcc 2.95 compiler bug.
Johannes Schickel
2008-06-24
Added const to some static data.
Johannes Schickel
2008-06-01
Should fix gcc warning
Johannes Schickel
2008-06-01
Cleanup
Johannes Schickel
2008-06-01
Some paranoia checks in TIMInterpreter::refreshTimersAfterPause.
Johannes Schickel
2008-06-01
- (hopefully) fix valgrind warning for installer file decompression
Florian Kagerer
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-04-19
- some minor renaming in TIM code
Johannes Schickel
2008-04-19
Renamed function for consistency.
Johannes Schickel
2008-04-19
Added some asserts to prevent out of bounds access.
Johannes Schickel
2008-04-19
- reworked tim handling
Johannes Schickel