aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene.cpp
AgeCommit message (Expand)Author
2007-08-31Fix for bug #1784937 ("KYRA: Wrong path for Brandon in starting location").Johannes Schickel
2007-07-29- Kyrandia 1 works againJohannes Schickel
2007-07-29- Restructure Kyrandia sourcecode (part 1, breaks compiling)Johannes Schickel
2007-07-08Little renaming.Johannes Schickel
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-05- started to move v1 specific functions to KyraEngine_v1 (just opcodes yet)Johannes Schickel
2007-04-27Cleanup.Johannes Schickel
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-15cleanup.Johannes Schickel
2007-03-23Implemented some palette code differences for Amiga version.Johannes Schickel
2007-03-18KYRA: Changed to use EventManager::getMousePos (should improve some things: t...Max Horn
2007-03-18- little 'cleanup'Johannes Schickel
2007-03-12WIP code for Amiga version:Johannes Schickel
2007-01-31Some changes to be closer to the original with palette handling.Johannes Schickel
2007-01-29- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)Johannes Schickel
2007-01-06A few minor fixes and optimizations (biggest one is splitting decodeFrameDelt...Oystein Eftevaag
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-09-16- enables pseudo unloading of loaded pak files (which reduces the loading of ...Johannes Schickel
2006-09-16Simplifies resource handling for the CD version of Kyrandia.Johannes Schickel
2006-07-27- renaming all opcodes from cmd_* to c1_*Johannes Schickel
2006-07-14More whitespace changes.Torbjörn Andersson
2006-06-04wrong palettes should be really fixed now.Johannes Schickel
2006-06-04Should fix strange palettes in some rooms.Johannes Schickel
2006-06-03Implements cmd_fadeEntirePalette, should fix some missing palette fades.Johannes Schickel
2006-05-28- makes Screen::getPagePtr privateJohannes Schickel
2006-05-26Fixes input handling while moving.Johannes Schickel
2006-05-08Replaced a bunch of delay loops with a new delayUntil() function. Now all ofTorbjörn Andersson
2006-05-08Cleanup: Use ScummVM indentation style for switch() cases. In some cases, ITorbjörn Andersson
2006-03-27Comments out unneeded code in enterNewScene (only used for cd audio version).Johannes Schickel
2006-03-19Fixes a potential problem in the pathfinder where an array could be accessed ...Oystein Eftevaag
2006-03-17- Fixes bug #1401432 ("KYRA: Brandon graphics glitch when exiting castle cata...Johannes Schickel
2006-03-16- Fixes some gfx glitches (the falling feather and the falling leaf now have ...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