Torbjörn Andersson
2990482406
TONY: Fix Valgrind warning
...
The loop uses _ctx->msg, so don't delete it until the loop is done.
2012-06-21 21:30:09 +02:00
Paul Gilbert
17289089e6
TONY: Fix for adding dirty rects for 8-bit RLE images
2012-06-21 22:58:58 +10:00
Strangerke
fdc619191b
TONY: Translate two comments
2012-06-21 07:31:38 +02:00
Strangerke
85150232f0
TONY: Some more renaming (thanks Hkz)
2012-06-21 00:20:16 +02:00
Strangerke
2d1d6630d6
TONY: Remove useless CODEC class definition
2012-06-20 22:17:41 +02: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
d2061f29be
TONY: Added initialisation of FPSound fields in it's constructor
2012-06-19 22:06:30 +10:00
Paul Gilbert
9d437a26dd
TONY: Fix some compiler warnings in the newly added sound code
2012-06-19 21:19:17 +10:00
Paul Gilbert
b8d5e17fef
TONY: Added an extra check for shouldQuit into the main event loop
2012-06-19 21:14: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
Paul Gilbert
0aa3d39cf7
TONY: Remove unused stubs for LZO compression
2012-06-18 19:56:28 +10:00
Paul Gilbert
565bf7383a
TONY: Refactored the RMRect topLeft/bottomRight properties into a cleaner implementation
2012-06-18 19:50:29 +10:00
Strangerke
f2e6b46153
TONY: Rename RMFontDialog
2012-06-18 08:28:13 +02:00
Strangerke
e8a6f61f88
TONY: Remove useless void in function declaration
2012-06-18 08:24:33 +02:00
Strangerke
bb55045cc8
TONY: Rename two variables
2012-06-18 08:03:02 +02:00
Strangerke
6a7fa693ef
TONY: Fix a typo in utils comments
2012-06-18 07:58:19 +02:00
Strangerke
a46b06a587
TONY: Move functions comment to doxygen format
2012-06-17 19:39:58 +02:00
Strangerke
31c0210f22
TONY: Missed one word in previous commit (thanks clone2727)
2012-06-17 18:38:34 +02:00
Strangerke
b36b666300
TONY: American-ification of English used
2012-06-17 18:36:23 +02:00
Strangerke
e36f36168d
TONY: Doxygen-ify comments in sound files
2012-06-17 18:09:52 +02:00
Paul Gilbert
d24fc8b5d8
TONY: Fix memory leak in LocationPollThread
2012-06-17 17:42:29 +10: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
Paul Gilbert
d0c6497212
TONY: Fix crash opening the Options menu in-game
2012-06-17 14:22:53 +10:00
Paul Gilbert
a91553efeb
TONY: Cleaned up the @defgroup comments
2012-06-17 09:09:18 +10:00
Paul Gilbert
8335c25cb9
TONY: Fix memory leak in ActionThread if game exists whilst it is active
2012-06-17 08:45:38 +10:00
Strangerke
011b15966c
TONY: Translate comments in sound.cpp
2012-06-16 23:48:16 +02:00
Strangerke
ac4567dcb6
TONY: Rename sound variables
2012-06-16 19:04:19 +02:00
Paul Gilbert
25d95bd5e3
TONY: Workaround for original game bug opening the door in the first scene
...
In the original, after moving to the door, the game scripts have Tony start immediately moving back to the desk. Unfortunately, they didn't realise that the _hEndOfPath event would still be briefly set from finishing the walk to the door, so the game didn't wait until Tony had reached the desk to start the conversation.
2012-06-16 22:06:11 +10:00
Strangerke
ddd1414a56
TONY: Rename sound functions and class names
2012-06-16 11:32:50 +02:00
Strangerke
638b066601
TONY: Translate some Italian terms, rename enums
2012-06-16 11:09:08 +02:00
Paul Gilbert
37f772c2d7
TONY: Bugfix for hanging after giving 'shrimp' to the parrot
2012-06-16 18:33:38 +10: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
Strangerke
7c605c5f69
TONY: Silent more CppCheck warnings, remove an unused global
2012-06-15 08:23:06 +02:00
Strangerke
7951881d46
TONY: Fix three warnings reported by CppCheck in inventory (reported by eriktorbjorn)
2012-06-14 18:31:57 +02:00
Paul Gilbert
e55a16271e
TONY: Removed unused global static object and associated method
2012-06-14 22:07:36 +10:00
Strangerke
d4e9aa78ab
TONY: Silent more CppCheck warnings
2012-06-14 08:08:13 +02:00
Strangerke
42a322d671
TONY: Silent some CppCheck warnings
2012-06-14 00:12:45 +02:00
Paul Gilbert
746dcf33da
TONY: Refactor RMPointer class to use the ScummVM CursorMan
2012-06-13 21:06:57 +10:00
Strangerke
5bafab9ad6
TONY: Translate some more Italian
2012-06-13 08:00:37 +02:00
Strangerke
876d47e17d
TONY: Translate Italian enums
2012-06-12 21:42:46 +02:00
Matthew Hoops
de440e1a71
TONY: Fix looping some sounds
2012-06-12 11:35:27 -04:00
Strangerke
b828231671
TONY: Translate some more comments into English
2012-06-12 08:03:51 +02:00
Strangerke
985602a72d
TONY: Rename some Italian into English
2012-06-12 00:07:50 +02:00
Strangerke
34a7c7be98
TONY: Rename a remaining variable in loc.h
2012-06-11 22:22:46 +02:00
Strangerke
5de8b7aa74
TONY: Rename variables in tonychar.h
2012-06-11 21:43:04 +02:00
Strangerke
94df38bfb4
TONY: Rename variables in game.h and gfxcore.h
2012-06-11 21:30:47 +02:00
Strangerke
02c8ccebcb
TONY: Rename variables in utils.h
2012-06-11 20:24:25 +02:00