Commit Graph
106 Commits
Author SHA1 Message Date
Strangerke 2b02a45ce1 TONY: Rename variables in globals.h 2012-06-10 22:34:08 +02:00
Matthew Hoops 9b3df4de21 TONY: Rework the way wave files are loaded
We'll let our own sound code take care of the RIFF header
2012-06-09 18:09:54 -04:00
Paul Gilbert a50b1f32c1 TONY: Fixes for deallocating MPC and MPAL data 2012-06-09 13:05:48 +10:00
Strangerke c52aca5ac4 TONY: Rename more globals 2012-06-09 00:52:38 +02: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
Strangerke 1866cbd0fb TONY: start renaming globals 2012-06-08 08:44:14 +02:00
Paul Gilbert 8f93c7be16 Merge branch 'tony' into tony 2012-06-07 20:52:57 +10: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
Paul Gilbert 3a28323ba2 TONY: Added sub-folders for full English game and revised detection entry 2012-06-06 23:18:56 +10:00
Strangerke f1ac5d5acd TONY: More renaming 2012-06-06 08:04:33 +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 a1f6f8ceb1 TONY: Rename variables and functions in tony.h 2012-06-04 23:45:36 +02:00
Matthew Hoops 6e104f0883 TONY: Add support for using the compressed version of the demo 2012-05-28 16:56:31 -04:00
Strangerke 94d3c8ebb2 TONY: Some more code formatting 2012-05-21 23:54:32 +02:00
Paul Gilbert 6856fa2447 TONY: Implemented ScummVM debugger, with an initial 'scene' command 2012-05-22 00:29:27 +10:00
Paul Gilbert 7303849490 TONY: Removed redundant pause code.
The original paused the game whilst dragging the window, and ScummVM takes care of that automatically.
2012-05-21 00:11:14 +10: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 0450275c44 TONY: Converting Italian comments to English and formatting 2012-05-20 13:54:59 +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 59942d9a41 TONY: Work on enabling GMM saving and loading 2012-05-17 19:38:57 +10:00
Paul Gilbert cf3d2cd356 TONY: Removed some no longer needed FIXME's 2012-05-14 08:53:09 +10: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 073e46503c TONY: Properly implement game saving and loading.
Saving isn't enabled in the demo, so for testing purposes I'm currently dissbling the ADGF_DEMO flag in the detection tables so saving is enabled.
2012-05-12 21:54:37 +10:00
Paul Gilbert 109e5f8226 TONY: Conversion of more methods to coroutines 2012-05-12 20:49:36 +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 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 156d8cdb73 TONY: Bugfix for waitForSingleObject, and added action process debug information 2012-05-06 21:24:55 +10:00
Paul Gilbert 8bfc60f5c9 TONY: Refactored RMInput class to use ScummVM event loop 2012-05-06 16:39:42 +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 4fc57f1349 TONY: Added some class field initialisations 2012-05-05 22:33:13 +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 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 23cd3b7730 TONY: Fixed many warnings identified by gcc 2012-05-04 22:28:51 +10:00
Paul Gilbert 5498f9a0b7 TONY: Fix invalid casts and remove some unused variables 2012-05-04 22:03:03 +10:00
Paul Gilbert 5b2c69b1f2 TONY: Implemented some missing and incorrect init code 2012-05-04 00:11:38 +10:00
Paul Gilbert a2982a0b20 TONY: Engine is now compiling and linking again 2012-05-03 22:49:30 +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