Age | Commit message (Expand) | Author |
2016-06-17 | TONY: Complete class initializations | Eugene Sandulenko |
2016-01-04 | TONY: Initialize _vdbCodec in contructor | Strangerke |
2016-01-04 | TONY: As suggested by LordHoto, determine codec based on container signature ... | Strangerke |
2016-01-04 | TONY: Reduce variable scope, use MKTAG to check file signature | Strangerke |
2016-01-04 | TONY: Add support to the new compressed speech containers | Strangerke |
2015-12-31 | TONY: Remove more dead code related to unused raw codec | Strangerke |
2015-12-31 | TONY: As codec is always ADPCM, remove some dead code | Strangerke |
2014-02-18 | TONY: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-11-12 | TONY: Cleanup whitespace formatting. | D G Turner |
2012-10-15 | TONY: Fix music bug - 2 songs played simultaneously eventually | Strangerke |
2012-09-28 | TONY: Fix German fonts | Strangerke |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-25 | TONY: Replace abortGame() with nicer error() calls. | Alyssa Milburn |
2012-09-24 | TONY: Don't mute all sound when using sound config dialog | Willem Jan Palenstijn |
2012-09-08 | TONY: Rename yet more variables. | Alyssa Milburn |
2012-09-01 | TONY: Move some functions from .h to .cpp files | Strangerke |
2012-08-31 | TONY: Rename some more variables and structures | Strangerke |
2012-08-29 | TONY: Remove useless/commented music code. | Alyssa Milburn |
2012-08-28 | TONY: Fix some for and if statements with bad coding style | Strangerke |
2012-08-28 | TONY: Remove most of the remaining global functions. | Alyssa Milburn |
2012-08-28 | TONY: Remove unnecessary mainloop mutex. | Alyssa Milburn |
2012-08-28 | TONY: Implement some forgotten sound/music functions. | Alyssa Milburn |
2012-08-28 | TONY: Improve Take/ReleaseOwnership. | Alyssa Milburn |
2012-08-27 | TONY: Remove various bits of unused code. | Alyssa Milburn |
2012-08-27 | TONY: USe default fonts (Italian/English) when the language is unhandled inst... | Strangerke |
2012-08-26 | TONY: Add English in loadTonyDat | Strangerke |
2012-08-26 | TONY: Move font related arrays to a DAT file | Strangerke |
2012-08-25 | TONY: Make the verb menu sound effects play | Torbjörn Andersson |
2012-08-22 | TONY: Fix saveSoundSettings to use setInt for talkspeed. | Alyssa Milburn |
2012-08-22 | TONY: Replace _vm with g_vm. | Alyssa Milburn |
2012-08-22 | TONY: Removed some TODO warnings that aren't needed any longer | Paul Gilbert |
2012-06-23 | TONY: Merge of dirty rect functionality | Paul Gilbert |
2012-06-20 | TONY: Replace the FPStream code. | Alyssa Milburn |
2012-06-19 | TONY: Some bugfixes and cleanup for the music support code | Paul Gilbert |
2012-06-19 | TONY: Implement more of the music related code from the original | Paul Gilbert |
2012-06-18 | TONY: Remove useless void in function declaration | Strangerke |
2012-06-17 | TONY: Move functions comment to doxygen format | Strangerke |
2012-06-17 | TONY: American-ification of English used | Strangerke |
2012-06-17 | TONY: Added code to load and save the ScummVM sound settings | Paul Gilbert |
2012-06-17 | TONY: Moved global initialisations out of TonyEngine and into Globals class | Paul Gilbert |
2012-06-16 | TONY: Rename sound functions and class names | Strangerke |
2012-06-16 | TONY: Initial commit of in progress dirty rect handling | Paul Gilbert |
2012-06-15 | TONY: Silent more CppCheck warnings | Strangerke |
2012-06-11 | TONY: Implemented process to properly set hEndOfBuffer when sound effects end | Paul Gilbert |
2012-06-10 | TONY: Rename variables in globals.h | Strangerke |
2012-06-09 | TONY: Rework the way wave files are loaded | Matthew Hoops |
2012-06-09 | TONY: Fixes for deallocating MPC and MPAL data | Paul Gilbert |
2012-06-09 | TONY: Rename more globals | Strangerke |
2012-06-09 | TONY: Added code to free parsed MPC file data when the game ends | Paul Gilbert |
2012-06-08 | TONY: start renaming globals | Strangerke |