aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_v1.cpp
AgeCommit message (Expand)Author
2008-04-20- moved kyra functor code to common/func.hJohannes Schickel
2008-04-20Fixed bad usage of functor objects.Johannes Schickel
2008-03-28Refactored Kyrandia GUI code a bit.Johannes Schickel
2008-03-21- disabled some old warningsJohannes Schickel
2008-03-16- moved KyraEngine_v1::setupOpcodeTable from kyra_v1.cpp to kyra_v2.cppJohannes Schickel
2008-03-08Typo.Johannes Schickel
2008-03-08Fix some typos. (and I thought DrMcCoy does this usualy...)Johannes Schickel
2008-03-08Cleanup.Johannes Schickel
2008-03-08Fix for bug #1910180 "KYRA1: Screen "flash"".Johannes Schickel
2008-02-27Fix long standing wrong function names in debug prints.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-15- added PC-98 platform entryJohannes Schickel
2007-07-29- Kyrandia 1 works againJohannes Schickel
2007-07-29Restructure Kyrandia sourcecode (part 2, compiling works again)Johannes Schickel
2007-07-13Some more fixes for Italian fan translation.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-22Fixes graphics glitch introduced while cleaning up.Johannes Schickel
2007-05-05- started to move v1 specific functions to KyraEngine_v1 (just opcodes yet)Johannes Schickel
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-15More 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-02-16Some very obvious cleanups.Torbjörn Andersson
2007-02-12Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...Johannes Schickel
2007-02-08- fixed crash in FM-Towns version when entering the grottoJohannes Schickel
2007-02-07should silence compiler warnings.Johannes Schickel
2007-02-07Implemented little diff in o1_characterSays for fm-towns version.Johannes Schickel
2007-02-01cleanupJohannes Schickel
2007-01-31Some changes to be closer to the original with palette handling.Johannes Schickel
2007-01-31Fix for bug #Fix for bug #1523200 ("KYRA1: Voice-only mode has no lips animat...Johannes Schickel
2007-01-26Workaround for bug #1582672 ("KYRA1: Text crippled and drawn wrong").Johannes Schickel
2007-01-21Fixes implementation of o1_updateSceneAnimations.Johannes Schickel
2007-01-20Completed implementation of o1_restoreAllObjectBackgrounds.Johannes Schickel
2007-01-08Fix for bug #1586735 ("KYRA1: Sprite not redrawn")Johannes Schickel
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-07-27Oops it should never be renamed to c1_* but to o1_* changing this now.Johannes Schickel
2006-07-27- renaming all opcodes from cmd_* to c1_*Johannes Schickel
2006-07-27Workaround for bug #1498221 ("KYRA1: Glitches when meeting Zanthia").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-28Added speechEnabled() and textEnabled() to simplify the text/speech config ch...Oystein Eftevaag
2006-05-28Fixes bug [ 1480746 ] KYRA1: menu triggers assertion, and sets the text/speec...Oystein Eftevaag
2006-05-16- implements kyrandia 3 wsa loaderJohannes Schickel
2006-05-08Cleanup: Use ScummVM indentation style for switch() cases. In some cases, ITorbjörn Andersson
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-20Implements cmd_shakeScreen.Johannes Schickel
2006-03-18- started to rework static resource loadingJohannes Schickel
2006-03-18Extends seq_drinkPotionAnim() so that the color of the flask BrandonOystein Eftevaag