aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.h
AgeCommit message (Collapse)Author
2014-03-10TONY: Fix clang warnings - Courtesy of LordHotoStrangerke
2014-02-18TONY: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-12TONY: Cleanup whitespace formatting.D G Turner
This is mainly removal of extraneous blank lines, reformatting indents to tab characters and other minor non-functional changes to improve compliance with Code Formatting Conventions.
2012-09-08TONY: More renaming, reduce some variable scopesStrangerke
2012-09-02TONY: Move code from .h to .cpp filesStrangerke
2012-08-25TONY: Convert more strings to Common::String.Alyssa Milburn
2012-08-25TONY: Remove unused members of RMTextItemName.Alyssa Milburn
2012-08-25TONY: Use Common::String in writeText.Alyssa Milburn
This uses an array of lines rather than trying to stick nulls into the string, and so fixes wrapping on hyphens (which overwrote the character before the hyphen). Thanks to eriktorbjorn for both finding the bug and working out what was going wrong.
2012-06-18TONY: Rename RMFontDialogStrangerke
2012-06-18TONY: Remove useless void in function declarationStrangerke
2012-06-17TONY: Move functions comment to doxygen formatStrangerke
2012-06-17TONY: American-ification of English usedStrangerke
2012-06-16TONY: Translate some Italian terms, rename enumsStrangerke
2012-06-14TONY: Silent some CppCheck warningsStrangerke
2012-06-11TONY: Removed unused variablePaul Gilbert
2012-06-11TONY: Rename variables in font.hStrangerke
2012-06-06TONY: Rename variables and functions in inventory.hStrangerke
That fixes the regression in the credits
2012-06-06TONY: More renamingStrangerke
2012-06-05TONY: Some renamingStrangerke
2012-06-05TONY: Some more renamingStrangerke
2012-05-24TONY: Fix type casting in LetterLength methodPaul Gilbert
2012-05-20TONY: Miscellaneous comment translations and comment cleanupPaul Gilbert
2012-05-20TONY: Converting Italian comments to English and formattingPaul Gilbert
2012-05-20TONY: Fix issues with font loading and display of accented charactersPaul Gilbert
2012-05-14TONY: Fix some formattingStrangerke
2012-05-14TONY: Remove original headerStrangerke
2012-05-13TONY: Further globals added to Globals classPaul Gilbert
2012-05-13TONY: Converted object passing to use const reference where appropriate.Paul Gilbert
This should cut down on the number of redunndant creations of temporary objects.
2012-05-12TONY: Conversion of more methods to coroutinesPaul Gilbert
2012-05-11TONY: Removal of now redundant includes, and deprecated scheduler/coroutine ↵Paul Gilbert
files
2012-05-11TONY: Refactored Tony to use the Common coroutine schedulerPaul Gilbert
2012-05-09TONY: Completed bulk of initial coro refactoringPaul Gilbert
2012-05-05TONY: Fix some Valgrind identified memory leaksPaul Gilbert
2012-05-04TONY: Added virtual destructors to classes using virtual methodsPaul Gilbert
2012-05-02TONY: Added code from Inventory.cppPaul Gilbert
2012-04-30TONY: More header files and functionality addedPaul Gilbert
2012-04-30TONY: Added include files for graphics engine and all dependent classesPaul Gilbert