Commit graph

47 commits

Author SHA1 Message Date
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
Paul Gilbert
68c1b0b0e4 TONY: Refactored Tony to use the Common coroutine scheduler 2012-05-11 23:15:59 +10:00
Paul Gilbert
724deb6b84 TONY: Bugfixes for showing the credits screen. 2012-05-11 08:44:50 +10:00
Paul Gilbert
82361a3ea3 TONY: Fixed some missed methods to coroutines 2012-05-11 00:09:34 +10:00
Paul Gilbert
5a069cdc86 TONY: Refactored out usage of nullContext in favour of proper coroutines 2012-05-09 23:15:41 +10:00
Paul Gilbert
26898dd7ad TONY: Completed bulk of initial coro refactoring 2012-05-09 00:42:27 +10:00
Paul Gilbert
a254f10025 TONY: Added support for Windows-style threading events to scheduler 2012-05-08 09:32:21 +10:00
Paul Gilbert
8527302057 TONY: Added support for threading events to scheduler, converted more procs to coroutines 2012-05-08 08:25:33 +10:00
Paul Gilbert
0b8974ec4a TONY: Beginnings of converting dialog processes to coroutines 2012-05-06 23:51:11 +10:00
Paul Gilbert
156d8cdb73 TONY: Bugfix for waitForSingleObject, and added action process debug information 2012-05-06 21:24:55 +10:00
Paul Gilbert
770e55d065 TONY: Further conversion of initially launched threads to processes.
This includes all the dependent routines that they call.
2012-05-06 15:18:03 +10:00
Paul Gilbert
10deebed55 TONY: Beginnings of refactoring Tony engine's threads to use coroutines 2012-05-06 12:21:29 +10:00
Paul Gilbert
3184a5a874 TONY: Fix warnings about return values not being used 2012-05-04 22:58:42 +10:00
Paul Gilbert
557c43c2db TONY: Converted anonymous structs to have explicit names 2012-05-04 21:40:44 +10:00
Paul Gilbert
5b2c69b1f2 TONY: Implemented some missing and incorrect init code 2012-05-04 00:11:38 +10:00
Paul Gilbert
6d0f1fca46 TONY: Formatting fixes 2012-05-03 23:08:19 +10:00
Paul Gilbert
68bcaa61b9 TONY: More header files and functionality added 2012-04-30 23:16:19 +10:00