Age | Commit message (Expand) | Author |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-26 | Cleanup. | Johannes Schickel |
2008-12-25 | Fixed valgrind warning. | Johannes Schickel |
2008-12-16 | Switched kyra1 to use the same input functionality as kyra2 and kyra3. | Johannes Schickel |
2008-11-09 | Implemented Engine::syncSoundSettings properly for MIDI output. | 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 | Added autosave support in Kyra. | Johannes Schickel |
2008-09-14 | Fixed regression introduced with r34522. (Now games without 'cdaudio' config ... | Johannes Schickel |
2008-09-14 | Only setup 'cdaudio' config default for FM-Towns/PC98. | Johannes Schickel |
2008-09-02 | Cleanup: Remove now unneeded KyraEngine_v1::quitGame. | Johannes Schickel |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-08-02 | add non-interactive lol demo | Florian Kagerer |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-20 | KYRA: disable incomplete PC-98 audio support for 0.12.0 release (use towns au... | Florian Kagerer |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
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-07-05 | Added support for Italian fan translation of Kyrandia 3. (see fr#2003504 "KYR... | Johannes Schickel |
2008-06-30 | Added support for Spanish fan translation of kyra3 (See fr #1994040 "KYRA3: A... | Johannes Schickel |
2008-06-26 | - improved hof music support for fm-towns (driver for *.twn tracks) (still ne... | Florian Kagerer |
2008-06-25 | Kyra and Lure are now using the new _quit flag | Christopher Page |
2008-05-23 | - Added a simple (but yet better) implementation of pauseEngineIntern for Kyr... | Johannes Schickel |
2008-05-12 | - Yet more opcodes moved to KyraEngine_v1 | Johannes Schickel |
2008-05-12 | - Moved some opcodes to KyraEngine_v1 | Johannes Schickel |
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel |
2008-05-11 | Consisteny fixes: | Johannes Schickel |
2008-05-11 | Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Ky... | Johannes Schickel |
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel |
2008-05-06 | Implemented Engine::getDebugger for KyraEngine. | Johannes Schickel |
2008-05-02 | - Renamed ScreenAnimator -> Animator_v1 | Johannes Schickel |
2008-04-29 | - Renamed ScriptInterpreter -> EMCInterpreter | Johannes Schickel |
2008-04-29 | Prevent analog sound driver to be created for Kyra3. | Johannes Schickel |
2008-04-26 | Fixed kyra screen initialization. | Johannes Schickel |
2008-04-26 | Call _screen->Init(). Fixes segfaults when | Jonathan Gray |
2008-04-12 | - some refactoring for Kyra3 | Johannes Schickel |
2008-04-10 | Made KyraEngine::startup just loading soundfile instead of also playing track 0. | Johannes Schickel |
2008-04-10 | - Updated debug output for KyraEngine::snd_playTheme | Johannes Schickel |
2008-04-06 | Fixed crash on startup when running japanese versions of Kyrandia. | Johannes Schickel |
2008-04-05 | - Changed quicksaves to use slots 990-998. | Johannes Schickel |
2008-04-05 | Fixed crash when opening menu after starting kyra1 with -x/--save-slot. | Johannes Schickel |
2008-04-04 | Cleaned up volume settings managment. | Johannes Schickel |
2008-03-30 | - fixed savegame description loading in kyra1 | Johannes Schickel |
2008-03-28 | Refactored Kyrandia GUI code a bit. | Johannes Schickel |
2008-03-28 | Implemented savegame loading via command line params -x/--save-slot. | Johannes Schickel |
2008-03-17 | Also allow '.' and Escape as keys for skipping sequences in HoF. | Johannes Schickel |
2008-03-16 | Reworked skipFlag handling. | Johannes Schickel |