aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/font.cpp
AgeCommit message (Collapse)Author
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
2012-10-09TEENAGENT: Fix constant naming to comply with Coding Conventions.D G Turner
Adding missing CamelCase k-prefixes.
2012-09-24TEENAGENT: Further cleanup for Font class.D G Turner
2012-09-23TEENAGENT: Cleanup Font class.D G Turner
This fixes a mismatched function prototype wrt. the definition and removes the underscores in various variables as per project coding standard. Also, minor reordering of functions for readability.
2012-07-28TEENAGENT: Add constant values for screen width and height.D G Turner
It is unlikely these will be changed, but the symbols make the code more readable.
2012-07-08TEENAGENT: Migrate engine to using debugflags.D G Turner
This required some restructuring of the header dependencies.
2012-07-07TEENAGENT: Enable commented out debug statements.D G Turner
Commented out code is not good practice. Will change these statements to using debugflags instead in a future commit.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2010-03-20ported all code to ScopedPtrVladimir Menshakov
svn-id: r48340
2010-03-20fixed stream leaksVladimir Menshakov
svn-id: r48321
2010-03-18added abstract Pack class, moved code into FilePack and MemoryPackVladimir Menshakov
svn-id: r48292
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-12-08allow font to be rendered out of screenVladimir Menshakov
svn-id: r46295
2009-11-08removed font::color, added debugger console with ↵Vladimir Menshakov
enable_object/disable_object commands. svn-id: r45755
2009-10-31added cutscenes where needed, fixed invalid skipping of fullscreen messages.Vladimir Menshakov
svn-id: r45575
2009-09-15renamed constants to comply with the code convention.Vladimir Menshakov
svn-id: r44109
2009-09-15TEEN: More code formatting & whitespace changes (automatically generated ↵Max Horn
with astyle) svn-id: r44101
2009-09-13added shadow_color, height and packed width parameters for fonts.Vladimir Menshakov
svn-id: r44046
2009-09-07fixed invalid text length calculationVladimir Menshakov
svn-id: r44004
2009-09-04TEEN: Some whitespace fixesMax Horn
svn-id: r43946
2009-09-04TEEN:Max Horn
* don't use "using namespace", instead put stuff into its correct namespace * when using #include, always prefix engine header files with the engine name * some cleanup svn-id: r43945
2009-09-03fixed engines order, added svn:keywords properties.Vladimir Menshakov
svn-id: r43925
2009-09-03imported teenagent engine sources.Vladimir Menshakov
svn-id: r43922