Commit Graph
37 Commits
Author SHA1 Message Date
Strangerke aca7fac256 TONY: Fix clang warnings - Courtesy of LordHoto 2014-03-10 06:51:27 +01:00
Johannes Schickel b9bfa3a857 TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
D G Turner b8c1b46ae0 TONY: Cleanup whitespace formatting.
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-11-12 00:39:20 +00:00
Strangerke 17d6d732ea TONY: More renaming, reduce some variable scopes 2012-09-08 01:02:36 +02:00
Strangerke c737e64298 TONY: Move code from .h to .cpp files 2012-09-02 10:34:11 +02:00
Alyssa Milburn b77306bfcc TONY: Convert more strings to Common::String. 2012-08-25 08:41:22 +02:00
Alyssa Milburn ba20f1d90d TONY: Remove unused members of RMTextItemName. 2012-08-25 08:41:21 +02:00
Alyssa Milburn f917a4beab TONY: Use Common::String in writeText.
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-25 08:41:21 +02:00
Strangerke f2e6b46153 TONY: Rename RMFontDialog 2012-06-18 08:28:13 +02:00
Strangerke e8a6f61f88 TONY: Remove useless void in function declaration 2012-06-18 08:24:33 +02:00
Strangerke a46b06a587 TONY: Move functions comment to doxygen format 2012-06-17 19:39:58 +02:00
Strangerke b36b666300 TONY: American-ification of English used 2012-06-17 18:36:23 +02:00
Strangerke 638b066601 TONY: Translate some Italian terms, rename enums 2012-06-16 11:09:08 +02:00
Strangerke 42a322d671 TONY: Silent some CppCheck warnings 2012-06-14 00:12:45 +02:00
Paul Gilbert 71329df502 TONY: Removed unused variable 2012-06-11 22:38:03 +10:00
Strangerke 7ace80b0d0 TONY: Rename variables in font.h 2012-06-11 00:34:45 +02:00
Strangerke 53e38106b7 TONY: Rename variables and functions in inventory.h
That fixes the regression in the credits
2012-06-06 08:31:06 +02:00
Strangerke f1ac5d5acd TONY: More renaming 2012-06-06 08:04:33 +02:00
Strangerke 380c86fd40 TONY: Some renaming 2012-06-05 18:51:20 +02:00
Strangerke 23c95d7014 TONY: Some more renaming 2012-06-05 08:39:55 +02:00
Paul Gilbert f7e515a361 TONY: Fix type casting in LetterLength method 2012-05-24 00:22:57 +10:00
Paul Gilbert 29cbb3f824 TONY: Miscellaneous comment translations and comment cleanup 2012-05-20 17:01:20 +10:00
Paul Gilbert 8b9831a502 TONY: Converting Italian comments to English and formatting 2012-05-20 15:28:48 +10:00
Paul Gilbert 0136bf4a86 TONY: Fix issues with font loading and display of accented characters 2012-05-20 09:57:24 +10:00
Strangerke 88762667b5 TONY: Fix some formatting 2012-05-14 21:29:27 +02:00
Strangerke 099fe1e9e6 TONY: Remove original header 2012-05-14 07:43:50 +02:00
Paul Gilbert b01482bddb TONY: Further globals added to Globals class 2012-05-13 23:05:41 +10:00
Paul Gilbert 8a88ad861d TONY: Converted object passing to use const reference where appropriate.
This should cut down on the number of redunndant creations of temporary objects.
2012-05-13 00:43:02 +10:00
Paul Gilbert 109e5f8226 TONY: Conversion of more methods to coroutines 2012-05-12 20:49:36 +10:00
Paul Gilbert beef5fdb26 TONY: Removal of now redundant includes, and deprecated scheduler/coroutine files 2012-05-11 23:23:05 +10:00
Paul Gilbert 68c1b0b0e4 TONY: Refactored Tony to use the Common coroutine scheduler 2012-05-11 23:15:59 +10:00
Paul Gilbert 26898dd7ad TONY: Completed bulk of initial coro refactoring 2012-05-09 00:42:27 +10:00
Paul Gilbert 046620054f TONY: Fix some Valgrind identified memory leaks 2012-05-05 10:56:56 +10:00
Paul Gilbert a75b873fde TONY: Added virtual destructors to classes using virtual methods 2012-05-04 21:30:45 +10:00
Paul Gilbert bc2b944986 TONY: Added code from Inventory.cpp 2012-05-02 00:23:41 +10:00
Paul Gilbert 68bcaa61b9 TONY: More header files and functionality added 2012-04-30 23:16:19 +10:00
Paul Gilbert b0eef82972 TONY: Added include files for graphics engine and all dependent classes 2012-04-30 09:27:12 +10:00