Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | TOLTECS: Initialize class variables | Eugene Sandulenko | |
2014-02-18 | TOLTECS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-01-22 | TOLTECS: Don't change the archive position when loading a resource (bug ↵ | Filippos Karapetis | |
#3601567) | |||
2013-01-02 | TOLTECS: Add a debug console | Filippos Karapetis | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-11-20 | TOLTECS: Add finalize() calls to file output code | Filippos Karapetis | |
2011-11-20 | TOLTECS: The resource cache is now purged when changing rooms | Filippos Karapetis | |
2011-11-20 | TOLTECS: Replace snprintf() usage with Common::String::format() | David Turner | |
Safer and less portability issues. | |||
2011-11-20 | TOLTECS: Fix bugs | Benjamin 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-20 | TOLTECS: Rewrote ArchiveReader::dump() to use Common::DumpFile() | Filippos Karapetis | |
2011-11-20 | TOLTECS: Reduced header dependencies | Filippos Karapetis | |
2011-11-20 | TOLTECS: Fixed compilation | Filippos Karapetis | |
2011-11-20 | TOLTECS: Reworked the ArchiveReader and ResourceCache classes. | Benjamin Haisch | |
ResourceCache needs more work since resources are never freed (which is bad). | |||
2011-11-20 | TOLTECS: Fixed tabs and formatting. | Benjamin Haisch | |
2011-11-20 | TOLTECS: Initial checkin | Eugene Sandulenko | |