53978 Commits

Author SHA1 Message Date
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
Paul Gilbert
577a25c793 HOPKINS: Fix type warnings identified by gcc 2012-10-22 23:32:29 +11:00
Paul Gilbert
434d946849 HOPKINS: Fix gcc identified warnings in lines.cpp 2012-10-22 23:28:54 +11:00
Paul Gilbert
dc358dab61 HOPKINS: Fix gcc identified warnings in graphics.cpp 2012-10-22 23:26:40 +11:00
Paul Gilbert
9e1d5ffba2 HOPKINS: Fix gcc identified warnings in font.cpp 2012-10-22 23:23:17 +11:00
Paul Gilbert
ece18540de HOPKINS: Fix gcc compiler warnings in events.cpp 2012-10-22 23:18:10 +11:00
Paul Gilbert
f5473de649 HOPKINS: Fix gcc identified warnings 2012-10-22 23:15:24 +11:00
Paul Gilbert
d2baad9965 HOPKINS: Renamed identified Zone destination fields 2012-10-22 22:39:04 +11:00
Paul Gilbert
71268b4418 HOPKINS: Furhter bugfixes for pathfinding and walking 2012-10-22 22:31:46 +11:00