aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/resources.cpp
AgeCommit message (Expand)Author
2019-11-14TEENAGENT: Fix Missing Default Switch CasesD G Turner
2016-12-08ALL: Leave out instructions for engine data issuesBen Castricum
2016-12-06ALL: Change instructions for engine data file issuesBen Castricum
2016-12-05ALL: Unify 'missing engine data' messageBen Castricum
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-02-18TEENAGENT: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03TEENAGENT: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03TEENAGENT: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-19TEENAGENT: Add missing "break"s to switch casesTorbjörn Andersson
2012-09-24TEENAGENT: Further cleanup for Font class.D G Turner
2012-09-23TEENAGENT: Cleanup Font class.D G Turner
2012-09-02TEENAGENT: Remove final usages of code segment blob.D G Turner
2012-08-01TEENAGENT: Some more migration of callback flag variables to symbols.D G Turner
2012-07-26TEENAGENT: Migrate deinit functions to constructor/destructors.D G Turner
2012-07-16Merge branch 'master' into teenagentRefactorD G Turner
2012-07-15TEENAGENT: Add translatable strings in resources.cppFilippos Karapetis
2012-07-15TEENAGENT: Show a verbose warning when a compressed data file is used and zli...Filippos Karapetis
2012-07-15TEENAGENT: Readd the zlib code, to maintain backwards compatibilityFilippos Karapetis
2012-07-15TEENAGENT: Unpack teenagent.dat and remove the engine's zlib dependencyFilippos Karapetis
2012-07-12TEENAGENT: Minor formatting fixes for consistency.D G Turner
2012-07-11TEENAGENT: Add Resource code to precompute Dialog Offsets.D G Turner
2012-07-07TEENAGENT: Remove static Resources class Instance.D G Turner
2012-07-05TEENAGENT: Add symbols for Segment sizes.D G Turner
2011-06-23TEENAGENT: Allocate large buffers on the heap instead of the stackJulien
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-01-31TEENAGENT: Hopefully fixed an issue reported by Valgrind (found by digitall)Filippos Karapetis
2010-05-07added voices pack/cd music supportVladimir Menshakov
2010-03-18code convention fixes mentioned by Max HornVladimir Menshakov
2010-03-18removed 'varia.res' from the resident pack filesVladimir Menshakov
2010-03-18added abstract Pack class, moved code into FilePack and MemoryPackVladimir Menshakov
2010-01-03added metropolis/TEENAGENT logoVladimir Menshakov
2009-12-08fixed default font heightVladimir Menshakov
2009-09-15TEEN: More code formatting & whitespace changes (automatically generated with...Max Horn
2009-09-15adapted code to comply code formatting conventions.Vladimir Menshakov
2009-09-13added simple credits support for the intro.Vladimir Menshakov
2009-09-05removed magic exe offsets, added teenagent.dat support.Vladimir Menshakov
2009-09-04TEEN:Max Horn
2009-09-03added detection structures with exe offsets.Vladimir Menshakov
2009-09-03fixed engines order, added svn:keywords properties.Vladimir Menshakov
2009-09-03imported teenagent engine sources.Vladimir Menshakov