aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-14Implemented some kyra3 code.Johannes Schickel
2008-04-14Reverted commit #31499Filippos Karapetis
2008-04-14Removed Common::Array::contains()Max Horn
2008-04-14typoMax Horn
2008-04-14Added contains() method to Common::List, same as in Common::ArrayFilippos Karapetis
2008-04-13Added eriktorbjorn's MemoryWriteStreamDynamic class - a stream that grows as ...Filippos Karapetis
2008-04-13Fixed warning.Torbjörn Andersson
2008-04-13Fixed palette after watching Kyra3 intro.Johannes Schickel
2008-04-12Cleanup.Johannes Schickel
2008-04-12fix crash and graphic glitch in non-playable HOF demoFlorian Kagerer
2008-04-12Updated kyra MSVC project files for commit #31488Filippos Karapetis
2008-04-12Initialize all screen buffers properly.Johannes Schickel
2008-04-12Hopefully fix messed up gfx in first screen of Kyra 1 demo.Johannes Schickel
2008-04-12Fixed graphics glitch in Kyra3 menu.Johannes Schickel
2008-04-12Added fade out time parameter for digital sounds.Johannes Schickel
2008-04-12- some refactoring for Kyra3Johannes Schickel
2008-04-12Fix a couple of typos spotted by Raziel.Kari Salminen
2008-04-11Correct documentationJordi Vilalta Prat
2008-04-11Show current text prompt when the accept_input opcode is called. This, togeth...Filippos Karapetis
2008-04-11Silence MSVC8+ warning C4800 about forcing an int value to bool that got turn...Kari Salminen
2008-04-11Allow mixed Adlib/MIDI mode in VGA version of SOMI.Travis Howell
2008-04-11Correct VAR_SOUNDCARD setting for PC Speaker and list all modes for VAR_SOUND...Travis Howell
2008-04-10towns music file name fixFlorian Kagerer
2008-04-10Load all needed package files for kyra3 on startup.Johannes Schickel
2008-04-10Small bug fix.Johannes Schickel
2008-04-10Improved searchpath support. (Should again detect everything Common::File is ...Johannes Schickel
2008-04-10Initial attempt at handling non-default AGI game input promptFilippos Karapetis
2008-04-10- Reverted r31454 changes to detection.cppJohannes Schickel
2008-04-10Add way to denote CD versions of games and drop language in augmentedEugene Sandulenko
2008-04-10Fixed regression in Kyra1.Johannes Schickel
2008-04-10- fixed valgrind warningJohannes Schickel
2008-04-10Fixed track unloading for MIDI.Johannes Schickel
2008-04-10Don't mention EPOC as deonted in bug #1939634: "Web site should not mention E...Eugene Sandulenko
2008-04-10Lock mutex in playSoundEffect, should help threading safeness of the code.Johannes Schickel
2008-04-10Small fix related to all notes off event.Johannes Schickel
2008-04-10fix make cleanJoost Peters
2008-04-10Made KyraEngine::startup just loading soundfile instead of also playing track 0.Johannes Schickel
2008-04-10- Updated debug output for KyraEngine::snd_playThemeJohannes Schickel
2008-04-10- Fixed missing static data for kyra1 demoJohannes Schickel
2008-04-10Allow the predictive dialog to be shown when ego cannot be moved (i.e. when _...Filippos Karapetis
2008-04-09fix drawShape glitch (Brandon's feet got mutilated and one vertical line was ...Florian Kagerer
2008-04-09Fixed warnings for msvc9.Johannes Schickel
2008-04-09Fixed an off-by one error in the AGI set_menu opcode. Fixes bug #1935896 - "A...Filippos Karapetis
2008-04-08First attempt to support Japanese DIGEugene Sandulenko
2008-04-08Oops removed leftover.Johannes Schickel
2008-04-08- Set language to Common::UNK_LANG for multilanguage games (kyra2cd and kyra3...Johannes Schickel
2008-04-08Ignore pointers on saveEugene Sandulenko
2008-04-08SpellifixEugene Sandulenko
2008-04-08Implement the full range of Apple IIGS MIDI program number to instrument mapp...Kari Salminen
2008-04-08Fix compilation on my 64-bit system...Sven Hesse