aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows.
2013-05-01KYRA: Fix loading from the Kyrandia 2 title menuTorbjörn Andersson
2013-05-01KYRA: Fix missing music in Kyra 1 DOS intro.Johannes Schickel
This is a regression from 93e69aa4da0558b05fc235684355ed38eed9863d. Thanks to eriktorbjorn to noticing that the music is missing.
2013-04-27KYRA: (EOB) - cleanup last commitathrxx
2013-04-27KYRA: (EOB) - add debugger functionsathrxx
(list_flags, set_flag, clear_flag)
2013-04-27KYRA: (EOB) - fix original savefile import/exportathrxx
(flag settings were not imported/exported in EOB 1 saves)
2013-04-27KYRA: (EOB) - minor fix in NPC sequence codeathrxx
2013-04-23KYRA: (EOB) - fix original savefile importathrxx
(some monsters were not properly assigned to their spots)
2013-04-23KYRA: (EOB) - minor changes to debuggerathrxx
- display some more info in show_position - remove unused variable
2013-04-22KYRA: (EOB) - fix bug #3596547athrxx
(EOB1: Door Buttons Don't Work)
2013-04-22KYRA: (EOB) - minor fix to door opening/closing in EOB1athrxx
2013-04-22KYRA: (EOB) - add debugger functionsathrxx
(open_door, close_door)
2013-04-22KYRA: (EOB) - add some debugger functionsathrxx
(show_position, set_position)
2013-04-21Merge pull request #324 from eriktorbjorn/kyra-midifadeJohannes Schickel
KYRA: Fix MIDI fade-out behaviour
2013-04-21KYRA: (EOB) - fix bug #3611077athrxx
2013-04-21KYRA: (EOB) - minor cleanupathrxx
2013-04-21KYRA: (EOB) - add debugger function (list_monsters)athrxx
2013-04-21KYRA: Fix MIDI fade-out behaviourTorbjörn Andersson
There are two ways that the music volume may be set: The setSourceVolume() specifies the current music volume, as ScummVM sees it. This is stored in _sources[].volume. The MIDI data itself can trigger volume events. These are handled by send(), which stores the volume - usually (always?) 100 - in _sources[_curSource].controllers[]. The volume is then adjusted by _sources[].volume. When music is faded out, setSourceVolume() is called repeatedly with progressively smaller values for the volume. What it should do, then, is to make sure that the volume is set to what was previously set to in send(), adjusted to the fading volume. At least, that's how I understand it.
2013-04-18KYRA: (LOL) - fix bug in last commit for scene_lol.cppathrxx
2013-04-18KYRA: (EOB) - silence warning about improper use of negative value in ↵athrxx
gui_eob.cpp
2013-04-18KYRA: (EOB) - fix possible null ptr dereference in gui_eob.cppathrxx
2013-04-18KYRA: (LOL) - add comment in gui_lol.cppathrxx
2013-04-18KYRA: (LOL) - add assert in items_lol.cpp (should silence warning about ↵athrxx
possible out of bounds access)
2013-04-18KYRA: (LOL) - fix warning about possible out of bounds access in lol.cppathrxx
2013-04-18KYRA: (EOB) - remove unused variable in scene_eob.cppathrxx
2013-04-18KYRA: (LOL) - fix possible null ptr dereference in scene_lol.cppathrxx
2013-04-18KYRA: (EOB) - remove dead code in screen_eob.cppathrxx
2013-04-18KYRA: (HOF) - fix possible null ptr dereference in sequences_hof.cppathrxx
2013-04-18KYRA: (HOF) - fix possible out of bounds array accessathrxx
2013-04-18KYRA: (EOB) - add assert in sprites_eob.cpp (might fix warning about ↵athrxx
possible null ptr deref)
2013-04-18KYRA: (EOB) - fix potential null ptr dereference in sprites_eob.cppathrxx
2013-04-18KYRA: (EOB) - fix warning (Logically dead code) in sprites_eob.cppathrxx
2013-04-18KYRA: (LOL) - fix warning (Unused pointer value) in sprites_lol.cppathrxx
2013-04-18KYRA: (LOL) - add comment in sprites_lol.cppathrxx
2013-04-18KYRA: (EOB) - add comment in timer_eob.cppathrxx
2013-04-14KYRA: fix bug #3610247athrxx
(KYRA2: Intro doesn't skip righ/Game won't start on first run)
2013-04-14KYRA: (EOB) - add debug function to export save files in original formatathrxx
2013-04-14KYRA: (EOB) - fix bug #3600348athrxx
(EOB1: Crash when moving in German version)
2013-04-07KYRA: Don't restore music volume right after it has faded downTorbjörn Andersson
Since the music volume is set in playTrack(), it shouldn't be necessary to set it back to the default level when a fade out has been completed. This change prevents the volume from spiking right before quitting the game. I hope it doesn't cause regressions.
2013-03-29KYRA: Add detection entry for LOL french v1.20 (extracted) datafiles.D G Turner
This is from bug #3608967 - "Lands of Lore - french version 1.20 MD5".
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2013-01-26Merge pull request #301 from lordhoto/c++11-playgroundJohannes Schickel
RFC: Allow use of override and nullptr. Also allow C++11 compilation.
2013-01-10KYRA: (LOL) - fix warningathrxx
2013-01-09KYRA: (LOL) - remove unneeded static dataathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - add keyboard controlsathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - fix sjis text position for button labelsathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - adapt text displayerathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - adjust sjis font settings, spacing, etc.athrxx
2013-01-09KYRA: (LOL/FM-TOWNS) some startup codeathrxx
(let the FM-Towns version load up and run without errors/crashes)
2013-01-09KYRA: (LOL/FM-TOWNS) - adapt static resourcesathrxx