Age | Commit message (Expand) | Author |
2009-10-26 | - Fix some missing initialization warnings from cppcheck | Johannes Schickel |
2009-10-11 | KYRA: fix sjis dialgue text display | Florian Kagerer |
2009-10-06 | KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t... | Florian Kagerer |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-08-12 | Implement difference for the Kyrandia 1 Amiga version in TextDisplayer::print... | Johannes Schickel |
2009-08-11 | Fix graphics glitch in Darm's abode in Kyrandia 1 Amiga. | Johannes Schickel |
2009-08-10 | Fix incorrect converted colors in Kyra1 Amiga speech text color setup. | Johannes Schickel |
2009-08-10 | Remove dead code. | Johannes Schickel |
2009-08-10 | Fix text color in character speeches in Kyra1 amiga. | Johannes Schickel |
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-05-24 | Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ... | Johannes Schickel |
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel |
2008-04-23 | - cleanup | Johannes Schickel |
2008-04-20 | Fixed bug in getCharLength. | Johannes Schickel |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-29 | Restructure Kyrandia sourcecode (part 2, compiling works again) | Johannes Schickel |
2007-06-04 | Fix for bug #1730511 ("KYRA1: Brandon's text isn't cleaned properly"). | Johannes Schickel |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-02-12 | Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ... | Johannes Schickel |
2007-02-03 | Some delay changes. (should fix slow scene animations) | Johannes Schickel |
2007-01-31 | Fix for bug #Fix for bug #1523200 ("KYRA1: Voice-only mode has no lips animat... | Johannes Schickel |
2007-01-31 | Fix for bug #1479856 ("KYRA1: gfx glitch when dying on bridge"). | Johannes Schickel |
2007-01-09 | Little fix. | Johannes Schickel |
2006-08-27 | Adds voice/chats to the intro, and adds debug strings to the function calls. | Oystein Eftevaag |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-05-30 | Fixed subtitles Y coordinate in characterSays(). I have no way of confirming | Torbjörn Andersson |
2006-05-27 | Maintain the same screen update frequency while waiting for speech to finish. | Torbjörn Andersson |
2006-05-21 | - reworks quit handling (no _system->quit() anymore) | Johannes Schickel |
2006-05-08 | Cleanup: Use ScummVM indentation style for switch() cases. In some cases, I | Torbjörn Andersson |
2006-04-18 | Fixes use of textspeed settings if voice+text mode is enabled. (thanks to sal... | Johannes Schickel |
2006-04-02 | Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. Apart | Torbjörn Andersson |
2006-03-18 | - started to rework static resource loading | Johannes Schickel |
2006-03-08 | Implemented the last menu (the settings screen). Walking speed, text speed, | Oystein Eftevaag |
2006-02-14 | Made the kyra debug extensions more generic, i.e. scumm engine could replace | Johannes Schickel |
2006-02-14 | Reworked kyra debug output system. Now he have special kyra intern debug leve... | Johannes Schickel |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |