Age | Commit message (Expand) | Author |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2013-01-09 | KYRA: Make all hex constants use uppercase letters. | Johannes Schickel |
2012-06-13 | KYRA: Reduce amount of updateScreen calls. | Johannes Schickel |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2011-12-26 | KYRA: (EOB) - initial code base commit | athrxx |
2011-11-24 | KYRA: (HOF CD Demo) - check shouldQuit() during ending text loop | athrxx |
2011-11-23 | KYRA: (HOF) - fix ending text in the playable demo | athrxx |
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 |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2010-10-22 | KYRA: Adapt Kyra2+3 to use the newly added item type too. | Johannes Schickel |
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
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-09-17 | Typo. | Johannes Schickel |
2009-09-17 | Enable delay for Ninteno DS in all occasions in o2_isAnySoundPlaying. | Johannes Schickel |
2009-09-17 | Add workaround in "o2_isAnySoundPlaying", which will hopefully make Kyra2 wor... | Johannes Schickel |
2009-08-19 | Cleanup. | Johannes Schickel |
2009-06-29 | Replaced some raw palette loads. | Johannes Schickel |
2009-06-22 | Changed Screen::loadPalette to take a reference to a Palette object instead o... | 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-05-29 | Formatting. | Johannes Schickel |
2009-05-27 | - Moved Sound implementation declarations to the newly added file sound_intern.h | Johannes Schickel |
2009-05-23 | Reserve opcode array entries beforehand, should save some reallocation and co... | Johannes Schickel |
2009-05-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer |
2009-01-31 | o2_loadSoundFile is a dummy for non DOS versions. | Johannes Schickel |
2009-01-31 | Fixed o2_loadSoundFile implementation. | Johannes Schickel |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-07-27 | Fixed macro. | Johannes Schickel |
2008-06-22 | Cleanup. | Johannes Schickel |
2008-06-22 | missed this in last commit (bug fix for #1997149) | Florian Kagerer |
2008-05-27 | Fixed KyraEngine_v1::snd_stopVoice and KyraEngine_v1::snd_voiceIsPlaying impl... | Johannes Schickel |
2008-05-24 | cleanup | Florian Kagerer |
2008-05-24 | more fixes for spellbook/letter text in Hof (French and German floppy) | Florian Kagerer |
2008-05-24 | fix for missing spellbook and letter text in the floppy versions | Florian Kagerer |
2008-05-18 | Reverted commit #32166. | Johannes Schickel |
2008-05-18 | Formatting. | Johannes Schickel |
2008-05-18 | Fixed fillRect opcode for HoF. | Johannes Schickel |
2008-05-14 | Formatting. | Johannes Schickel |
2008-05-14 | Oops, I definitely meant for that to be '==', not '='. I guess this is what it | Torbjörn Andersson |
2008-05-14 | Added a FIXME regarding commit #32096 | Filippos Karapetis |
2008-05-14 | Added the animation speed workaround for the sheriff animation as well. (See | Torbjörn Andersson |
2008-05-12 | - Some more opcodes moved to KyraEngine_v1 | Johannes Schickel |