aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_mr.cpp
AgeCommit message (Expand)Author
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
2012-06-13KYRA: Reduce amount of updateScreen calls.Johannes Schickel
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-07KYRA: Cleanup background music looping of Kyra3.Johannes Schickel
2011-02-10KYRA: Rename KyraEngine_MR::runDialog to doDialog to avoid name clashes with ...Johannes Schickel
2010-10-28KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern.Johannes Schickel
2010-10-22KYRA: Adapt Kyra2+3 to use the newly added item type too.Johannes Schickel
2010-05-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-08-19Cleanup.Johannes Schickel
2009-07-29Fix animation script sound effect opcode implementation in Kyra3.Johannes Schickel
2009-06-29Removed more obsolete TODO messages.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-23Reserve opcode array entries beforehand, should save some reallocation and co...Johannes Schickel
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-09- Implemented Engine::saveGameState for KYRAJohannes Schickel
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-14Added autosave support in Kyra.Johannes Schickel
2008-09-01Merging more of the GSoC 2008 RTL branch: KYRAMax Horn
2008-08-20Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Withou...Johannes Schickel
2008-07-08Updated KYRA to work with the new GMM implementationChristopher Page
2008-07-08KYRA works with the new GMM implementationChristopher Page
2008-06-25Kyra and Lure are now using the new _quit flagChristopher Page
2008-05-12- Some more opcodes moved to KyraEngine_v1Johannes Schickel
2008-05-12- Yet more opcodes moved to KyraEngine_v1Johannes Schickel
2008-05-12- Moved some opcodes to KyraEngine_v1Johannes Schickel
2008-05-11- Implemented kyra3 album (page switch animation not yet implemented)Johannes Schickel
2008-05-08Implemented opcode 66: o3_removeItemSlot.Johannes Schickel
2008-05-08Fixed bug in o3_updateConversations.Johannes Schickel
2008-05-05Removed delay from KyraEngine_MR::npcChatSequence, since it's doing delay scr...Johannes Schickel
2008-05-05Implemented opcode 91: o3_daggerWarning.Johannes Schickel
2008-05-04Yet more opcodes moved to KyraEngine_v2.Johannes Schickel
2008-05-04Moved more opcodes to KyraEngine_v2.Johannes Schickel
2008-05-03Moved more opcodes to KyraEngine_v2.Johannes Schickel
2008-05-03Moved some more opcodes to KyraEngine_v2.Johannes Schickel
2008-05-03- Moved newShape/temporaryScript code to KyraEngine_v2.Johannes Schickel
2008-05-02Yet more opcodes moved to KyraEngine_v2.Johannes Schickel
2008-05-02Started to move opcodes used in both kyra2 and kyra3 to KyraEngine_v2.Johannes Schickel
2008-05-02- Renamed TextDisplayer_v2 to TextDisplayer_HoFJohannes Schickel
2008-05-02Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...Johannes Schickel