aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2006-08-15- adding LPGL headers to adlib sound specific filesJohannes Schickel
2006-08-08Little Common::String usage 'fix'.Johannes Schickel
2006-08-03Committed my own patch #1533833 (minus one line that was left over from anTorbjörn Andersson
2006-08-03Since the XMIDI music no longer automatically loops, there's no need to fade itTorbjörn Andersson
2006-08-03This is a grossly over-simplified, yet hopefully sufficient for Kyrandia, wayTorbjörn Andersson
2006-08-01Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for theTorbjörn Andersson
2006-08-01Don't start the Kyra 2 menu music until the first frame has faded up, to betterTorbjörn Andersson
2006-08-01Until the native Kyra 2 Adlib music is supported, enable the automagic MIDI-to-Torbjörn Andersson
2006-08-01Don't set the MIDI volume to 255 at the end of a fade-out. At least on myTorbjörn Andersson
2006-07-31Committing patch '[ 1531177 ] Kyra2 mock-up' by eriktorbjorn, with the additi...Oystein Eftevaag
2006-07-31Yet more kyra3 init code.Johannes Schickel
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-31Const correctnessMax Horn
2006-07-30removing never used buffer.Johannes Schickel
2006-07-30Implements item shape loading for kyra3.Johannes Schickel
2006-07-30It's play(), not open(), that encounters the CMDS tag. At least in the introTorbjörn Andersson
2006-07-30- fixes bug in fileData (introduced with last commit)Johannes Schickel
2006-07-30- fixes copyright of kyra3.hJohannes Schickel
2006-07-29Added _quitFlag test to Kyra 2 animation and to waitForEvent().Torbjörn Andersson
2006-07-28Little cleanup.Johannes Schickel
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-27- moving KyraEngine_v3 declaration to newly added kyra3.hJohannes Schickel
2006-07-27Workaround for bug #1498221 ("KYRA1: Glitches when meeting Zanthia").Johannes Schickel
2006-07-26Make the midi player threadsafe (this should fix bug #1506583 "KYRA1: Crash o...Johannes Schickel
2006-07-26Fade out the music when using the Kyra 3 menu to exit. (The original does, andTorbjörn Andersson
2006-07-26End the Kyra 3 menu screen if _quitFlag is set.Torbjörn Andersson
2006-07-26Removed unnecessary #includeTorbjörn Andersson
2006-07-26Skips scroll down sequence then the user wishes to skip the intro.Johannes Schickel
2006-07-26Nicer quit handling in the intro sequences.Johannes Schickel
2006-07-25Add support for looping the kyra3 main menu.Johannes Schickel
2006-07-23String class usage cleanupMax Horn
2006-07-23Initialise the screen before creating the music driver. The MT-32 driver wantsTorbjörn Andersson
2006-07-22- let md5_file accept a FilesystemNode too Johannes Schickel
2006-07-22Changes usage of FilesystemNode::name to FilesystemNode::displayName in the d...Johannes Schickel
2006-07-22Changing usage of FSNode::displayName to FSNode::pathJohannes Schickel
2006-07-20Using path instead of displayName.Johannes Schickel
2006-07-16- don't error on CHAPTER1.VRM miss anymoreJohannes Schickel
2006-07-15Should fix loading of pakfiles.Johannes Schickel
2006-07-15Adds filesize check for kyra.dat, this forces to upgrade always to the newest...Johannes Schickel
2006-07-15Get rid of some asserts and adds error messages instead.Johannes Schickel
2006-07-15Little cleanup.Johannes Schickel
2006-07-15Use the FS Api to load all .PAK and .APK files. (I just made a few quick test...Johannes Schickel
2006-07-15A little cleanup (merges kyra1_games, kyra2_games, kyra3_games into kyra_games)Johannes Schickel
2006-07-15Changes names of Kyra2 and Kyra3 detected games.Johannes Schickel
2006-07-14More whitespace changes.Torbjörn Andersson
2006-07-08Changes init error handling of kyra engine (engine fails at Engine_KYRA_creat...Johannes Schickel
2006-07-08- fixes some c/p errors from my last commitJohannes Schickel
2006-07-08Implements loading of 'westwood.001' for kyra3 (no need to run the installer ...Johannes Schickel