D G Turner
b8c1b46ae0
TONY: Cleanup whitespace formatting.
...
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-11-12 00:39:20 +00:00
Strangerke
5023a5764f
TONY: Fix music bug - 2 songs played simultaneously eventually
2012-10-15 07:08:24 +02:00
Strangerke
72e32ab35e
TONY: Fix German fonts
2012-09-28 10:58:32 +02:00
Johannes Schickel
89abab97e3
JANITORIAL: Remove trailing whitespaces.
...
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Alyssa Milburn
050a02c6f8
TONY: Replace abortGame() with nicer error() calls.
2012-09-25 17:33:49 +02:00
Willem Jan Palenstijn
1277a04e60
TONY: Don't mute all sound when using sound config dialog
...
Thanks to fuzzie for noticing this.
2012-09-24 22:05:28 +02:00
Alyssa Milburn
60b101f5f6
TONY: Rename yet more variables.
2012-09-08 09:59:56 +02:00
Strangerke
8c753c96a0
TONY: Move some functions from .h to .cpp files
2012-09-01 01:05:22 +02:00
Strangerke
7fbfbc8e6b
TONY: Rename some more variables and structures
2012-08-31 23:08:02 +02:00
Alyssa Milburn
a6673aaf90
TONY: Remove useless/commented music code.
2012-08-29 09:12:53 +02:00
Strangerke
56f4bc0225
TONY: Fix some for and if statements with bad coding style
2012-08-28 23:05:48 +02:00
Alyssa Milburn
142ac7600f
TONY: Remove most of the remaining global functions.
2012-08-28 22:28:44 +02:00
Alyssa Milburn
3c986af9ce
TONY: Remove unnecessary mainloop mutex.
...
Also, all the related freeze functions/members.
2012-08-28 22:10:12 +02:00
Alyssa Milburn
9ebbeda949
TONY: Implement some forgotten sound/music functions.
2012-08-28 20:25:48 +02:00
Alyssa Milburn
3570a0153d
TONY: Improve Take/ReleaseOwnership.
...
This releases all held 'mutexes' when processes die, and keeps
track of the lock count too, just in case.
2012-08-28 09:26:04 +02:00
Alyssa Milburn
7b4dd0a682
TONY: Remove various bits of unused code.
2012-08-27 12:50:33 +02:00
Strangerke
72604fa3a6
TONY: USe default fonts (Italian/English) when the language is unhandled instead of erroring out
2012-08-27 00:17:28 +02:00
Strangerke
2ce6576515
TONY: Add English in loadTonyDat
2012-08-26 23:58:06 +02:00
Strangerke
7cb29f1522
TONY: Move font related arrays to a DAT file
2012-08-26 23:33:46 +02:00
Torbjörn Andersson
659436739f
TONY: Make the verb menu sound effects play
...
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-25 12:56:02 +02:00
Alyssa Milburn
93f145773e
TONY: Fix saveSoundSettings to use setInt for talkspeed.
2012-08-22 21:52:22 +02:00
Alyssa Milburn
c340739001
TONY: Replace _vm with g_vm.
2012-08-22 21:51:51 +02:00
Paul Gilbert
482c1a71b0
TONY: Removed some TODO warnings that aren't needed any longer
2012-08-22 22:28:08 +10:00
Paul Gilbert
717756749d
TONY: Merge of dirty rect functionality
2012-06-23 00:57:21 +10:00
Alyssa Milburn
1ee68078c1
TONY: Replace the FPStream code.
...
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-20 19:36:25 +02:00
Paul Gilbert
aa775b4497
TONY: Some bugfixes and cleanup for the music support code
2012-06-19 22:37:56 +10:00
Paul Gilbert
61d460a854
TONY: Implement more of the music related code from the original
2012-06-19 20:50:48 +10:00
Strangerke
e8a6f61f88
TONY: Remove useless void in function declaration
2012-06-18 08:24:33 +02:00
Strangerke
a46b06a587
TONY: Move functions comment to doxygen format
2012-06-17 19:39:58 +02:00
Strangerke
b36b666300
TONY: American-ification of English used
2012-06-17 18:36:23 +02:00
Paul Gilbert
9405f9eb4a
TONY: Added code to load and save the ScummVM sound settings
2012-06-17 17:04:10 +10:00
Paul Gilbert
b554063d30
TONY: Moved global initialisations out of TonyEngine and into Globals class
2012-06-17 15:01:13 +10:00
Strangerke
ddd1414a56
TONY: Rename sound functions and class names
2012-06-16 11:32:50 +02:00
Paul Gilbert
cdbc4aa28b
TONY: Initial commit of in progress dirty rect handling
2012-06-16 10:57:35 +10:00
Strangerke
71aa08c7f0
TONY: Silent more CppCheck warnings
2012-06-15 08:42:24 +02:00
Paul Gilbert
5b5a812d37
TONY: Implemented process to properly set hEndOfBuffer when sound effects end
2012-06-11 12:20:12 +10:00
Strangerke
2b02a45ce1
TONY: Rename variables in globals.h
2012-06-10 22:34:08 +02:00
Matthew Hoops
9b3df4de21
TONY: Rework the way wave files are loaded
...
We'll let our own sound code take care of the RIFF header
2012-06-09 18:09:54 -04:00
Paul Gilbert
a50b1f32c1
TONY: Fixes for deallocating MPC and MPAL data
2012-06-09 13:05:48 +10:00
Strangerke
c52aca5ac4
TONY: Rename more globals
2012-06-09 00:52:38 +02:00
Paul Gilbert
83f1cad02b
TONY: Added code to free parsed MPC file data when the game ends
2012-06-09 01:20:08 +10:00
Strangerke
1866cbd0fb
TONY: start renaming globals
2012-06-08 08:44:14 +02:00
Paul Gilbert
8f93c7be16
Merge branch 'tony' into tony
2012-06-07 20:52:57 +10:00
Strangerke
f12ab3e521
TONY: Rename variables and functions in utils.h
2012-06-07 08:42:35 +02:00
Strangerke
53bd99ce87
TONY: Rename variables and functions in loc.h and tonychar.h
2012-06-07 07:58:01 +02:00
Paul Gilbert
3a28323ba2
TONY: Added sub-folders for full English game and revised detection entry
2012-06-06 23:18:56 +10:00
Strangerke
f1ac5d5acd
TONY: More renaming
2012-06-06 08:04:33 +02:00
Strangerke
23c95d7014
TONY: Some more renaming
2012-06-05 08:39:55 +02:00
Strangerke
93cba6d880
TONY: Rename variables and functions in adv.h
2012-06-05 01:15:25 +02:00
Strangerke
a5cb751f7a
TONY: Rename variables and functions in gfxengine.h
2012-06-05 01:04:53 +02:00