aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
AgeCommit message (Expand)Author
2012-08-27TONY: USe default fonts (Italian/English) when the language is unhandled inst...Strangerke
2012-08-26TONY: Add English in loadTonyDatStrangerke
2012-08-26TONY: Move font related arrays to a DAT fileStrangerke
2012-08-25TONY: Make the verb menu sound effects playTorbjörn Andersson
2012-08-22TONY: Fix saveSoundSettings to use setInt for talkspeed.Alyssa Milburn
2012-08-22TONY: Replace _vm with g_vm.Alyssa Milburn
2012-08-22TONY: Removed some TODO warnings that aren't needed any longerPaul Gilbert
2012-06-23TONY: Merge of dirty rect functionalityPaul Gilbert
2012-06-20TONY: Replace the FPStream code.Alyssa Milburn
2012-06-19TONY: Some bugfixes and cleanup for the music support codePaul Gilbert
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-17TONY: Move functions comment to doxygen formatStrangerke
2012-06-17TONY: American-ification of English usedStrangerke
2012-06-17TONY: Added code to load and save the ScummVM sound settingsPaul Gilbert
2012-06-17TONY: Moved global initialisations out of TonyEngine and into Globals classPaul Gilbert
2012-06-16TONY: Rename sound functions and class namesStrangerke
2012-06-16TONY: Initial commit of in progress dirty rect handlingPaul Gilbert
2012-06-15TONY: Silent more CppCheck warningsStrangerke
2012-06-11TONY: Implemented process to properly set hEndOfBuffer when sound effects endPaul Gilbert
2012-06-10TONY: Rename variables in globals.hStrangerke
2012-06-09TONY: Rework the way wave files are loadedMatthew Hoops
2012-06-09TONY: Fixes for deallocating MPC and MPAL dataPaul Gilbert
2012-06-09TONY: Rename more globalsStrangerke
2012-06-09TONY: Added code to free parsed MPC file data when the game endsPaul Gilbert
2012-06-08TONY: start renaming globalsStrangerke
2012-06-07Merge branch 'tony' into tonyPaul Gilbert
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: Added sub-folders for full English game and revised detection entryPaul Gilbert
2012-06-06TONY: More 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-04TONY: Rename variables and functions in tony.hStrangerke
2012-05-28TONY: Add support for using the compressed version of the demoMatthew Hoops
2012-05-21TONY: Some more code formattingStrangerke
2012-05-22TONY: Implemented ScummVM debugger, with an initial 'scene' commandPaul Gilbert
2012-05-21TONY: Removed redundant pause code.Paul Gilbert
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-18TONY: Implemented support for loading savegames directly from the launcher.Paul Gilbert
2012-05-17TONY: Work on enabling GMM saving and loadingPaul Gilbert
2012-05-14TONY: Removed some no longer needed FIXME'sPaul Gilbert
2012-05-13TONY: Further globals added to Globals classPaul Gilbert
2012-05-13TONY: Beginnings of refactoring Globals into their own classPaul Gilbert
2012-05-12TONY: Properly implement game saving and loading.Paul Gilbert
2012-05-12TONY: Conversion of more methods to coroutinesPaul Gilbert
2012-05-11TONY: Removal of now redundant includes, and deprecated scheduler/coroutine f...Paul Gilbert