Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion | |
2014-02-18 | TEENAGENT: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-08-03 | TEENAGENT: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | TEENAGENT: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2012-10-09 | TEENAGENT: Fix constant naming to comply with Coding Conventions. | D G Turner | |
Adding missing CamelCase k-prefixes. | |||
2012-09-24 | TEENAGENT: Further cleanup for Font class. | D G Turner | |
2012-09-23 | TEENAGENT: 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-28 | TEENAGENT: 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-08 | TEENAGENT: Migrate engine to using debugflags. | D G Turner | |
This required some restructuring of the header dependencies. | |||
2012-07-07 | TEENAGENT: 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-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-03-20 | ported all code to ScopedPtr | Vladimir Menshakov | |
svn-id: r48340 | |||
2010-03-20 | fixed stream leaks | Vladimir Menshakov | |
svn-id: r48321 | |||
2010-03-18 | added abstract Pack class, moved code into FilePack and MemoryPack | Vladimir Menshakov | |
svn-id: r48292 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-12-08 | allow font to be rendered out of screen | Vladimir Menshakov | |
svn-id: r46295 | |||
2009-11-08 | removed font::color, added debugger console with ↵ | Vladimir Menshakov | |
enable_object/disable_object commands. svn-id: r45755 | |||
2009-10-31 | added cutscenes where needed, fixed invalid skipping of fullscreen messages. | Vladimir Menshakov | |
svn-id: r45575 | |||
2009-09-15 | renamed constants to comply with the code convention. | Vladimir Menshakov | |
svn-id: r44109 | |||
2009-09-15 | TEEN: More code formatting & whitespace changes (automatically generated ↵ | Max Horn | |
with astyle) svn-id: r44101 | |||
2009-09-13 | added shadow_color, height and packed width parameters for fonts. | Vladimir Menshakov | |
svn-id: r44046 | |||
2009-09-07 | fixed invalid text length calculation | Vladimir Menshakov | |
svn-id: r44004 | |||
2009-09-04 | TEEN: Some whitespace fixes | Max Horn | |
svn-id: r43946 | |||
2009-09-04 | TEEN: | 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-03 | fixed engines order, added svn:keywords properties. | Vladimir Menshakov | |
svn-id: r43925 | |||
2009-09-03 | imported teenagent engine sources. | Vladimir Menshakov | |
svn-id: r43922 |