aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/game.cpp
AgeCommit message (Expand)Author
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-09-01TONY: Move some functions from .h to .cpp filesStrangerke
2012-09-01TONY: More renamingStrangerke
2012-08-29TONY: Replace C-style comments by C++-style ones.Strangerke
2012-08-29TONY: Limit effect of cursor workaround.Alyssa Milburn
2012-08-28TONY: Janitorial - remove trailing spacesStrangerke
2012-08-28TONY: Fix some for and if statements with bad coding styleStrangerke
2012-08-28TONY: Remove most of the remaining global functions.Alyssa Milburn
2012-08-28TONY: Remove unnecessary mainloop mutex.Alyssa Milburn
2012-08-28TONY: Fix crash with TA_PERORATE.Alyssa Milburn
2012-08-28TONY: Get rid of RMDataStream.Alyssa Milburn
2012-08-27TONY: Remove various bits of unused code.Alyssa Milburn
2012-08-25TONY: Fix exiting from the save menu.Alyssa Milburn
2012-08-25TONY: Store savegame names with Common::String.Alyssa Milburn
2012-08-25TONY: Use Common::String in writeText.Alyssa Milburn
2012-08-25TONY: Animate mouse cursors.Alyssa Milburn
2012-08-22TONY: Replace _vm with g_vm.Alyssa Milburn
2012-07-02TONY: Fix crash when entering "sepia" mode by loading a savegame.Torbjörn Andersson
2012-07-02TONY: Fix warning about statement without effect.Torbjörn Andersson
2012-07-02TONY: Refactored the Sepia (B & W) mode so the cursor is converted as wellPaul Gilbert
2012-06-18TONY: Remove useless void in function declarationStrangerke
2012-06-17TONY: Move functions comment to doxygen formatStrangerke
2012-06-17TONY: Added code to load and save the ScummVM sound settingsPaul Gilbert
2012-06-17TONY: Fix crash opening the Options menu in-gamePaul Gilbert
2012-06-16TONY: Translate some Italian terms, rename enumsStrangerke
2012-06-14TONY: Silent some CppCheck warningsStrangerke
2012-06-13TONY: Refactor RMPointer class to use the ScummVM CursorManPaul Gilbert
2012-06-12TONY: Rename some Italian into EnglishStrangerke
2012-06-11TONY: Rename variables in game.h and gfxcore.hStrangerke
2012-06-11TONY: Rename variables in utils.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-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-06-02TONY: Fixed memory leaks with the Options screenPaul Gilbert
2012-05-21TONY: Some more code formattingStrangerke
2012-05-20TONY: Miscellaneous comment translations and comment cleanupPaul Gilbert
2012-05-20TONY: Removal of code that was commented out in the original sourcePaul Gilbert
2012-05-20TONY: Converting Italian comments to English and formattingPaul Gilbert
2012-05-19TONY: Removed deprecated MPAL stubs filePaul Gilbert
2012-05-14TONY: Fix some formattingStrangerke