Strangerke
|
8c753c96a0
|
TONY: Move some functions from .h to .cpp files
|
2012-09-01 01:05:22 +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
|
35fd91793b
|
TONY: Get rid of RMDataStream.
|
2012-08-28 14:26:00 +02:00 |
|
Alyssa Milburn
|
c340739001
|
TONY: Replace _vm with g_vm.
|
2012-08-22 21:51:51 +02:00 |
|
Strangerke
|
85150232f0
|
TONY: Some more renaming (thanks Hkz)
|
2012-06-21 00:20:16 +02: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
|
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
|
5de8b7aa74
|
TONY: Rename variables in tonychar.h
|
2012-06-11 21:43:04 +02:00 |
|
Strangerke
|
44ee26e6c9
|
TONY: Rename variables in loc.h and mpal.h
|
2012-06-10 23:56:37 +02:00 |
|
Paul Gilbert
|
f64700b27f
|
TONY: Fixed display of static animations, and some variable renaming
|
2012-06-11 00:24:52 +10:00 |
|
Strangerke
|
c52aca5ac4
|
TONY: Rename more globals
|
2012-06-09 00:52:38 +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
|
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
|
a1f6f8ceb1
|
TONY: Rename variables and functions in tony.h
|
2012-06-04 23:45:36 +02:00 |
|
Strangerke
|
94d3c8ebb2
|
TONY: Some more code formatting
|
2012-05-21 23:54:32 +02:00 |
|
Paul Gilbert
|
8322da03c0
|
TONY: Converting Italian comments to English
|
2012-05-20 16:05:20 +10:00 |
|
Paul Gilbert
|
0450275c44
|
TONY: Converting Italian comments to English and formatting
|
2012-05-20 13:54:59 +10:00 |
|
Strangerke
|
88762667b5
|
TONY: Fix some formatting
|
2012-05-14 21:29:27 +02:00 |
|
Strangerke
|
099fe1e9e6
|
TONY: Remove original header
|
2012-05-14 07:43:50 +02:00 |
|
Paul Gilbert
|
b01482bddb
|
TONY: Further globals added to Globals class
|
2012-05-13 23:05:41 +10:00 |
|
Paul Gilbert
|
546f47ddce
|
TONY: Beginnings of refactoring Globals into their own class
|
2012-05-13 22:34:40 +10:00 |
|
Paul Gilbert
|
109e5f8226
|
TONY: Conversion of more methods to coroutines
|
2012-05-12 20:49:36 +10:00 |
|
Paul Gilbert
|
a153f9a2e6
|
TONY: Explicitly initialise fields of various objects in their constructors
This fixes a crash when the pop-up inventory was displayed.
|
2012-05-12 10:34:52 +10:00 |
|
Paul Gilbert
|
68c1b0b0e4
|
TONY: Refactored Tony to use the Common coroutine scheduler
|
2012-05-11 23:15:59 +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
|
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
|
657d93ea8f
|
TONY: Fix some Valgrind identified warnings
|
2012-05-05 09:31:21 +10:00 |
|
Paul Gilbert
|
3184a5a874
|
TONY: Fix warnings about return values not being used
|
2012-05-04 22:58:42 +10:00 |
|
Paul Gilbert
|
23cd3b7730
|
TONY: Fixed many warnings identified by gcc
|
2012-05-04 22:28:51 +10:00 |
|
Paul Gilbert
|
6d0f1fca46
|
TONY: Formatting fixes
|
2012-05-03 23:08:19 +10:00 |
|
Paul Gilbert
|
c831248e65
|
TONY: Cleanup of GfxEngine, and added RMTony class methods
|
2012-05-01 23:44:02 +10:00 |
|