aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/script.cpp
AgeCommit message (Expand)Author
2011-11-20TOLTECS: Fix compilation.Benjamin Haisch
2011-11-20TOLTECS: - Implemented playSoundAtPos and fixed sound panning (0 is center, n...Benjamin Haisch
2011-11-20TOLTECS: Reworked the ArchiveReader and ResourceCache classes.Benjamin Haisch
2011-11-20TOLTECS: - Fixed sound playingBenjamin Haisch
2011-11-20TOLTECS: - Moved script functions out of the switch statement and into an arrayBenjamin Haisch
2011-11-20TOLTECS: - Fixed compilation after Fingolfin's latest series of commitsBenjamin Haisch
2011-11-20TOLTECS: Silenced MSVC warningsFilippos Karapetis
2011-11-20TOLTECS: - Implemented RTLBenjamin Haisch
2011-11-20TOLTECS: - Fixed Screen::updateTalkText (text x position was read incorrectly...Benjamin Haisch
2011-11-20TOLTECS: Implemented preliminary sound playback; some stuff is still missing ...Benjamin Haisch
2011-11-20TOLTECS: Removed unused functions.Benjamin Haisch
2011-11-20TOLTECS: Forgot script.cpp.Benjamin Haisch
2011-11-20TOLTECS: Fixed a script bug (compare opcodes work on unsigned values). So far...Benjamin Haisch
2011-11-20TOLTECS: - Merged input.cpp with toltecs.cppBenjamin Haisch
2011-11-20TOLTECS: Implemented buildColorTransTable (still TODO) and shadow sprite draw...Benjamin Haisch
2011-11-20TOLTECS: Saving/loading is working; it still needs work but will suffice to m...Benjamin Haisch
2011-11-20TOLTECS: - Renamed stuff and cleanupsBenjamin Haisch
2011-11-20TOLTECS: - Renamed some variables & functionsBenjamin Haisch
2011-11-20TOLTECS: Fixed tabs and formatting.Benjamin Haisch
2011-11-20TOLTECS: Initial checkinEugene Sandulenko