Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-18 | Switch from Common::tag2string(foo).c_str() to tag2str(foo) | Max Horn | |
svn-id: r48276 | |||
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by ↵ | Max Horn | |
Common::tag2string svn-id: r46127 | |||
2009-10-26 | - Fix some missing initialization warnings from cppcheck | Johannes Schickel | |
- Fix two invalid memory accesses reported by cppcheck svn-id: r45414 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵ | Filippos Karapetis | |
and issues in compilers which don't support NORETURN svn-id: r44314 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44299 | |||
2009-07-12 | Add missing quotation mark to error message. | Johannes Schickel | |
svn-id: r42406 | |||
2009-06-12 | Added missing return statements. | Nicola Mettifogo | |
svn-id: r41473 | |||
2009-06-12 | * Adapted Kyra to the new IFFParser interface. | Nicola Mettifogo | |
* Adapted the new IFFParser to Kyra (slightly). The Kyra1 demo on the website works. svn-id: r41468 | |||
2009-05-29 | More formatting. | Johannes Schickel | |
svn-id: r40994 | |||
2009-05-29 | Formatting. | Johannes Schickel | |
svn-id: r40991 | |||
2009-05-12 | Formatting. | Johannes Schickel | |
svn-id: r40490 | |||
2009-05-12 | Add proper error checking in file parsing code. | Johannes Schickel | |
svn-id: r40489 | |||
2009-05-12 | Change script file loading code to use Common::IFFParser instead of a self ↵ | Johannes Schickel | |
written IFF reader. svn-id: r40488 | |||
2009-05-12 | Fix strncpy usage. | Johannes Schickel | |
svn-id: r40482 | |||
2009-05-12 | Cleanup. | Johannes Schickel | |
svn-id: r40480 | |||
2009-05-12 | Cleanup. | Johannes Schickel | |
svn-id: r40479 | |||
2009-01-23 | Renamed Kyra's Resource::getFileStream to createReadStream | Max Horn | |
svn-id: r36022 | |||
2009-01-18 | - Fixed bug in script code of LoL | Johannes Schickel | |
- Cleanup svn-id: r35905 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-10 | Cleanup. | Johannes Schickel | |
svn-id: r34481 | |||
2008-07-10 | Added filename to unknown opcode/command warnings of EMC scripts. | Johannes Schickel | |
svn-id: r32988 | |||
2008-06-24 | Added const to some static data. | Johannes Schickel | |
svn-id: r32763 | |||
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel | |
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044 | |||
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel | |
svn-id: r31925 | |||
2008-04-29 | - Renamed ScriptInterpreter -> EMCInterpreter | Johannes Schickel | |
- Renamed ScriptState -> EMCState, ScriptData -> EMCData - Removed 'Script' from function names inside EMCInterpreter - Fixed KyraEngine::readSettings and KyraEngine::writeSettings for kyra3 svn-id: r31773 | |||
2008-04-23 | Implemented opcodes: | Johannes Schickel | |
- 8: o3_getMalcolmsSpirit - 52: o3_setMalcolmsSpirit - 65: o3_updateConversations - 117: o3_runDialog svn-id: r31664 | |||
2008-04-19 | - reworked tim handling | Johannes Schickel | |
- moved tim interpreter to new class TIMInterpreter svn-id: r31569 | |||
2008-04-17 | - fixed bug in script interpreter code (could've also affected HoF) | Johannes Schickel | |
- some more Kyra3 code: -> start sequence should show up now partially -> fixed a scene animation related bug -> a few more opcodes svn-id: r31535 | |||
2008-04-17 | - minor cleanup in script.cpp | Johannes Schickel | |
- fix for memory leak in Kyra3 - fixed enterNewSceneUnk2 svn-id: r31534 | |||
2008-03-16 | - Impelemented opcode 155: o2_stopSceneAnimation | Johannes Schickel | |
- fixed crash while switching chapters svn-id: r31139 | |||
2008-02-17 | Print instruction offset of script commands for debug output. | Johannes Schickel | |
svn-id: r30895 | |||
2008-02-07 | Reworked Kyrandia resource loading code. | Johannes Schickel | |
svn-id: r30820 | |||
2007-12-28 | Fixes compiling on msvc7.1, it seems like it has problems to decide when to ↵ | Johannes Schickel | |
use operator bool. svn-id: r30024 | |||
2007-10-14 | TIM file loading/unloading for HoF | Oystein Eftevaag | |
svn-id: r29217 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-15 | - added PC-98 platform entry | Johannes Schickel | |
- added Kyrandia 1 PC-98 detection entries svn-id: r28907 | |||
2007-08-04 | Fixes compilation error C2677: binary '&&' : no global operator found which ↵ | Kari Salminen | |
takes type 'const Kyra::Opcode' (or there is no acceptable conversion) on Windows (VS2003), Xbox (VS2003) and Xbox 360 (VS2005). For some reason the compilers didn't automatically use the operator bool() in the Kyra::Opcode so now doing it explicitly. Thanks to Carch for reporting the compilation problems. svn-id: r28447 | |||
2007-07-29 | - Kyrandia 1 works again | Johannes Schickel | |
- Added timer class for timer handling - Little bit more resturcturing - A little bit (almost nothing but a start!) Kyrandia 2 support svn-id: r28297 | |||
2007-07-08 | Little renaming. | Johannes Schickel | |
svn-id: r27963 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-05 | - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) | Johannes Schickel | |
- reworked script opcode handling svn-id: r26749 | |||
2007-04-15 | More cleanup. | Johannes Schickel | |
svn-id: r26502 | |||
2007-04-15 | cleanup. | Johannes Schickel | |
svn-id: r26499 | |||
2007-01-25 | Adds basic support for the FM Towns version with some restrictions: | Johannes Schickel | |
- just english playable - no audio svn-id: r25188 | |||
2006-07-27 | - renaming all opcodes from cmd_* to c1_* | Johannes Schickel | |
- changing ScriptHelper functions so it will be useable for kyra2 and kyra3 too - unbreaking savegames (increasing the VERSION number since the game flags table got resized to be useable for kyra3) svn-id: r23612 | |||
2006-05-21 | - reworks quit handling (no _system->quit() anymore) | Johannes Schickel | |
- fixes some deinitalization problems svn-id: r22558 | |||
2006-05-08 | Cleanup: Use ScummVM indentation style for switch() cases. In some cases, I | Torbjörn Andersson | |
have added or removed "break"s, but not in any way which should change the program's behaviour. I.e. I've added "break" to the final case, and after calling quitGame(), and I've removed "break" after "return". svn-id: r22383 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 |