27661 Commits

Author SHA1 Message Date
Paul Gilbert
f1cace39e8 HOPKINS: Fix to allow quitting when a conversation is active 2012-10-28 22:38:19 +11:00
Paul Gilbert
a0c26cde21 HOPKINS: Added extra shouldQuit checks to introduction sequence 2012-10-28 22:31:12 +11:00
Paul Gilbert
e999d9743b HOPKINS: Fix gcc compiler warnings 2012-10-28 22:17:55 +11:00
Paul Gilbert
58ac9c83ec HOPKINS: Fixed the type casting in copy video methods 2012-10-28 22:10:14 +11:00
Paul Gilbert
1faeb6e136 HOPKINS: Some cleanup of field types and comparisons in PLAY_SEQ/PLAY_SEQ2 2012-10-28 21:49:41 +11:00
Paul Gilbert
54b6f47ad9 HOPKINS: Bugfix to Copy_Video_Vbe16a 2012-10-28 18:49:41 +11:00
Paul Gilbert
a8e217a7b8 HOPKINS: Added code to delete saved temporary screen .SCR files 2012-10-28 18:04:06 +11:00
Paul Gilbert
1dff18f4b9 HOPKINS: Fix crash when returning from conversation cut-scene in scene 5 2012-10-28 17:54:34 +11:00
Paul Gilbert
367f0aac7e HOPKINS: Remove duplicate GOACTION variable.
This fixes arriving at destinations from the map view.
2012-10-28 15:46:52 +11:00
Paul Gilbert
b005f9dad0 HOPKINS: Work on hooking save/loading into the ScummVM framework 2012-10-28 14:51:17 +11:00
Paul Gilbert
40748dabc7 HOPKINS: Added shortcut keys for the Save, Load, and Options dialogs 2012-10-28 14:26:07 +11:00
Paul Gilbert
0930151e21 HOPKINS: Implemented save restore functionality 2012-10-28 11:01:30 +11:00
Paul Gilbert
7a5a60028c HOPKINS: Fix compiler warning 2012-10-28 10:48:31 +11:00
Paul Gilbert
6d3cee44f3 Merge branch 'hopkins' of github.com:dreammaster/scummvm into hopkins 2012-10-28 10:46:57 +11:00
Paul Gilbert
d7277c3a30 HOPKINS: Disable greyscaling of savegame thumbnails 2012-10-28 10:45:54 +11:00
Paul Gilbert
13709b3008 HOPKINS: Corrected issues in PARC_VOITURE 2012-10-28 10:44:06 +11:00
Paul Gilbert
68495604f2 HOPKINS: Fixed Reduc_Ecran method 2012-10-28 10:43:08 +11:00
Strangerke
2888a3863c HOPKINS: Add detection for Win95 demo 2012-10-27 19:09:28 +02:00
Strangerke
46b44b923b HOPKINS: Use platform detection in order to properly initialize the mouse cursor
Also fix mass-renaming error in header
2012-10-27 19:08:53 +02:00
Paul Gilbert
ec0a33b949 HOPKINS: Beginnings of save/load implementation 2012-10-27 22:16:54 +11:00
Paul Gilbert
1651bb07d9 HOPKINS: Move Save/Load dialog code from menu.cpp to dialogs.cpp 2012-10-27 20:19:21 +11:00
Paul Gilbert
9b00ee5c8c HOPKINS: Corrected the size of the VBob array 2012-10-26 19:14:10 +11:00
Paul Gilbert
ea2d59fa07 HOPKINS: Fix pathfinding when the SMOOTH_MOVE method is used. 2012-10-25 13:32:25 +11:00
Paul Gilbert
5445866fb5 HOPKINS: Bugfix to properly initialise Cache array.
This corrects 'foreground' sprite drawing that draws over the player.
2012-10-25 12:43:14 +11:00
Paul Gilbert
a0b540108d HOPKINS: Renamed some of the fields of BobItem class 2012-10-25 11:22:30 +11:00
Paul Gilbert
c78a92682b HOPKINS: Renamed fields of VBobItem class 2012-10-25 10:43:31 +11:00
Paul Gilbert
39c856e70c HOPKINS: Cleaned up int assignments to BOBZONE_FLAG array to be bools 2012-10-25 09:29:57 +11:00
Paul Gilbert
0e153feefc HOPKINS: Added initialisation of allocated lineData blocks 2012-10-25 09:13:31 +11:00
Paul Gilbert
aeb7794a74 HOPKINS: Add TalkManager constructor to initialise it's fields 2012-10-25 08:34:37 +11:00
Paul Gilbert
5f56afdef4 HOPKINS: Fix text display to have trailing spaces like the original.
This improves the display of text boxes, giving extra padding on the right hand side.
2012-10-25 08:09:28 +11:00
Paul Gilbert
ff1659ec7e HOPKINS: Fix missing assignment in sound manager initialisation 2012-10-25 08:08:00 +11:00
Paul Gilbert
afadf60ffc HOPKINS: Added explicit clearing of allocated buffers in BOITE 2012-10-24 23:40:16 +11:00
Paul Gilbert
7441e0e8d7 HOPKINS: bugfixes to conversation code 2012-10-24 23:20:26 +11:00
Paul Gilbert
38b5cf1efe HOPKINS: Created new SaveFileManager class to handle save file related code 2012-10-24 22:49:32 +11:00
Paul Gilbert
9827c4023c HOPKINS: Comment out original thumbnail code that will need to be refactored 2012-10-24 22:04:56 +11:00
Paul Gilbert
9d93fca8d3 HOPKINS: Manually implemented Reduc_Ecran 2012-10-24 21:54:54 +11:00
Paul Gilbert
39bc683a18 HOPKINS: Merged inventory dialog and OptionsDialog class into a DialogsManager class 2012-10-24 20:37:42 +11:00
Paul Gilbert
603fdbc462 HOPKINS: Bugfixes to show inventory dialog correctly 2012-10-24 19:55:43 +11:00
Paul Gilbert
6d2b43ce9c HOPKINS: Fix initialisation of TABLE_COUL data.
This fixes the background of message dialogs.
2012-10-24 07:09:12 +11:00
Paul Gilbert
450114802a HOPKINS: Add workaround to fix issue with text display showing one character too many. 2012-10-23 22:20:52 +11:00
Paul Gilbert
2bf5306353 HOPKINS: fix SoundManager initialisation and some references 2012-10-23 20:49:22 +11:00
Paul Gilbert
bf0290f6a4 HOPKINS: Moved the script execution code to it's own file 2012-10-23 20:40:19 +11:00
Paul Gilbert
c593f75296 HOPKINS: Replaced loading configuration from .ini file to use hard-coded array 2012-10-23 20:07:19 +11:00
Paul Gilbert
37dcdbf527 HOPKINS: Fix decoding error in REPONSE 2012-10-23 09:16:15 +11:00
Paul Gilbert
289ca6e50d HOPKINS: Fix some more uninitialised variables 2012-10-23 09:07:19 +11:00
Paul Gilbert
1ab3d755b9 HOPKINS: Fix some uniinitialised data identified by Valgrind 2012-10-23 08:57:16 +11:00
Paul Gilbert
95b2fe3730 HOPKINS: Minor string and comment fix 2012-10-23 00:02:34 +11:00
Paul Gilbert
99e4dbe2a3 HOPKINS: Corrected incorrect name for Hopkins engine 2012-10-23 00:02:07 +11:00
Paul Gilbert
46a21087bd HOPKINS: Fix gcc identified warnings in talk.cpp 2012-10-22 23:35:51 +11:00
Paul Gilbert
35136d6377 HOPKINS: Fixed further int types 2012-10-22 23:34:27 +11:00