52138 Commits

Author SHA1 Message Date
Paul Gilbert
20a47ff7c9 TONY: Default Tony screen to 1x scaler 2012-05-06 12:55:20 +10:00
Paul Gilbert
4c8ce3bec9 TONY: Implemented Scheduler::waitForSingleObject method
This will be the coroutine version of the threading method. With this, the main menu of the demo is now shown.
2012-05-06 12:54:57 +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
2dbdb31c8b CREATE_PROJECT: Extend settings used for Tinsel engine to Tony engine as well 2012-05-06 12:13:40 +10:00
Paul Gilbert
607855cfbc TONY: Formatting and endian fixes 2012-05-05 23:51:04 +10:00
Paul Gilbert
f7fd9e3d23 TONY: Fix display of the initial loading screen 2012-05-05 23:21:38 +10:00
Paul Gilbert
162cc47c71 TONY: Fix screen initialisation to be in 16-bit mode 2012-05-05 22:45:57 +10:00
Paul Gilbert
4fc57f1349 TONY: Added some class field initialisations 2012-05-05 22:33:13 +10:00
Paul Gilbert
5625846bf2 TONY: Further conversion work on window conversion 2012-05-05 22:32:40 +10:00
Paul Gilbert
07c1369f98 TONY: Created dummy event loop and started work on converting RMWindow class 2012-05-05 20:54:21 +10:00
Paul Gilbert
aa603d5a67 TONY: Fix a crash from objects being destroyed in the wrong order 2012-05-05 20:29:37 +10:00
Paul Gilbert
fbee927c6a TONY: Fix another memory leak identified by Valgrind 2012-05-05 11:56:59 +10:00
Paul Gilbert
e0a7b42185 TONY: Fixed some more Valgrind identified memory leaks 2012-05-05 11:15:38 +10:00
Paul Gilbert
046620054f TONY: Fix some Valgrind identified memory leaks 2012-05-05 10:56:56 +10:00
Paul Gilbert
734fae9193 TONY: Fixed some memory leaks identified by Valgrind 2012-05-05 10:32:43 +10:00
Paul Gilbert
91328fce56 TONY: Fixed some more Valgrid identified errors 2012-05-05 09:56:06 +10:00
Paul Gilbert
cd41c55799 TONY: More corrections for font initislisations 2012-05-05 09:47:45 +10:00
Paul Gilbert
bff4063492 TONY: Correct some more chararcter array initialisations 2012-05-05 09:42:26 +10:00
Paul Gilbert
0b249c042f TONY: Correct some initialisation of the character arrays 2012-05-05 09:38:22 +10:00
Paul Gilbert
657d93ea8f TONY: Fix some Valgrind identified warnings 2012-05-05 09:31:21 +10:00
Paul Gilbert
3454a0a9c3 TONY: A few more compiler warning fixes 2012-05-05 00:40:23 +10:00
Paul Gilbert
fe0fa0f86b TONY: Added accidentally cut line 2012-05-05 00:35:16 +10:00
Paul Gilbert
a511b828e4 TONY: Initial fixes for some of the Valgrind reported errors 2012-05-05 00:29:44 +10:00
Paul Gilbert
5ab27cdacd TONY: Fix Valgrind identified leaks in memory allocator and dialog parsing 2012-05-04 23:38:34 +10:00
Paul Gilbert
e628da0ccc TONY: Fix some inconsistent allocation/deallocations 2012-05-04 23:20:01 +10:00
Paul Gilbert
3184a5a874 TONY: Fix warnings about return values not being used 2012-05-04 22:58:42 +10:00
Paul Gilbert
9c2ccc4f9c TONY: Further bugfixes for gcc warnings 2012-05-04 22:39:30 +10:00
Paul Gilbert
23cd3b7730 TONY: Fixed many warnings identified by gcc 2012-05-04 22:28:51 +10:00
Paul Gilbert
9482eac1f2 TONY: Some formatting fixes 2012-05-04 22:09:24 +10:00
Paul Gilbert
5498f9a0b7 TONY: Fix invalid casts and remove some unused variables 2012-05-04 22:03:03 +10:00
Paul Gilbert
557c43c2db TONY: Converted anonymous structs to have explicit names 2012-05-04 21:40:44 +10:00
Paul Gilbert
a75b873fde TONY: Added virtual destructors to classes using virtual methods 2012-05-04 21:30:45 +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
a2982a0b20 TONY: Engine is now compiling and linking again 2012-05-03 22:49:30 +10:00
Paul Gilbert
ba2711b5e3 TONY: Implemented methods of sound.cpp (mostly stubbed out) 2012-05-03 21:43:00 +10:00
Paul Gilbert
fde1f13676 TONY: Implemented stubs for Input.cpp methods 2012-05-03 13:32:09 +10:00
Paul Gilbert
cb1b1c453d TONY: Added GfxCoreInline.hpp methods 2012-05-03 13:14:46 +10:00
Paul Gilbert
07a16ab2f3 TONY: Implemented gfxcore.cpp methods 2012-05-03 09:23:54 +10:00
Paul Gilbert
4ec3ccaf8a TONY: Implemented other classes in game.cpp 2012-05-03 01:36:08 +10:00
Paul Gilbert
2eb9ebd8aa TONY: Implemented loc.cpp and font.cpp methods 2012-05-03 00:49:59 +10:00
Paul Gilbert
4300db9ee4 TONY: Implemented font.cpp methods 2012-05-02 23:35:32 +10:00
Paul Gilbert
bc2b944986 TONY: Added code from Inventory.cpp 2012-05-02 00:23:41 +10:00
Paul Gilbert
c831248e65 TONY: Cleanup of GfxEngine, and added RMTony class methods 2012-05-01 23:44:02 +10:00
Paul Gilbert
7d9156b12f TONY: Implemented GfxEngine code 2012-05-01 23:00:03 +10:00
Paul Gilbert
68bcaa61b9 TONY: More header files and functionality added 2012-04-30 23:16:19 +10:00
Paul Gilbert
b0eef82972 TONY: Added include files for graphics engine and all dependent classes 2012-04-30 09:27:12 +10:00
Paul Gilbert
118f5ca010 TONY: Implemented RMGameBoxes class and all dependent classes 2012-04-29 23:22:24 +10:00
Torbjörn Andersson
4784367deb TONY: Remove __stdcall to make it build on Linux 2012-04-29 08:44:15 +02:00
Paul Gilbert
dd89597f88 TONY: Added voice database initialisation, as well as stubs for music init 2012-04-29 11:23:02 +10:00