aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.cpp
AgeCommit message (Expand)Author
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
2008-10-03Check all 'kyra.dat' files in setup paths instead of only the first one found.Johannes Schickel
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-14Added autosave support in Kyra.Johannes Schickel
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: KYRAMax Horn
2008-08-20Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Withou...Johannes Schickel
2008-08-16- KYRA: FM-Towns/PC-98 Audio: fixed several bugs and got rid of some floating...Florian Kagerer
2008-08-10Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,...Christopher Page
2008-08-10Added fallback to text only mode when voice files are not found.Johannes Schickel
2008-08-10Fixed crash in KyraEngine_HoF::pauseEngineIntern.Johannes Schickel
2008-08-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-05Output errors on (some) missing files.Johannes Schickel
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-08-02add non-interactive lol demoFlorian Kagerer
2008-07-31Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + Chara...Johannes Schickel
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-08Updated KYRA to work with the new GMM implementationChristopher Page
2008-07-08KYRA works with the new GMM implementationChristopher Page
2008-06-30Added support for Spanish fan translation of kyra3 (See fr #1994040 "KYRA3: A...Johannes Schickel
2008-06-30- this fixes Hof PC98 music initializationFlorian Kagerer