aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-06-22Encapsulating script file accessSven Hesse
2009-06-22Adding DataIO::existData()Sven Hesse
2009-06-22Encapsulated access to _resultStrSven Hesse
2009-06-22Encapsulated access to Parse::_resultIntSven Hesse
2009-06-22Added the dummy volume variable to the savegame formatPaul Gilbert
2009-06-22Implemented the Op_SetVolume method like the original, which simply set a dum...Paul Gilbert
2009-06-22Fix memory leak.Johannes Schickel
2009-06-22- Fixed regression in Screen::fadeToBlackJohannes Schickel
2009-06-22Changed Screen::loadPalette to take a reference to a Palette object instead o...Johannes Schickel
2009-06-22Changed Screen::loadBitmap and Movie::open to take an optional Palette pointe...Johannes Schickel
2009-06-22- Changed the following Screen functions to take a reference to a Palette obj...Johannes Schickel
2009-06-22Add wrapper functionality for copying full palettes.Johannes Schickel
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel
2009-06-22Start refactoring palette handling into new class "Palette".Johannes Schickel
2009-06-21Cleanup.Johannes Schickel
2009-06-21LOL: minor fix for floating cursorsFlorian Kagerer
2009-06-21LOL: - implemented support for "floating cursors"Florian Kagerer
2009-06-21Cleanup.Johannes Schickel
2009-06-21Fix slider buttons in LoL (and some minor cleanup).Johannes Schickel
2009-06-21Cleanup: Change LoL specific config entries to use underscores instead of whi...Johannes Schickel
2009-06-21Cleanup: Change LoL code to use KYRA volume handling.Johannes Schickel
2009-06-21LOL: - implemented audio menuFlorian Kagerer
2009-06-21CleanupFilippos Karapetis
2009-06-21Minor fixes to the individual note playing codePaul Gilbert
2009-06-21Changed .SPL (sound effect) loading to load the Adlib version of sound effect...Paul Gilbert
2009-06-21Bugfixes to pre-loading and handling of resources such as sound filesPaul Gilbert
2009-06-21Cleanup.Johannes Schickel
2009-06-21Fix umlauts for original interpreter saves.Johannes Schickel
2009-06-21Enable proper umlaut handling in kyra 1-3.Johannes Schickel
2009-06-21Moved CP850<->ISO-8859-1 conversion to Util.Johannes Schickel
2009-06-21Fix drawing of sharp s.Johannes Schickel
2009-06-21Prevent font code to draw characters not included in the font.Johannes Schickel
2009-06-20LOL: minor fix for save menuFlorian Kagerer
2009-06-20LOL: cleanupFlorian Kagerer
2009-06-20LOL: implemented save menuFlorian Kagerer
2009-06-20Changed many file reads and manual conversions from endian format to instead ...Paul Gilbert
2009-06-20fixed OPL 0xB0 register write. the return value of findNote() already include...Gregory Montoir
2009-06-20Implemented the library function Op_SongExistPaul Gilbert
2009-06-20Added proper saving of music state to savegames so music resumes when a saveg...Paul Gilbert
2009-06-20Bugfix to fade out any currently playing music when the game is restartedPaul Gilbert
2009-06-20Finally tracked down the difference/bug in the music playing code - music pla...Paul Gilbert
2009-06-20Added explicit casts to _fontConversionTableGerman for systems where char is ...Paul Gilbert
2009-06-19LOL: - implemented delete menuFlorian Kagerer
2009-06-19SCI: Fix cel1 y-offset regression introduced in r40997.Walter van Niftrik
2009-06-19Fix some warnings.Johannes Schickel
2009-06-19LOL: - implemented bezel cup opcodeFlorian Kagerer
2009-06-19Added my German version of The Last DynastySven Hesse
2009-06-19Fixing The Last Dynasty again after the opcode dispatcher changesSven Hesse
2009-06-19Ooops, forgot to change the array when copy-pasting the description functionSven Hesse