index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
tony
/
font.h
Age
Commit message (
Collapse
)
Author
2012-09-08
TONY: More renaming, reduce some variable scopes
Strangerke
2012-09-02
TONY: Move code from .h to .cpp files
Strangerke
2012-08-25
TONY: Convert more strings to Common::String.
Alyssa Milburn
2012-08-25
TONY: Remove unused members of RMTextItemName.
Alyssa Milburn
2012-08-25
TONY: 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-18
TONY: Rename RMFontDialog
Strangerke
2012-06-18
TONY: Remove useless void in function declaration
Strangerke
2012-06-17
TONY: Move functions comment to doxygen format
Strangerke
2012-06-17
TONY: American-ification of English used
Strangerke
2012-06-16
TONY: Translate some Italian terms, rename enums
Strangerke
2012-06-14
TONY: Silent some CppCheck warnings
Strangerke
2012-06-11
TONY: Removed unused variable
Paul Gilbert
2012-06-11
TONY: Rename variables in font.h
Strangerke
2012-06-06
TONY: Rename variables and functions in inventory.h
Strangerke
That fixes the regression in the credits
2012-06-06
TONY: More renaming
Strangerke
2012-06-05
TONY: Some renaming
Strangerke
2012-06-05
TONY: Some more renaming
Strangerke
2012-05-24
TONY: Fix type casting in LetterLength method
Paul Gilbert
2012-05-20
TONY: Miscellaneous comment translations and comment cleanup
Paul Gilbert
2012-05-20
TONY: Converting Italian comments to English and formatting
Paul Gilbert
2012-05-20
TONY: Fix issues with font loading and display of accented characters
Paul Gilbert
2012-05-14
TONY: Fix some formatting
Strangerke
2012-05-14
TONY: Remove original header
Strangerke
2012-05-13
TONY: Further globals added to Globals class
Paul Gilbert
2012-05-13
TONY: 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-12
TONY: Conversion of more methods to coroutines
Paul Gilbert
2012-05-11
TONY: Removal of now redundant includes, and deprecated scheduler/coroutine ↵
Paul Gilbert
files
2012-05-11
TONY: Refactored Tony to use the Common coroutine scheduler
Paul Gilbert
2012-05-09
TONY: Completed bulk of initial coro refactoring
Paul Gilbert
2012-05-05
TONY: Fix some Valgrind identified memory leaks
Paul Gilbert
2012-05-04
TONY: Added virtual destructors to classes using virtual methods
Paul Gilbert
2012-05-02
TONY: Added code from Inventory.cpp
Paul Gilbert
2012-04-30
TONY: More header files and functionality added
Paul Gilbert
2012-04-30
TONY: Added include files for graphics engine and all dependent classes
Paul Gilbert