aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_hof.cpp
AgeCommit message (Expand)Author
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2012-01-08KYRA: fix regression in non-playable HOF demoathrxx
2012-01-08KYRA: Cleanup v2 item animation a little bit.Johannes Schickel
2011-12-13KYRA: Cast char to uint8 before passing it to getCharWidth.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
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-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-01-29KYRA: Hopefully fix valgrind warnings in the HoF intro when text is disabled.Johannes Schickel
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-05-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2010-05-01KYRA: fixed some cppcheck warningsFlorian Kagerer
2010-01-29Fix use of undefined behavior. (Thanks to syke for reporting)Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-11-29Cleanup.Johannes Schickel
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