aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/game.cpp
AgeCommit message (Collapse)Author
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-10-26TONY: Fix translation of Italian commentWillem Jan Palenstijn
Thanks to Giovanni Bajo for noticing and correcting this.
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
Also translate some more Italian comments
2012-08-29TONY: Limit effect of cursor workaround.Alyssa Milburn
This avoids incorrect hotspot offsets.
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
Also, all the related freeze functions/members.
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
We have to copy _nState before it gets reset in closeState.
2012-08-25TONY: Store savegame names with Common::String.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-25TONY: Animate mouse cursors.Alyssa Milburn
This restores the forgotten doFrame code for RMPointer, which fixes the bird mouse cursor. Thanks to eriktorbjorn for noticing it.
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
Apparently, in this case the cursor is updated before _precalcTable has been created. Added safeguard against that.
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