Strangerke
f05afb9bff
TONY: Janitorial - Fix spacing errors
2013-11-23 10:26:29 +01:00
D G Turner
93c3375244
TONY: Fix compilation on FreeBSD with C++-11 enabled.
...
This is part of bug #3615056 and is due to NULL being defined as
nullptr when C++-11 is enabled, which is not valid being assigned
to a integer value.
2013-09-28 01:37:15 +01:00
Alyssa Milburn
d1795a21bc
TONY: Fix savegames on BE (this breaks compatibility).
2013-08-02 00:01:10 +02:00
Torbjörn Andersson
ad38029e6e
TONY: Remove varargs from mpalQueryCORO(). CID 1002105
...
It didn't always reach va_end(), but rather than adding a call it
makes more sense to just drop the varargs from it, since it didn't
use it anyway.
2013-06-10 20:07:33 +02:00
Torbjörn Andersson
9d28a6f531
TONY: Fix potential memory leak
...
Unfortunately, I'm not sure where and when this function is called.
But this should be correct. CID 1003575
2013-06-02 22:00:25 +02:00
Willem Jan Palenstijn
8df3c1458d
TONY: Fix resource loading on BE systems
...
Thanks to digitall for debugging and testing.
2012-11-12 08:42:20 +01:00
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
Alyssa Milburn
05fbc28767
TONY: Wait for events to pulse in 'threads'.
...
This fixes some missing animations, which weren't getting an
opportunity to start.
2012-09-07 20:51:20 +02:00
Strangerke
c91a72a9d5
TONY: Some more cleanup
2012-09-06 08:26:08 +02:00
Strangerke
25f4a3fb08
TONY: Misc cleanup
2012-09-06 00:23:59 +02:00
Paul Gilbert
35a7e79614
TONY: Change to hopefully fix Mingw 64 compilation errors
2012-09-05 20:47:32 +10:00
Strangerke
f2df769aab
TONY: More renaming
2012-09-01 00:25:35 +02:00
Strangerke
7fbfbc8e6b
TONY: Rename some more variables and structures
2012-08-31 23:08:02 +02:00
Strangerke
825e0896dc
TONY: Replace C-style comments by C++-style ones.
...
Also translate some more Italian comments
2012-08-29 23:25:14 +02:00
Strangerke
766eadeef9
TONY: Translate some remaining Italian comments
2012-08-29 22:47:33 +02:00
Strangerke
a29f1fb04c
TONY: Remove some dead code
2012-08-29 08:14:41 +02:00
Strangerke
b12ccad994
TONY: Reduce scope of some variables
2012-08-29 00:30:07 +02:00
Strangerke
d2b33ca4cc
TONY: Janitorial - remove trailing spaces
2012-08-28 23:25:50 +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
18b1f6d7c6
TONY: Remove unused data dumping code.
2012-08-28 13:33:24 +02:00
Alyssa Milburn
a9828c8818
TONY: Replace copyMemory with memcpy.
2012-08-25 10:08:10 +02:00
Alyssa Milburn
c340739001
TONY: Replace _vm with g_vm.
2012-08-22 21:51:51 +02:00
Strangerke
e8a6f61f88
TONY: Remove useless void in function declaration
2012-06-18 08:24:33 +02:00
Strangerke
b36b666300
TONY: American-ification of English used
2012-06-17 18:36:23 +02:00
Paul Gilbert
d24fc8b5d8
TONY: Fix memory leak in LocationPollThread
2012-06-17 17:42:29 +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
Paul Gilbert
37f772c2d7
TONY: Bugfix for hanging after giving 'shrimp' to the parrot
2012-06-16 18:33:38 +10:00
Strangerke
d4e9aa78ab
TONY: Silent more CppCheck warnings
2012-06-14 08:08:13 +02:00
Strangerke
44ee26e6c9
TONY: Rename variables in loc.h and mpal.h
2012-06-10 23:56:37 +02:00
Strangerke
2b02a45ce1
TONY: Rename variables in globals.h
2012-06-10 22:34:08 +02:00
Paul Gilbert
4a3518dc92
TONY: Fix data freeing in LocationPollThread
2012-06-09 22:20:16 +10:00
Paul Gilbert
10621fded8
TONY: Fix some calls from globalFree to globalDestroy
2012-06-09 17:51:58 +10:00
Paul Gilbert
a50b1f32c1
TONY: Fixes for deallocating MPC and MPAL data
2012-06-09 13:05:48 +10: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
Paul Gilbert
d4777379d2
TONY: Refactored the memory manager to increase performance
2012-06-08 23:00:48 +10:00
Strangerke
cd15e483ed
TONY: Some more renaming
2012-06-07 21:14:59 +02:00
Strangerke
a1f6f8ceb1
TONY: Rename variables and functions in tony.h
2012-06-04 23:45:36 +02:00
Strangerke
75a0b0c629
TONY: Some more code formatting
2012-05-23 00:19:46 +02:00
Paul Gilbert
c38bbce20c
TONY: Remove original header
2012-05-20 16:11:25 +10:00
Paul Gilbert
8322da03c0
TONY: Converting Italian comments to English
2012-05-20 16:05:20 +10:00
Paul Gilbert
c402426117
TONY: Converted some warning calls to debugC
2012-05-19 20:29:53 +10:00
Paul Gilbert
f3398ee010
TONY: Formatting fixes
2012-05-19 19:55:17 +10:00
Paul Gilbert
a4a02e15b5
TONY: Converting Italian comments to English
2012-05-19 19:55:16 +10:00
Torbjörn Andersson
827454a87e
TONY: Change "it's" to "its" in comments where appropriate. (I think.)
2012-05-19 11:05:57 +02:00
Paul Gilbert
8457c1c768
TONY: Removed deprecated MPAL stubs file
2012-05-19 16:57:17 +10:00
Paul Gilbert
bcaeacf124
TONY: Implemented support for loading savegames directly from the launcher.
...
It's not perfect.. the startup screen briefly flashes, and Tony briefly disappears when you do a first action afterwards.
2012-05-18 22:57:25 +10:00
Paul Gilbert
d67a5162ad
TONY: Converting method comments to DOXYGEN format
2012-05-18 21:49:08 +10:00
Paul Gilbert
cf3d2cd356
TONY: Removed some no longer needed FIXME's
2012-05-14 08:53:09 +10:00
Paul Gilbert
94f5a98987
TONY: Moved remaining globals to Globals class
2012-05-13 23:44:08 +10:00