aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_hof.cpp
AgeCommit message (Collapse)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
Done with: git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g'
2012-11-11KYRA: finish implementation of new HOF sequence player codeathrxx
2012-11-11KYRA: move HOF sequence player into its own classathrxx
(also cleaning up and fixing things while doing that)
2011-12-26KYRA: Merge Screen_Rpg with Screen (for now).Johannes Schickel
This should(!) fix ARM compilation issues due to virtual inheritance.
2011-12-26KYRA: (EOB/LOL) - move eob/lol specific screen code to new classathrxx
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
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-06-25Change Screen_v2::findLeastDifferentColor to take a Palette object as source.Johannes Schickel
svn-id: r41886
2009-06-25Change Screen_HoF::generateGrayOverlay to accept a Palette object as source.Johannes Schickel
svn-id: r41885
2009-06-25Change Screen_HoF::generateGrayOverlay to use a Palette object internally.Johannes Schickel
svn-id: r41883
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
svn-id: r40715
2008-05-11Implemented page switch animation in kyra3 album.Johannes Schickel
svn-id: r32023
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
svn-id: r31925
2008-05-02Started to refactor kyra2/kyra3 code to a common base. (regressions ↵Johannes Schickel
possible, compiling currently broken) svn-id: r31817