aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
AgeCommit message (Collapse)Author
2018-12-19ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455)Cameron Cawley
2016-12-08ALL: Leave out instructions for engine data issuesBen Castricum
2016-12-06ALL: replace 2 more 'download engine data' instructionsBen Castricum
2016-12-06ALL: Change instructions for engine data file issuesBen Castricum
The engine data files should be included in the package, so downloading may not be the best suggestion. Instead refer to the README.
2016-12-06ALL: Unify 'wrong version of engine data' messageBen Castricum
2016-12-06ALL: Unify 'corrupted engine data' messageBen Castricum
2016-12-05ALL: Unify 'missing engine data' messageBen Castricum
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
instead of filename
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
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-15TONY: Fix music bug - 2 songs played simultaneously eventuallyStrangerke
2012-09-28TONY: Fix German fontsStrangerke
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
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
Thanks to fuzzie for noticing this.
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
Also, all the related freeze functions/members.
2012-08-28TONY: Implement some forgotten sound/music functions.Alyssa Milburn
2012-08-28TONY: Improve Take/ReleaseOwnership.Alyssa Milburn
This releases all held 'mutexes' when processes die, and keeps track of the lock count too, just in case.
2012-08-27TONY: Remove various bits of unused code.Alyssa Milburn
2012-08-27TONY: USe default fonts (Italian/English) when the language is unhandled ↵Strangerke
instead of erroring out
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
At least for now, preloading utility sound effects *is* needed in ScummVM. And since we now have preloading of both normal and utility sound effects, I've unstubbed the unloading functions as well.
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
This just removes the original code and replaces it with a quickly- written trivial implementation similar to clone2727's sfx code. It seems to at least sort of work. :-)
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