aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.cpp
AgeCommit message (Collapse)Author
2016-06-17TONY: Complete class initializationsEugene Sandulenko
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-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-08TONY: Rename yet more variables.Alyssa Milburn
2012-09-08TONY: More renaming, reduce some variable scopesStrangerke
2012-09-06TONY: Some more cleanupStrangerke
2012-09-02TONY: Move code from .h to .cpp filesStrangerke
2012-08-29TONY: Replace C-style comments by C++-style ones.Strangerke
Also translate some more Italian comments
2012-08-28TONY: Remove most of the remaining global functions.Alyssa Milburn
2012-08-28TONY: Remove unnecessary mainloop mutex.Alyssa Milburn
Also, all the related freeze functions/members.
2012-08-28TONY: Fix stringLen for empty strings.Alyssa Milburn
2012-08-27TONY: Remove various bits of unused code.Alyssa Milburn
2012-08-26TONY: Move font related arrays to a DAT fileStrangerke
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-08-22TONY: Replace _vm with g_vm.Alyssa Milburn
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-17TONY: Added code to load and save the ScummVM sound settingsPaul Gilbert
2012-06-14TONY: Silent some CppCheck warningsStrangerke
2012-06-11TONY: Rename variables in utils.hStrangerke
2012-06-11TONY: Removed unused variablePaul Gilbert
2012-06-11TONY: Rename variables in font.hStrangerke
2012-06-09TONY: Rename more globalsStrangerke
2012-06-07TONY: Some more renamingStrangerke
2012-06-07TONY: Rename variables and functions in utils.hStrangerke
2012-06-07TONY: Rename variables and functions in loc.h and tonychar.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-06TONY: Rename variables and functions in game.hStrangerke
2012-06-05TONY: Some renamingStrangerke
2012-06-05TONY: Some more renamingStrangerke
2012-06-05TONY: Rename variables and functions in adv.hStrangerke
2012-06-05TONY: Rename variables and functions in gfxengine.hStrangerke
2012-06-05TONY: Rename variables and functions in input.hStrangerke
2012-06-04TONY: Rename variables and functions in tony.hStrangerke
2012-05-23TONY: Some more code formattingStrangerke
2012-05-21TONY: Some more code formattingStrangerke
2012-05-20TONY: Removal of code that was commented out in the original sourcePaul Gilbert
2012-05-20TONY: Converting Italian comments to EnglishPaul Gilbert
2012-05-20TONY: Converting Italian comments to English and formattingPaul Gilbert
2012-05-20TONY: Converted #ifdefs for different language fonts setupPaul Gilbert
It now uses the ScummVM language from the game's detection entry, so foreign language versions like French and German should now load correctly.
2012-05-20TONY: Fix issues with font loading and display of accented charactersPaul Gilbert
2012-05-20TONY: Added assert for character indexes outside provided fontPaul Gilbert
2012-05-19TONY: Change "it's" to "its" in comments where appropriate. (I think.)Torbjörn Andersson
2012-05-19TONY: Removed deprecated MPAL stubs filePaul Gilbert