52157 Commits

Author SHA1 Message Date
Paul Gilbert
dd8b4b519a TONY: Added more freeing of MPC data when the game ends 2012-06-09 10:44:51 +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
Paul Gilbert
739983f42f TONY: Fixed sign of block identifier constant 2012-06-08 23:21:12 +10:00
Paul Gilbert
d4777379d2 TONY: Refactored the memory manager to increase performance 2012-06-08 23:00:48 +10: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
Paul Gilbert
a7a619e1b4 TONY: Fix to correctly show the loading screen at the start of the game 2012-06-07 21:19:57 +10: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
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
380c86fd40 TONY: Some renaming 2012-06-05 18:51:20 +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
D G Turner
7b547a78cc TONY: Fix english CD detection entry. 2012-06-04 22:54:53 +01:00
Strangerke
a1f6f8ceb1 TONY: Rename variables and functions in tony.h 2012-06-04 23:45:36 +02:00
Strangerke
c17af63aac TONY: Modify detection in order to use roasted.mpc too. Add French, German, Italian and Polish versions.
This also breaks the English game detection. To be fixed!
2012-06-04 22:18:50 +02:00
Paul Gilbert
b566583e32 TONY: Workaround for hang on title screen if you click with a y = 0 2012-06-03 21:16:25 +10:00
Paul Gilbert
3927d90206 TONY: Extra initialisation of globals 2012-06-02 18:37:41 +10: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
ea8c4960c7 TONY: Fix Valgrind warnings of checks on uninitialised variables 2012-06-02 17:15:24 +10:00
Paul Gilbert
c1e6913fed TONY: Fixed memory leaks with the Options screen 2012-06-02 17:02:07 +10:00
D G Turner
3367679ae8 TONY: Correcting full english version detection entries.
Though the CD contains installshield cabinets, these don't contain
the required datafiles. These are instead already found on the CD in
the directories named "Music", "Voices" and "Roasted".
The last of these contains the main datafiles and executables.

It appears the installshield cabinet format here is using a rare
"external" link format pointing to the files and folders on the CD.
Since the files are on the CD anyway, the "compressed" entry is not
required.

However, the detection entry is likely to need some more changes to
support detection of these in the original CD folder structure..
2012-06-02 03:10:33 +01:00
Paul Gilbert
6ecd71270d TONY: Removed redundant vdb mutex 2012-06-02 11:07:56 +10:00
D G Turner
22b4326437 TONY: Add detection entries for full english game release.
Also, now versions using uncompressed game data will be
marked with "Extracted" in the launcher detection description.
This should help in detecting any performance issues in future
bug reports from user using compressed vs. extracted game data.
2012-06-02 01:52:11 +01:00
D G Turner
be320760bd TONY: Remove TEMPORARY_DISABLED define from detection tables. 2012-06-02 01:52:10 +01:00
Paul Gilbert
01df8ae0e8 TONY: Fix compiler warning of not using a deferenced pointer 2012-06-02 10:39:00 +10:00
Matthew Hoops
6e104f0883 TONY: Add support for using the compressed version of the demo 2012-05-28 16:56:31 -04:00
Matthew Hoops
ab45e72e67 COMMON: Move InstallShield code to common
The code also now works for both data compressed with sync bytes and without
2012-05-28 16:54:49 -04:00
Paul Gilbert
f7e515a361 TONY: Fix type casting in LetterLength method 2012-05-24 00:22:57 +10:00
Strangerke
75a0b0c629 TONY: Some more code formatting 2012-05-23 00:19:46 +02: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
3f00f51ef3 TONY: Improve the screen wipe logic.
The circular area now properly reaches to the edge of the screen when changing scenes.
2012-05-21 23:11:59 +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
29cbb3f824 TONY: Miscellaneous comment translations and comment cleanup 2012-05-20 17:01:20 +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
c38bbce20c TONY: Remove original header 2012-05-20 16:11:25 +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
Paul Gilbert
8b9831a502 TONY: Converting Italian comments to English and formatting 2012-05-20 15:28:48 +10:00
Paul Gilbert
6f6486e589 TONY: Endian fix 2012-05-20 13:56:33 +10:00
Paul Gilbert
0450275c44 TONY: Converting Italian comments to English and formatting 2012-05-20 13:54:59 +10:00
Paul Gilbert
333c30b8c7 TONY: Removed unused drive & folder defines and code 2012-05-20 11:37:33 +10:00