aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
AgeCommit message (Expand)Author
2016-06-17TONY: Complete class initializationsEugene Sandulenko
2016-01-04TONY: Initialize _vdbCodec in contructorStrangerke
2016-01-04TONY: As suggested by LordHoto, determine codec based on container signature ...Strangerke
2016-01-04TONY: Reduce variable scope, use MKTAG to check file signatureStrangerke
2016-01-04TONY: Add support to the new compressed speech containersStrangerke
2015-12-31TONY: Remove more dead code related to unused raw codecStrangerke
2015-12-31TONY: As codec is always ADPCM, remove some dead codeStrangerke
2014-02-18TONY: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-12TONY: Cleanup whitespace formatting.D G Turner
2012-10-15TONY: Fix music bug - 2 songs played simultaneously eventuallyStrangerke
2012-09-28TONY: Fix German fontsStrangerke
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-25TONY: Replace abortGame() with nicer error() calls.Alyssa Milburn
2012-09-24TONY: Don't mute all sound when using sound config dialogWillem Jan Palenstijn
2012-09-08TONY: Rename yet more variables.Alyssa Milburn
2012-09-01TONY: Move some functions from .h to .cpp filesStrangerke
2012-08-31TONY: Rename some more variables and structuresStrangerke
2012-08-29TONY: Remove useless/commented music code.Alyssa Milburn
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: Implement some forgotten sound/music functions.Alyssa Milburn
2012-08-28TONY: Improve Take/ReleaseOwnership.Alyssa Milburn
2012-08-27TONY: Remove various bits of unused code.Alyssa Milburn
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