aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.cpp
AgeCommit message (Expand)Author
2011-06-25KYRA: revert d7e700f370c258a5f4786d972af3666b93b71f94athrxx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Fix compilation when LoL is disabled.Johannes Schickel
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-11KYRA: Cleanup.Johannes Schickel
2011-04-11KYRA: Get rid of non-const static variables in HoF.Johannes Schickel
2011-02-16KYRA/LOL: add comments for last commitathrxx
2011-02-16KYRA/LOL: fixed hand item cursor bugathrxx
2010-10-28KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern.Johannes Schickel
2010-10-22KYRA: Adapt Kyra2+3 to use the newly added item type too.Johannes Schickel
2010-10-22KYRA: A little refactoring (name change).Johannes Schickel
2010-08-05KYRA: Add support for subtitle options changes via GMM.Johannes Schickel
2010-05-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2009-11-29Cleanup.Johannes Schickel
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...Florian Kagerer
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-02LOL: cleanupFlorian Kagerer
2009-08-16Fix valgrind warnings.Johannes Schickel
2009-07-25Implement missing bits in KyraEngine_HoF::setCauldronState.Johannes Schickel
2009-07-25Fix palette regression in Kyra2.Johannes Schickel
2009-06-29Removed obsolete TODOs in HoF code.Johannes Schickel
2009-06-29Removed more obsolete TODO messages.Johannes Schickel
2009-06-29Replaced some raw palette loads.Johannes Schickel
2009-06-25Use Screen::loadPalette instead of Resource::loadFileToBuf.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-09- Moved Screen_v2::copyWsaRect to Screen::copyWsaRectJohannes Schickel
2009-05-29More formatting.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-29Cleanup.Johannes Schickel
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel
2009-05-24Cleanup.Johannes Schickel
2009-05-24Make various Sound functionality SoundHandle instead of filename based.Johannes Schickel
2009-05-19Formatting.Johannes Schickel
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
2009-03-04- Make Lands of Lore compileable optionally as suggested by _sev. (via ENABLE...Johannes Schickel
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-01Implemented per voice volume control. (Used for example in LoL intro)Johannes Schickel
2009-01-31Fix for bug #2551436 "KYRA2: ScummVM quits after death".Johannes Schickel
2009-01-23Renamed Kyra's Resource::getFileStream to createReadStreamMax Horn
2009-01-13When reverting to text only mode update the config manager settings accordingly.Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-26Implemented (some) main menu code for LoL.Johannes Schickel
2008-11-30Added MIDI SFX Map, fixes SFX in HoF.Johannes Schickel
2008-11-09Error out on savegame load failure (again).Johannes Schickel
2008-11-09- Implemented Engine::saveGameState for KYRAJohannes Schickel
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn