aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/custom.cpp
AgeCommit message (Collapse)Author
2012-08-23TONY: Removed some debug warnings which aren't needed any longerPaul Gilbert
2012-08-22TONY: Replace _vm with g_vm.Alyssa Milburn
2012-06-21TONY: Fix Valgrind warningTorbjörn Andersson
The loop uses _ctx->msg, so don't delete it until the loop is done.
2012-06-21TONY: Translate two commentsStrangerke
2012-06-21TONY: Some more renaming (thanks Hkz)Strangerke
2012-06-19TONY: Implement more of the music related code from the originalPaul Gilbert
2012-06-18TONY: Remove useless void in function declarationStrangerke
2012-06-18TONY: Rename two variablesStrangerke
2012-06-17TONY: American-ification of English usedStrangerke
2012-06-17TONY: Cleaned up the @defgroup commentsPaul Gilbert
2012-06-16TONY: Rename sound variablesStrangerke
2012-06-16TONY: Workaround for original game bug opening the door in the first scenePaul Gilbert
In the original, after moving to the door, the game scripts have Tony start immediately moving back to the desk. Unfortunately, they didn't realise that the _hEndOfPath event would still be briefly set from finishing the walk to the door, so the game didn't wait until Tony had reached the desk to start the conversation.
2012-06-16TONY: Rename sound functions and class namesStrangerke
2012-06-16TONY: Translate some Italian terms, rename enumsStrangerke
2012-06-13TONY: Translate some more ItalianStrangerke
2012-06-12TONY: Translate Italian enumsStrangerke
2012-06-12TONY: Rename some Italian into EnglishStrangerke
2012-06-11TONY: Rename variables in utils.hStrangerke
2012-06-11TONY: Fix crash in the Tunnel Of LovePaul Gilbert
2012-06-10TONY: Rename variables in globals.hStrangerke
2012-06-11TONY: Fixed display of static animations, and some variable renamingPaul Gilbert
2012-06-10TONY: Fix data freeing in DialogStartPaul Gilbert
2012-06-09TONY: Fix operation of TakeOwnership/ReleaseOwnershipPaul Gilbert
2012-06-09TONY: Fix some calls from globalFree to globalDestroyPaul Gilbert
2012-06-09TONY: Rename more globalsStrangerke
2012-06-08TONY: start renaming 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 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: Fix memory leak when game exited whilst credits are activePaul Gilbert
2012-06-02TONY: Removed redundant vdb mutexPaul Gilbert
2012-05-23TONY: 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-14TONY: Fix some formattingStrangerke
2012-05-14TONY: Replace stubs for TakeOwnership/ReleaseOwnership with actual ↵Paul Gilbert
implementation
2012-05-14TONY: Fixed suspicious castingPaul Gilbert
2012-05-14TONY: Remove original headerStrangerke
2012-05-13TONY: Beginnings of refactoring Globals into their own classPaul Gilbert
2012-05-13TONY: Converted SendTonyMessage msg field from a pointer back to an object ↵Paul Gilbert
instance
2012-05-13TONY: Fix unsigned comparison warningPaul Gilbert