aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/resource.h
AgeCommit message (Collapse)Author
2013-01-02TOLTECS: Add a debug consoleFilippos Karapetis
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-11-20TOLTECS: The resource cache is now purged when changing roomsFilippos Karapetis
2011-11-20TOLTECS: Reduced header dependenciesFilippos Karapetis
2011-11-20TOLTECS: Fixed compilation with the latest trunk changes.Filippos Karapetis
This change also unveiled a serious problem: the same include files are used EVERYWHERE (e.g. code manipulating the screen is using sound includes). Added a FIXME concerning this
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: - Removed TODO, external resources aren't explicitly used (the ↵Benjamin Haisch
original game extracts resources from WESTERN to HD to increase access speed)
2011-11-20TOLTECS: Fixed tabs and formatting.Benjamin Haisch
2011-11-20TOLTECS: Initial checkinEugene Sandulenko