Commit graph

66 commits

Author SHA1 Message Date
Strangerke
85150232f0 TONY: Some more renaming (thanks Hkz) 2012-06-21 00:20:16 +02: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
bb55045cc8 TONY: Rename two variables 2012-06-18 08:03:02 +02:00
Strangerke
b36b666300 TONY: American-ification of English used 2012-06-17 18:36:23 +02:00
Paul Gilbert
a91553efeb TONY: Cleaned up the @defgroup comments 2012-06-17 09:09:18 +10: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
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
Strangerke
985602a72d TONY: Rename some Italian into English 2012-06-12 00:07:50 +02:00
Strangerke
02c8ccebcb TONY: Rename variables in utils.h 2012-06-11 20:24:25 +02:00
Paul Gilbert
d20fb7480e TONY: Fix crash in the Tunnel Of Love 2012-06-11 19:22:41 +10:00
Strangerke
2b02a45ce1 TONY: Rename variables in globals.h 2012-06-10 22:34:08 +02:00
Paul Gilbert
f64700b27f TONY: Fixed display of static animations, and some variable renaming 2012-06-11 00:24:52 +10:00
Paul Gilbert
e37319a287 TONY: Fix data freeing in DialogStart 2012-06-10 17:56:52 +10:00
Paul Gilbert
7758b1a432 TONY: Fix operation of TakeOwnership/ReleaseOwnership 2012-06-09 22:14:38 +10:00
Paul Gilbert
10621fded8 TONY: Fix some calls from globalFree to globalDestroy 2012-06-09 17:51:58 +10:00
Strangerke
c52aca5ac4 TONY: Rename more globals 2012-06-09 00:52:38 +02:00
Strangerke
1866cbd0fb TONY: start renaming globals 2012-06-08 08:44:14 +02:00
Strangerke
cd15e483ed TONY: Some more renaming 2012-06-07 21:14:59 +02: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
Strangerke
53e38106b7 TONY: Rename variables and functions in inventory.h
That fixes the regression in the credits
2012-06-06 08:31:06 +02:00
Strangerke
f1ac5d5acd TONY: More renaming 2012-06-06 08:04:33 +02:00
Strangerke
334dc91e27 TONY: Rename variables and functions in game.h 2012-06-06 01:37:06 +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
Strangerke
014330a538 TONY: Rename variables and functions in input.h 2012-06-05 00:02:15 +02:00
Strangerke
a1f6f8ceb1 TONY: Rename variables and functions in tony.h 2012-06-04 23:45:36 +02:00
Paul Gilbert
a850eabf07 TONY: Fix memory leak when game exited whilst credits are active 2012-06-02 17:40:01 +10:00
Paul Gilbert
6ecd71270d TONY: Removed redundant vdb mutex 2012-06-02 11:07:56 +10:00
Strangerke
75a0b0c629 TONY: Some more code formatting 2012-05-23 00:19:46 +02:00
Paul Gilbert
7da213cd32 TONY: Removal of code that was commented out in the original source 2012-05-20 16:34:38 +10:00
Paul Gilbert
8322da03c0 TONY: Converting Italian comments to English 2012-05-20 16:05:20 +10:00
Paul Gilbert
316ca0021b TONY: Converting Italian comments to English and formatting 2012-05-20 15:45:18 +10:00
Strangerke
88762667b5 TONY: Fix some formatting 2012-05-14 21:29:27 +02:00
Paul Gilbert
47ddb2ff33 TONY: Replace stubs for TakeOwnership/ReleaseOwnership with actual implementation 2012-05-14 21:06:03 +10:00
Paul Gilbert
8f4694a80c TONY: Fixed suspicious casting 2012-05-14 20:22:51 +10:00
Strangerke
099fe1e9e6 TONY: Remove original header 2012-05-14 07:43:50 +02:00
Paul Gilbert
546f47ddce TONY: Beginnings of refactoring Globals into their own class 2012-05-13 22:34:40 +10:00
Paul Gilbert
35143eae09 TONY: Converted SendTonyMessage msg field from a pointer back to an object instance 2012-05-13 19:06:08 +10:00
Paul Gilbert
28c58a7f56 TONY: Fix unsigned comparison warning 2012-05-13 00:58:59 +10:00
Paul Gilbert
63e3b47857 TONY: Fix compiler warnings 2012-05-13 00:53:09 +10:00
Paul Gilbert
109e5f8226 TONY: Conversion of more methods to coroutines 2012-05-12 20:49:36 +10:00
Paul Gilbert
3a61568b6f TONY: Removed carriage returns from debug line strings 2012-05-11 23:39:32 +10:00
Paul Gilbert
beef5fdb26 TONY: Removal of now redundant includes, and deprecated scheduler/coroutine files 2012-05-11 23:23:05 +10:00