Age | Commit message (Expand) | Author |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-16 | Fixed various g++ warnings ("format not a string literal and no format argume... | Johannes Schickel |
2008-11-09 | Error out on savegame load failure (again). | Johannes Schickel |
2008-11-09 | - Implemented Engine::saveGameState for KYRA | Johannes Schickel |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-03 | Preliminary support for loading via GMM for KYRA engine. | Johannes Schickel |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-14 | Cleanup. | Johannes Schickel |
2008-09-14 | Added autosave support in Kyra. | Johannes Schickel |
2008-09-14 | Fixed thumbnail creation / loading in kyra. | Johannes Schickel |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: KYRA | Max Horn |
2008-08-20 | - Committed Max' compressed save backseeking support from patch #2050337 "KYR... | Johannes Schickel |
2008-08-20 | Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Withou... | Johannes Schickel |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-05 | Changed implementation parameters/return values to match definition. | Johannes Schickel |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-08-02 | Fix for bug #2035459 "KYRA1: long savegame names cause garbage". | Johannes Schickel |
2008-07-08 | Updated KYRA to work with the new GMM implementation | Christopher Page |
2008-07-08 | KYRA works with the new GMM implementation | Christopher Page |
2008-06-25 | Kyra and Lure are now using the new _quit flag | Christopher Page |
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel |
2008-05-11 | - Added support for original kyra3 save files | Johannes Schickel |
2008-05-11 | Added saving of current album page of kyra3 like the original did. | Johannes Schickel |
2008-05-02 | Moved some character code from kyra2/kyra3 to KyraEngine_v2. | Johannes Schickel |
2008-05-02 | Moved common kyra2/kyra3 item to KyraEngine_v2. | Johannes Schickel |
2008-04-29 | Various cleanup. | Johannes Schickel |
2008-03-30 | - fixed savegame description loading in kyra1 | Johannes Schickel |
2008-03-28 | Implemented savegame loading via command line params -x/--save-slot. | Johannes Schickel |
2008-03-27 | - Implemented support for --list-saves in Kyra engine | Johannes Schickel |
2008-03-26 | Added support for HoF savefile from the original interpreter. | Johannes Schickel |
2008-03-26 | Extended savegame type checks. | Johannes Schickel |
2008-03-17 | Fix kyra save file naming scheme. | Johannes Schickel |
2008-03-17 | Let Kyra1 and Kyra2 use a common savegame version number. (cleanup) | Johannes Schickel |
2008-03-17 | Implemented quick (via hotkeys) save/load suppot for HoF. | Johannes Schickel |
2007-07-29 | - Restructure Kyrandia sourcecode (part 1, breaks compiling) | Johannes Schickel |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-15 | Formatting/Cleanup. | Johannes Schickel |
2007-03-18 | KYRA: Changed to use EventManager::getMousePos (should improve some things: t... | Max Horn |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-03 | Workaround bad values for _curSfxFile in old savegames. | Johannes Schickel |
2007-01-29 | little fix for fm-towns sfx. | Johannes Schickel |
2007-01-29 | - adds support for FM-Towns SFX (thanks to Florian Kagerer for his source) | Johannes Schickel |
2006-09-17 | - removes the kyra specific language flag system, and uses the language enum ... | Johannes Schickel |
2006-09-10 | - Some little checks for shape usage. | Johannes Schickel |
2006-07-27 | - renaming all opcodes from cmd_* to c1_* | Johannes Schickel |
2006-06-03 | Don't allow creation of save file when the user quits the game while the intro. | Johannes Schickel |
2006-06-01 | Call setWalkspeed() after reading config settings, and after loading savegames, | Torbjörn Andersson |
2006-05-28 | - makes Screen::getPagePtr private | Johannes Schickel |
2006-05-28 | The Kyra settings are now stored in the config file instead of the savegames. | Torbjörn Andersson |
2006-05-26 | - redraw inventory before entering a room | Johannes Schickel |