Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-11 | - Added support for original kyra3 save files | Johannes Schickel | |
- Added TalkObject::sceneId in savegames svn-id: r32027 | |||
2008-05-11 | Added saving of current album page of kyra3 like the original did. | Johannes Schickel | |
svn-id: r32025 | |||
2008-05-02 | Moved some character code from kyra2/kyra3 to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31822 | |||
2008-05-02 | Moved common kyra2/kyra3 item to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31819 | |||
2008-04-29 | Various cleanup. | Johannes Schickel | |
svn-id: r31772 | |||
2008-03-30 | - fixed savegame description loading in kyra1 | Johannes Schickel | |
- added Kyra2 load menu, currently just accessable from startup menu though svn-id: r31331 | |||
2008-03-28 | Implemented savegame loading via command line params -x/--save-slot. | Johannes Schickel | |
svn-id: r31281 | |||
2008-03-27 | - Implemented support for --list-saves in Kyra engine | Johannes Schickel | |
- Added support for variable length savegame name field - Changed savegame identifier - Increased savegame file version svn-id: r31268 | |||
2008-03-26 | Added support for HoF savefile from the original interpreter. | Johannes Schickel | |
svn-id: r31249 | |||
2008-03-26 | Extended savegame type checks. | Johannes Schickel | |
svn-id: r31246 | |||
2008-03-17 | Fix kyra save file naming scheme. | Johannes Schickel | |
svn-id: r31164 | |||
2008-03-17 | Let Kyra1 and Kyra2 use a common savegame version number. (cleanup) | Johannes Schickel | |
svn-id: r31155 | |||
2008-03-17 | Implemented quick (via hotkeys) save/load suppot for HoF. | Johannes Schickel | |
svn-id: r31154 | |||
2007-07-29 | - Restructure Kyrandia sourcecode (part 1, breaks compiling) | Johannes Schickel | |
svn-id: r28294 | |||
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-04-15 | Formatting/Cleanup. | Johannes Schickel | |
svn-id: r26511 | |||
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-17 | Added finalize() method to Common::OutSaveFile (which by default just ↵ | Max Horn | |
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) svn-id: r25660 | |||
2007-02-03 | Workaround bad values for _curSfxFile in old savegames. | Johannes Schickel | |
svn-id: r25359 | |||
2007-01-29 | little fix for fm-towns sfx. | Johannes Schickel | |
svn-id: r25261 | |||
2007-01-29 | - adds support for FM-Towns SFX (thanks to Florian Kagerer for his source) | Johannes Schickel | |
- gets rid of GameFlags::hasAudioCD svn-id: r25258 | |||
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-09-10 | - Some little checks for shape usage. | Johannes Schickel | |
- Less redrawing while loading a savegame. svn-id: r23864 | |||
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-06-03 | Don't allow creation of save file when the user quits the game while the intro. | Johannes Schickel | |
svn-id: r22904 | |||
2006-06-01 | Call setWalkspeed() after reading config settings, and after loading savegames, | Torbjörn Andersson | |
so that _timers[] is properly synced with _configWalkspeed. Should fix bug #1498660. svn-id: r22814 | |||
2006-05-28 | - makes Screen::getPagePtr private | Johannes Schickel | |
- introduces Screen::getCPagePtr and Screen::getPageRect (which should ease the introduction of dirty rect handling) - moves KyraEngine::loadBitmap to Screen svn-id: r22716 | |||
2006-05-28 | The Kyra settings are now stored in the config file instead of the savegames. | Torbjörn Andersson | |
The settings in older savegames are ignored. svn-id: r22705 | |||
2006-05-26 | - redraw inventory before entering a room | Johannes Schickel | |
- some cleanup svn-id: r22660 | |||
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko | |
svn-id: r21608 | |||
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 | |||
2006-03-24 | Fix MSVC warnings | Andrew Kurushin | |
svn-id: r21440 | |||
2006-03-16 | - Fixes some gfx glitches (the falling feather and the falling leaf now have ↵ | Johannes Schickel | |
correct restored background) - Fixes brandon width value after loading (removes gfx glitch while talking with the tree) svn-id: r21332 | |||
2006-03-08 | Implemented the last menu (the settings screen). Walking speed, text speed, | Oystein Eftevaag | |
and speech modes (text only, speech only, speech & text) can now be configured. Toggling music and sound in general is not enabled yet. Also formatted the static menu resources a bit differently, made sure some vars in the menu code always got initalized, and fixed a slight formatting error :). svn-id: r21145 | |||
2006-02-25 | A typical example why MKID is dangerous: Kyra uses it incorrectly, thus ↵ | Max Horn | |
savegames are not interchangable between BE and LE systems. Fixing this, by breaking all LE savegames (enabling a compatibility mode, if desired, is easy) svn-id: r20866 | |||
2006-02-14 | Made the kyra debug extensions more generic, i.e. scumm engine could replace | Johannes Schickel | |
their debugC calls now with the new introduced debugC calls. (A mail how to use it will follow shortly on -devel) Also now these special engine debug flags can be specified from the commandline. Also made the -c & --config parameter check more secure. svn-id: r20695 | |||
2006-02-14 | Reworked kyra debug output system. Now he have special kyra intern debug ↵ | Johannes Schickel | |
levels + the global debug levels, for now I enable all kyra debug levels if the global debug level is not -1. see 'toggle_debug' in the kyra debugger and kyra.h for the different levels. (This is just the beginning of it anyway, for example the sound debug level isn't used for now) svn-id: r20678 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |