Age | Commit message (Expand) | Author |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | KYRA: Fix compilation when LoL is disabled. | Johannes Schickel |
2011-04-28 | KYRA: Clean up of header includes. | Johannes Schickel |
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel |
2010-03-24 | Remove pointer dereferencation in a place, where the result is not used at all. | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-11-15 | Formatting. | Johannes Schickel |
2009-11-14 | KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is sti... | Florian Kagerer |
2009-10-31 | Fix some memory leaks in Kyrandia 1 (this hopefully fixes crashes on NDS afte... | Johannes Schickel |
2009-09-13 | KYRA: - add sfx support for PC98-Version | Florian Kagerer |
2009-08-25 | Implement support for the Kyrandia 1 CD demo. | Johannes Schickel |
2009-08-11 | merged from trunk (Amiga LoK supposedly completeable!) | Norbert Lange |
2009-08-10 | Fix copyright string displaying in Kyra1 amiga. Unlike the DOS version it doe... | Johannes Schickel |
2009-07-18 | first attempt at enabling soundeffects using an table from the executeable. D... | Norbert Lange |
2009-06-25 | Replace yet another palette from file loading with Screen::loadPalette. | Johannes Schickel |
2009-06-22 | Changed Screen::loadBitmap and Movie::open to take an optional Palette pointe... | Johannes Schickel |
2009-06-22 | - Changed the following Screen functions to take a reference to a Palette obj... | Johannes Schickel |
2009-06-22 | Add wrapper functionality for copying full palettes. | Johannes Schickel |
2009-06-22 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel |
2009-06-22 | Got rid of Screen::_currentPalette. | Johannes Schickel |
2009-06-09 | - Moved Screen_v2::copyWsaRect to Screen::copyWsaRect | Johannes Schickel |
2009-06-08 | - Cleanup | Johannes Schickel |
2009-06-08 | Cleanup. | Johannes Schickel |
2009-05-29 | More formatting. | Johannes Schickel |
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel |
2009-05-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-06-24 | Added const to some static data. | Johannes Schickel |
2008-05-11 | Consisteny fixes: | Johannes Schickel |
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel |
2008-03-23 | Respect text/voice settings in Kyrandia 1 Intro/Outro. | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-15 | - added PC-98 platform entry | Johannes Schickel |
2007-07-29 | Restructure Kyrandia sourcecode (part 2, compiling works again) | 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-12 | WIP code for Amiga version: | Johannes Schickel |
2007-03-07 | - cleanup | Johannes Schickel |
2007-02-12 | little fix for fm-towns version | Johannes Schickel |
2007-02-12 | Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ... | Johannes Schickel |
2007-02-07 | Support for new kyra.dat, which includes static data from the fm-towns version. | Johannes Schickel |
2007-01-29 | - adds support for FM-Towns SFX (thanks to Florian Kagerer for his source) | Johannes Schickel |
2007-01-25 | Adds CD audio support. | Johannes Schickel |
2007-01-25 | Adds basic support for the FM Towns version with some restrictions: | Johannes Schickel |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-18 | Fixes the Macintosh related problems Krest mentioned on the IRC channel. | Johannes Schickel |
2006-09-17 | formatting | Johannes Schickel |
2006-09-17 | - removes the kyra specific language flag system, and uses the language enum ... | Johannes Schickel |
2006-09-16 | Replaces all malloc/realloc usages with new. | Johannes Schickel |