aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2009-06-22Fix palette regression in Lands of Lore.Johannes Schickel
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-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-20Added explicit casts to _fontConversionTableGerman for systems where char is ...Paul Gilbert
2009-06-19LOL: - implemented delete menuFlorian Kagerer
2009-06-19Fix some warnings.Johannes Schickel
2009-06-19LOL: - implemented bezel cup opcodeFlorian Kagerer
2009-06-18Replaced "getRandomNumberSpecial" be RandomSource usage. (This is needed for ...Johannes Schickel
2009-06-16LOL: implemented options menu (settings aren't saved yet)Florian Kagerer
2009-06-15KYRA: fixed regression (broken menu slide bars in HOF/MR)Florian Kagerer
2009-06-15LOL: implemented quit menuFlorian Kagerer
2009-06-15LOL: - started on the ingame menu code (death menu, load menu and main menu)Florian Kagerer
2009-06-14Cleanup.Johannes Schickel
2009-06-14Got rid of a needless "getEventManager" call. (Using Engine::_eventMan now in...Johannes Schickel
2009-06-12Added missing return statements.Nicola Mettifogo
2009-06-12Finally fix build (extra qualifier removed).Nicola Mettifogo
2009-06-12* Adapted Kyra to the new IFFParser interface.Nicola Mettifogo
2009-06-09- Moved Screen_v2::copyWsaRect to Screen::copyWsaRectJohannes Schickel
2009-06-08- CleanupJohannes Schickel
2009-06-08Cleanup.Johannes Schickel
2009-06-08Fix out of bounds memory access in Screen::drawShape.Johannes Schickel
2009-06-08- Fix Screen_v2::wsaFrameAnimationStep, now the MR album and LoL intro demo W...Johannes Schickel
2009-06-07LOL: minor bug fixFlorian Kagerer
2009-06-07Remove unneeded functionality from Screen.Johannes Schickel
2009-06-07Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flags...Johannes Schickel
2009-06-07Avoid warning about missing SFX file in Lands of Lore (it seems the original ...Johannes Schickel