aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_hof.cpp
AgeCommit message (Expand)Author
2009-11-21More cleanup.Johannes Schickel
2009-11-21Cleanup.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-07-07Change all uses of FM-Towns/fm-towns to FM-TOWNS.Johannes Schickel
2009-06-29Adapted various code parts to use Palette::fill.Johannes Schickel
2009-06-25Change Screen_v2::findLeastDifferentColor to take a Palette object as source.Johannes Schickel
2009-06-25Change Screen_HoF::generateGrayOverlay to accept a Palette object as source.Johannes 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-09- Moved Screen_v2::copyWsaRect to Screen::copyWsaRectJohannes Schickel
2009-05-29More formatting.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-24Cleanup.Johannes Schickel
2009-05-24Make various Sound functionality SoundHandle instead of filename based.Johannes Schickel
2009-05-21Remove trailing tabs/whitespaces.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-04-29More formatting.Johannes Schickel
2009-03-04- Make Lands of Lore compileable optionally as suggested by _sev. (via ENABLE...Johannes Schickel
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-26Implemented (some) main menu code for LoL.Johannes Schickel
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: KYRAMax Horn
2008-08-16- KYRA: FM-Towns/PC-98 Audio: fixed several bugs and got rid of some floating...Florian Kagerer
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-08-03add support for HOF Italian fan translation to kyra.datFlorian Kagerer
2008-08-03Shut up MSVC warning about mgY being an unreferenced local variable.Kari Salminen
2008-08-02add non-interactive lol demoFlorian Kagerer
2008-07-08Updated KYRA to work with the new GMM implementationChristopher Page
2008-07-08KYRA works with the new GMM implementationChristopher Page
2008-06-25Kyra and Lure are now using the new _quit flagChristopher Page
2008-06-01- fix regression in non-interactive HOF demoFlorian Kagerer
2008-05-31- Fixed possible invalid memory access in Resource::loadFileToBufJohannes Schickel
2008-05-25- some pauseEngineIntern() code for the HOF sequence player (not tested)Florian Kagerer
2008-05-24- add support for HOF floppy versionsFlorian Kagerer
2008-05-17- fixes bug #1962601 at least for intro and outroFlorian Kagerer
2008-05-16commit eriktorbjorn's patch #1964853 (HoF: Hand of Fate credits cleanup (WIP)...Florian Kagerer
2008-05-12fix valgrind warning and some cleanupFlorian Kagerer
2008-05-12move some kyra 3 static resources to kyra.datFlorian Kagerer
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-11Consisteny fixes:Johannes Schickel
2008-05-11stop music playback when skipping (parts of) the HOF introFlorian Kagerer
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel