aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-06-22Encapsulated access to _resultStrSven Hesse
svn-id: r41751
2009-06-22Encapsulated access to Parse::_resultIntSven Hesse
svn-id: r41750
2009-06-22Added the dummy volume variable to the savegame formatPaul Gilbert
svn-id: r41749
2009-06-22Implemented the Op_SetVolume method like the original, which simply set a ↵Paul Gilbert
dummy variable and never actually changed the volume svn-id: r41748
2009-06-22Fix memory leak.Johannes Schickel
svn-id: r41747
2009-06-22- Fixed regression in Screen::fadeToBlackJohannes Schickel
- Fixed some palette regressions in Kyra1 Amiga (only the intro works currently) svn-id: r41746
2009-06-22Changed Screen::loadPalette to take a reference to a Palette object instead ↵Johannes Schickel
of an array. svn-id: r41745
2009-06-22Changed Screen::loadBitmap and Movie::open to take an optional Palette ↵Johannes Schickel
pointer instead of an optional array pointer. svn-id: r41744
2009-06-22- Changed the following Screen functions to take a reference to a Palette ↵Johannes Schickel
object: -> setScreenPalette -> fadePalette -> getFadeParams -> fadePalStep - Fixed initialization of 256 color palettes svn-id: r41743
2009-06-22Add wrapper functionality for copying full palettes.Johannes Schickel
svn-id: r41742
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
svn-id: r41741
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel
svn-id: r41740
2009-06-22Start refactoring palette handling into new class "Palette".Johannes Schickel
svn-id: r41739
2009-06-21Cleanup.Johannes Schickel
svn-id: r41736
2009-06-21LOL: minor fix for floating cursorsFlorian Kagerer
svn-id: r41735
2009-06-21LOL: - implemented support for "floating cursors"Florian Kagerer
- prevent complete refresh for audio menu whenever a mouse button is pressed svn-id: r41734
2009-06-21Cleanup.Johannes Schickel
svn-id: r41733
2009-06-21Fix slider buttons in LoL (and some minor cleanup).Johannes Schickel
svn-id: r41732
2009-06-21Cleanup: Change LoL specific config entries to use underscores instead of ↵Johannes Schickel
whitespaces. svn-id: r41731
2009-06-21Cleanup: Change LoL code to use KYRA volume handling.Johannes Schickel
svn-id: r41730
2009-06-21LOL: - implemented audio menuFlorian Kagerer
- menu settings now get saved - remove white spaces svn-id: r41729
2009-06-21CleanupFilippos Karapetis
svn-id: r41727
2009-06-21Minor fixes to the individual note playing codePaul Gilbert
svn-id: r41726
2009-06-21Changed .SPL (sound effect) loading to load the Adlib version of sound ↵Paul Gilbert
effects - sound effects now work svn-id: r41725
2009-06-21Bugfixes to pre-loading and handling of resources such as sound filesPaul Gilbert
svn-id: r41724
2009-06-21Cleanup.Johannes Schickel
svn-id: r41723
2009-06-21Fix umlauts for original interpreter saves.Johannes Schickel
svn-id: r41722
2009-06-21Enable proper umlaut handling in kyra 1-3.Johannes Schickel
svn-id: r41721
2009-06-21Moved CP850<->ISO-8859-1 conversion to Util.Johannes Schickel
svn-id: r41720
2009-06-21Fix drawing of sharp s.Johannes Schickel
svn-id: r41719
2009-06-21Prevent font code to draw characters not included in the font.Johannes Schickel
svn-id: r41718
2009-06-20LOL: minor fix for save menuFlorian Kagerer
svn-id: r41715
2009-06-20LOL: cleanupFlorian Kagerer
svn-id: r41714
2009-06-20LOL: implemented save menuFlorian Kagerer
svn-id: r41713
2009-06-20Changed many file reads and manual conversions from endian format to instead ↵Paul Gilbert
use file readSint16BE/readSint32BE calls svn-id: r41709
2009-06-20fixed OPL 0xB0 register write. the return value of findNote() already ↵Gregory Montoir
includes the octave, no need to readd it. svn-id: r41704
2009-06-20Implemented the library function Op_SongExistPaul Gilbert
svn-id: r41703
2009-06-20Added proper saving of music state to savegames so music resumes when a ↵Paul Gilbert
savegame is loaded. svn-id: r41702
2009-06-20Bugfix to fade out any currently playing music when the game is restartedPaul Gilbert
svn-id: r41701
2009-06-20Finally tracked down the difference/bug in the music playing code - music ↵Paul Gilbert
playback now works svn-id: r41700
2009-06-20Added explicit casts to _fontConversionTableGerman for systems where char is ↵Paul Gilbert
signed svn-id: r41699
2009-06-19LOL: - implemented delete menuFlorian Kagerer
- fixed some bugs in the menu code svn-id: r41683
2009-06-19SCI: Fix cel1 y-offset regression introduced in r40997.Walter van Niftrik
svn-id: r41680
2009-06-19Fix some warnings.Johannes Schickel
svn-id: r41679
2009-06-19LOL: - implemented bezel cup opcodeFlorian Kagerer
- implemented font conversion for certain language specific characters in load game dialogue (only german atm) svn-id: r41677
2009-06-19Added my German version of The Last DynastySven Hesse
svn-id: r41668
2009-06-19Fixing The Last Dynasty again after the opcode dispatcher changesSven Hesse
svn-id: r41664
2009-06-19Ooops, forgot to change the array when copy-pasting the description functionSven Hesse
svn-id: r41663
2009-06-19Fixed a warning about an uninitialized variableFilippos Karapetis
svn-id: r41660
2009-06-18PatchMax Horn
svn-id: r41647