aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-31Fix bug #1528856 - ZAK FM-TOWNS: Wrong Screen-Start position in jungle.Travis Howell
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-31Const correctnessMax Horn
2006-07-31Fix bug #1528535 - ZAK FM-TOWNS: Wrong stripe in background.Travis Howell
2006-07-31Cleaned up some commentsMax Horn
2006-07-31Update details for other HE mini gamesTravis Howell
2006-07-30removing never used buffer.Johannes Schickel
2006-07-30Implements item shape loading for kyra3.Johannes Schickel
2006-07-30Add Pajama Sam 3 and Spy FOX 2 mini gamesTravis Howell
2006-07-30Added explicit string equals/hash functors to a new header common/hash-str.h;...Max Horn
2006-07-30Added proper item selection handling for the ASK actionPaul Gilbert
2006-07-30Added a popup menu method for listing the items presented in response to an A...Paul Gilbert
2006-07-30Added constants for known hotspot flags, and added line to flag hotspots that...Paul Gilbert
2006-07-30Added script method for changing the current hotspot header flags mask bytePaul Gilbert
2006-07-30Added a field value for the current hotspot header flags mask bytePaul Gilbert
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-25Check uppercase and lowercase, when confirming quit in Simon the Sorcerer 1/2Travis Howell
2006-07-24Fix bug #1496523 - MM: Weird Ed appears backwards at doorTravis Howell
2006-07-24Fix bug #1527630 - ZAK FM-TOWNS: Actor (Caponian) picks wrong lineTravis Howell
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-23Changed __lure_res_h__ to LURE_RES_H etc for consistency.Torbjörn Andersson
2006-07-23Changed SAGA_ACTOR_H__ to SAGA_ACTOR_H etc for consistency.Torbjörn Andersson
2006-07-23String class usage cleanupMax Horn
2006-07-23Removed GCC_PACK that must have been re-added by accident.Torbjörn Andersson
2006-07-23Added extra hotspot flags bytes needed for asking Ratpouch for an object, and...Paul Gilbert
2006-07-23Initialise the screen before creating the music driver. The MT-32 driver wantsTorbjörn Andersson
2006-07-23No need for packing SaveInfoSection and ThumbnailHeader anymore.Johannes Schickel
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn