54858 Commits

Author SHA1 Message Date
Paul Gilbert
ef663f95a5 HOPKINS: Variable renaming in Affiche_Perfect 2012-10-31 09:04:29 +11:00
Paul Gilbert
c584341aab Merge branch 'hopkins' of github.com:dreammaster/scummvm into hopkins 2012-10-30 22:49:14 +11:00
Paul Gilbert
32afe8d7ba HOPKINS: Renaming local variables in graphics.cpp 2012-10-30 22:48:41 +11:00
Strangerke
1ce4ccc42b HOPKINS: Fix more mass renaming issues 2012-10-29 23:38:31 +01:00
Paul Gilbert
3f0b6efe0e HOPKINS: Removed duplicate souris_max method 2012-10-30 09:10:42 +11:00
Strangerke
e3f62f5336 HOPKINS: More work on booleans 2012-10-29 23:10:14 +01:00
Paul Gilbert
39d2ead935 HOPKINS: Method parameter renames in GraphicsManager class 2012-10-30 09:08:25 +11:00
Paul Gilbert
bb7fd2b6f5 Merge branch 'hopkins' of github.com:dreammaster/scummvm into hopkins 2012-10-30 08:58:20 +11:00
Paul Gilbert
db12a8fb6e HOPKINS: Renamed fields of Tri structure 2012-10-30 08:57:47 +11:00
Strangerke
a79cf7fa4f HOPKINS: Replace some more boolean values 2012-10-29 22:54:35 +01:00
Matthew Hoops
fdc80fd952 PEGASUS: Improve on the WSC missing AI videos bug
Made the only hint available into the first hint
2012-10-29 11:17:50 -04:00
Matthew Hoops
e4898831a3 PEGASUS: Ease off the CPU in the overview 2012-10-29 11:17:50 -04:00
Paul Gilbert
c078f3d3a7 HOPKINS: Locals renaming in menu.cpp 2012-10-29 22:41:06 +11:00
Paul Gilbert
4e4507331d HOPKINS: Fix SCBOB method.
This fixes cropping issues with sprites moving into areas they are supposed to be behind.
2012-10-29 22:30:08 +11:00
Paul Gilbert
7a631f34b5 Merge branch 'hopkins' of github.com:dreammaster/scummvm into hopkins 2012-10-29 09:03:46 +11:00
Paul Gilbert
60699f1af7 HOPKINS: Fixed NULL case in OBJET_VIVANT 2012-10-29 09:03:11 +11:00
Strangerke
9d18e3fa59 HOPKINS: Replace some 0/1 by false/true for boolean variables 2012-10-28 22:38:34 +01:00
Johannes Schickel
0052ef2802 GUI: Check for screen changes in the saveload chooser selection code. 2012-10-28 21:44:05 +01:00
Paul Gilbert
5faf827f15 HOPKINS: Fix for restoring screen when returning from close-ups 2012-10-29 00:28:25 +11:00
Paul Gilbert
c9f9527ad9 HOPKINS: Another shouldQuit() check in PERSONAGE 2012-10-29 00:05:56 +11:00
Paul Gilbert
e99a5c02b5 HOPKINS: Added lots of shouldQuit() checks to the loops in the script code 2012-10-29 00:00:18 +11:00
Paul Gilbert
2ec42212fa HOPKINS: Fix buffer overruns in the PLAY_SEQ2 method 2012-10-28 23:36:57 +11:00
Paul Gilbert
f7770dce2d HOPKINS: Fix calculating offsets in get_offsetx/y 2012-10-28 23:21:33 +11:00
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
Willem Jan Palenstijn
38b8b6eff1 TONY: Fix AmigaOS build (bug #3580541) 2012-10-27 17:59:21 +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
Matthew Hoops
f67bd1f2e7 PEGASUS: Don't error out for two missing WSC AI videos 2012-10-26 23:22:27 -04:00
Strangerke
86c23885d3 Merge pull request #289 from rasky/add_italian_version
Add detection for original Italian version.
2012-10-26 07:32:18 -07:00
Willem Jan Palenstijn
0bea0a28b1 TONY: Fix translation of Italian comment
Thanks to Giovanni Bajo for noticing and correcting this.
2012-10-26 13:58:31 +02:00
Giovanni Bajo
a6eddd2e99 Add detection for original Italian version. 2012-10-26 12:52:15 +02:00
Paul Gilbert
9b00ee5c8c HOPKINS: Corrected the size of the VBob array 2012-10-26 19:14:10 +11:00