aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/resource.cpp
AgeCommit message (Collapse)Author
2016-05-02TOLTECS: Initialize class variablesEugene Sandulenko
2014-02-18TOLTECS: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-22TOLTECS: Don't change the archive position when loading a resource (bug ↵Filippos Karapetis
#3601567)
2013-01-02TOLTECS: Add a debug consoleFilippos Karapetis
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2011-11-20TOLTECS: Add finalize() calls to file output codeFilippos Karapetis
2011-11-20TOLTECS: The resource cache is now purged when changing roomsFilippos Karapetis
2011-11-20TOLTECS: Replace snprintf() usage with Common::String::format()David Turner
Safer and less portability issues.
2011-11-20TOLTECS: Fix bugsBenjamin Haisch
- Save scene parameters before playing a movie and restore them afterwards (fixes crash) - Fix text disappearing too fast - Implement script function sfGetCameraChanged - Replace nop script functions with stubs which print debug info when called - Some cleanup, remove obsolete TODOs
2011-11-20TOLTECS: Rewrote ArchiveReader::dump() to use Common::DumpFile()Filippos Karapetis
2011-11-20TOLTECS: Reduced header dependenciesFilippos Karapetis
2011-11-20TOLTECS: Fixed compilationFilippos Karapetis
2011-11-20TOLTECS: Reworked the ArchiveReader and ResourceCache classes.Benjamin Haisch
ResourceCache needs more work since resources are never freed (which is bad).
2011-11-20TOLTECS: Fixed tabs and formatting.Benjamin Haisch
2011-11-20TOLTECS: Initial checkinEugene Sandulenko