Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-18 | Reverted commit #32166. | Johannes Schickel | |
svn-id: r32170 | |||
2008-05-18 | Fixed fillRect opcode for HoF. | Johannes Schickel | |
svn-id: r32166 | |||
2008-05-17 | fix o1_fillRect() | Florian Kagerer | |
svn-id: r32160 | |||
2008-05-12 | - Some more opcodes moved to KyraEngine_v1 | Johannes Schickel | |
- Yet more naming consistency fixes svn-id: r32056 | |||
2008-05-12 | - Yet more opcodes moved to KyraEngine_v1 | Johannes Schickel | |
- Renamed some opcodes inside KyraEngine_LoK svn-id: r32055 | |||
2008-05-12 | Oops forgot to commit module.mk | Johannes Schickel | |
svn-id: r32054 | |||
2008-05-12 | - Moved some opcodes to KyraEngine_v1 | Johannes Schickel | |
- Little variable renaming svn-id: r32053 | |||
2008-05-11 | Consisteny fixes: | Johannes Schickel | |
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042 | |||
2008-05-11 | Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for ↵ | Johannes Schickel | |
Kyra 2 and 3". svn-id: r32016 | |||
2008-05-02 | - Renamed ScreenAnimator -> Animator_v1 | Johannes Schickel | |
- Moved addItemToAnimList and deleteItemAnimEntry to KyraEngine_v2. svn-id: r31831 | |||
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-20 | - moved kyra functor code to common/func.h | Johannes Schickel | |
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614 | |||
2008-04-20 | Fixed bad usage of functor objects. | Johannes Schickel | |
svn-id: r31607 | |||
2008-03-28 | Refactored Kyrandia GUI code a bit. | Johannes Schickel | |
svn-id: r31290 | |||
2008-03-21 | - disabled some old warnings | Johannes Schickel | |
- removed waiting for voice to finish in o1_restoreCustomPrintBackground svn-id: r31211 | |||
2008-03-16 | - moved KyraEngine_v1::setupOpcodeTable from kyra_v1.cpp to kyra_v2.cpp | Johannes Schickel | |
- some more work in KyraEngine_v2::showIdleAnim svn-id: r31142 | |||
2008-03-08 | Typo. | Johannes Schickel | |
svn-id: r31068 | |||
2008-03-08 | Fix some typos. (and I thought DrMcCoy does this usualy...) | Johannes Schickel | |
svn-id: r31067 | |||
2008-03-08 | Cleanup. | Johannes Schickel | |
svn-id: r31066 | |||
2008-03-08 | Fix for bug #1910180 "KYRA1: Screen "flash"". | Johannes Schickel | |
svn-id: r31065 | |||
2008-02-27 | Fix long standing wrong function names in debug prints. | Johannes Schickel | |
svn-id: r30984 | |||
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-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-29 | Restructure Kyrandia sourcecode (part 2, compiling works again) | Johannes Schickel | |
svn-id: r28296 | |||
2007-07-13 | Some more fixes for Italian fan translation. | Johannes Schickel | |
svn-id: r28055 | |||
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-22 | Fixes graphics glitch introduced while cleaning up. | Johannes Schickel | |
svn-id: r26914 | |||
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 | Formatting/Cleanup. | Johannes Schickel | |
svn-id: r26511 | |||
2007-04-15 | More cleanup. | Johannes Schickel | |
svn-id: r26502 | |||
2007-04-15 | cleanup. | Johannes Schickel | |
svn-id: r26499 | |||
2007-03-23 | Implemented some palette code differences for Amiga version. | Johannes Schickel | |
svn-id: r26281 | |||
2007-03-18 | KYRA: Changed to use EventManager::getMousePos (should improve some things: ↵ | Max Horn | |
the old code did not properly track the mouse upon click events, and KyraEngine::waitForEvent ignored _flags.useHiResOverlay) svn-id: r26221 | |||
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson | |
svn-id: r25635 | |||
2007-02-12 | Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ↵ | Johannes Schickel | |
modified a bit) svn-id: r25530 | |||
2007-02-08 | - fixed crash in FM-Towns version when entering the grotto | Johannes Schickel | |
- fixed some palette issues svn-id: r25423 | |||
2007-02-07 | should silence compiler warnings. | Johannes Schickel | |
svn-id: r25412 | |||
2007-02-07 | Implemented little diff in o1_characterSays for fm-towns version. | Johannes Schickel | |
svn-id: r25410 | |||
2007-02-01 | cleanup | Johannes Schickel | |
svn-id: r25322 | |||
2007-01-31 | Some changes to be closer to the original with palette handling. | Johannes Schickel | |
svn-id: r25316 | |||
2007-01-31 | Fix for bug #Fix for bug #1523200 ("KYRA1: Voice-only mode has no lips ↵ | Johannes Schickel | |
animation"). svn-id: r25313 | |||
2007-01-26 | Workaround for bug #1582672 ("KYRA1: Text crippled and drawn wrong"). | Johannes Schickel | |
svn-id: r25211 | |||
2007-01-21 | Fixes implementation of o1_updateSceneAnimations. | Johannes Schickel | |
svn-id: r25149 | |||
2007-01-20 | Completed implementation of o1_restoreAllObjectBackgrounds. | Johannes Schickel | |
svn-id: r25127 | |||
2007-01-08 | Fix for bug #1586735 ("KYRA1: Sprite not redrawn") | Johannes Schickel | |
svn-id: r25057 | |||
2006-09-17 | - removes the kyra specific language flag system, and uses the language enum ↵ | Johannes Schickel | |
defined in Common for that now - also reworks the game flag system in general svn-id: r23920 | |||
2006-07-27 | Oops it should never be renamed to c1_* but to o1_* changing this now. | Johannes Schickel | |
svn-id: r23613 | |||
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 |