aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra.cpp
AgeCommit message (Expand)Author
2007-12-26Update comment.Johannes Schickel
2007-12-26Simplification of GM vs MT-32 detection.Johannes Schickel
2007-12-21Reverted too complicated (and unneeded) volume settings code for towns driver.Johannes Schickel
2007-12-16Commit of patch #1848147 "KYRA: SoundTowns Update" with some changes. Thanks ...Johannes Schickel
2007-10-12HoF:Johannes Schickel
2007-10-10- Made some sound functions a bit more generic for use with Kyra1 and Kyra2Johannes Schickel
2007-10-09HoF:Johannes Schickel
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-15- added PC-98 platform entryJohannes Schickel
2007-07-29- Kyrandia 1 works againJohannes Schickel
2007-07-29Restructure Kyrandia sourcecode (part 2, compiling works again)Johannes Schickel
2007-07-08Little renaming.Johannes Schickel
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Changed more code to use Common::KEYCODE_ enumMax Horn
2007-06-08Fix crash when closing Kyrandia demo.Johannes Schickel
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-05- started to move v1 specific functions to KyraEngine_v1 (just opcodes yet)Johannes Schickel
2007-04-27Cleanup.Johannes Schickel
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-15More cleanup.Johannes Schickel
2007-04-15cleanup.Johannes Schickel
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-03-18KYRA: Changed to use EventManager::getMousePos (should improve some things: t...Max Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-12WIP code for Amiga version:Johannes Schickel
2007-03-07- cleanupJohannes Schickel
2007-02-16Added support for Kyrandia 2 ADL files.Johannes Schickel
2007-02-12Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...Johannes Schickel
2007-02-03Workaround bad values for _curSfxFile in old savegames.Johannes Schickel
2007-02-03Some delay changes. (should fix slow scene animations)Johannes Schickel
2007-01-29- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)Johannes Schickel
2007-01-26little parameter reodering.Johannes Schickel
2007-01-25Adds CD audio support.Johannes Schickel
2006-11-13Move addSpecialDebugLevel calls to engine constructor, as stated in ourEugene Sandulenko
2006-11-09- switches to Common::AdvancedDetectorJohannes Schickel
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-09-16Reduce code duplicationMax Horn
2006-09-16Replaces all malloc/realloc usages with new.Johannes Schickel
2006-09-15- adds dirty rect handling to the kyra engine (needs some more tests before I...Johannes Schickel
2006-08-26Adds some framework for the Kyra2 intro, expands it a little bit and adds som...Oystein Eftevaag
2006-08-26Stop doing a screen rewrite on each mouse movement event, just schedule a red...Oystein Eftevaag
2006-08-01Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for theTorbjörn Andersson
2006-08-01Until the native Kyra 2 Adlib music is supported, enable the automagic MIDI-to-Torbjörn Andersson
2006-07-29Added _quitFlag test to Kyra 2 animation and to waitForEvent().Torbjörn Andersson
2006-07-28Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie...Oystein Eftevaag
2006-07-27Oops it should never be renamed to c1_* but to o1_* changing this now.Johannes Schickel
2006-07-27- renaming all opcodes from cmd_* to c1_*Johannes Schickel
2006-07-25Add support for looping the kyra3 main menu.Johannes Schickel