aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_hof.cpp
AgeCommit message (Expand)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2011-08-07COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-10-22KYRA: A little refactoring (name change).Johannes Schickel
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-06-29Removed obsolete TODOs in HoF code.Johannes Schickel
2009-06-29Adapted various code parts to use Palette::fill.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-05-29More formatting.Johannes Schickel
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-30Fixed some looping MIDI sound effects.Johannes Schickel
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-08HOF: msvc8 compile fix (ARRAYSIZE used with run-time allocated array)Florian Kagerer
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-25Kyra and Lure are now using the new _quit flagChristopher Page
2008-06-24Added const to some static data.Johannes Schickel
2008-05-11Consisteny fixes:Johannes Schickel
2008-05-10Consume less cpu time when Zanthia/Malcolm are walking.Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-05-02Moved runSceneScript6 to KyraEngine_v2.Johannes Schickel
2008-05-02Moved some character code from kyra2/kyra3 to KyraEngine_v2.Johannes Schickel
2008-05-02Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...Johannes Schickel