aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/seqplayer.cpp
AgeCommit message (Expand)Author
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-09-16Replaces all malloc/realloc usages with new.Johannes Schickel
2006-07-26Nicer quit handling in the intro sequences.Johannes Schickel
2006-05-28- makes Screen::getPagePtr privateJohannes Schickel
2006-05-21- reworks quit handling (no _system->quit() anymore)Johannes Schickel
2006-05-16- implements kyrandia 3 wsa loaderJohannes Schickel
2006-05-12- little cleanupsJohannes Schickel
2006-05-08Missed a couple of switch cleanups.Torbjörn Andersson
2006-03-13- Fixed regression when moving waitTicks to delay (removes wrongly drawn shap...Johannes Schickel
2006-03-12Music in the last two intro scenes plays now again with adlib.Johannes Schickel
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel
2006-02-14Reworked kyra debug output system. Now he have special kyra intern debug leve...Johannes Schickel
2006-02-11Moved engines to the new engines/ directoryMax Horn