aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script.cpp
AgeCommit message (Expand)Author
2009-10-26- Fix some missing initialization warnings from cppcheckJohannes Schickel
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-07-12Add missing quotation mark to error message.Johannes Schickel
2009-06-12Added missing return statements.Nicola Mettifogo
2009-06-12* Adapted Kyra to the new IFFParser interface.Nicola Mettifogo
2009-05-29More formatting.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-12Formatting.Johannes Schickel
2009-05-12Add proper error checking in file parsing code.Johannes Schickel
2009-05-12Change script file loading code to use Common::IFFParser instead of a self wr...Johannes Schickel
2009-05-12Fix strncpy usage.Johannes Schickel
2009-05-12Cleanup.Johannes Schickel
2009-05-12Cleanup.Johannes Schickel
2009-01-23Renamed Kyra's Resource::getFileStream to createReadStreamMax Horn
2009-01-18- Fixed bug in script code of LoLJohannes Schickel
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-10Cleanup.Johannes Schickel
2008-07-10Added filename to unknown opcode/command warnings of EMC scripts.Johannes Schickel
2008-06-24Added const to some static data.Johannes Schickel
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-04-29- Renamed ScriptInterpreter -> EMCInterpreterJohannes Schickel
2008-04-23Implemented opcodes:Johannes Schickel
2008-04-19- reworked tim handlingJohannes Schickel
2008-04-17- fixed bug in script interpreter code (could've also affected HoF)Johannes Schickel
2008-04-17- minor cleanup in script.cppJohannes Schickel
2008-03-16- Impelemented opcode 155: o2_stopSceneAnimationJohannes Schickel
2008-02-17Print instruction offset of script commands for debug output.Johannes Schickel
2008-02-07Reworked Kyrandia resource loading code.Johannes Schickel
2007-12-28Fixes compiling on msvc7.1, it seems like it has problems to decide when to u...Johannes Schickel
2007-10-14TIM file loading/unloading for HoFOystein Eftevaag
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-08-04Fixes compilation error C2677: binary '&&' : no global operator found which t...Kari Salminen
2007-07-29- Kyrandia 1 works againJohannes 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-15More cleanup.Johannes Schickel
2007-04-15cleanup.Johannes Schickel
2007-01-25Adds basic support for the FM Towns version with some restrictions:Johannes Schickel
2006-07-27- renaming all opcodes from cmd_* to c1_*Johannes Schickel
2006-05-21- reworks quit handling (no _system->quit() anymore)Johannes 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-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