54779 Commits

Author SHA1 Message Date
Paul Gilbert
75eaa297c6 HOPKINS: Refactored the PCX decoder to use the existing ScummVM decoder 2012-11-11 21:33:17 +11:00
Paul Gilbert
9fd36c32f2 HOPKINS: Update playing sounds when the volumes are changed in the GMM 2012-11-11 20:58:33 +11:00
Paul Gilbert
4def58832d HOPKINS: Added missing flush of changed sound settings to disk 2012-11-11 20:00:57 +11:00
Paul Gilbert
1844e4faa2 HOPKINS: Clean up of un-needed sound structure fields 2012-11-11 19:54:48 +11:00
Paul Gilbert
0ef8703833 HOPKINS: Fix to not play music if it is muted 2012-11-11 19:40:05 +11:00
Paul Gilbert
29a8d2aa95 HOPKINS: Bugfix to make music playback loop 2012-11-11 19:28:28 +11:00
Paul Gilbert
3f86ca2c79 HOPKINS: Music playback is now working 2012-11-11 18:58:45 +11:00
Paul Gilbert
7884c017de HOPKINS: Bugfix for voice when looking at objects in-game 2012-11-11 15:32:42 +11:00
Paul Gilbert
ebb1b80a71 HOPKINS: Basic voice playback now working 2012-11-11 15:21:30 +11:00
Strangerke
8290b04018 HOPKINS: Split run() in two in order to prepare future diffing between versions 2012-11-10 23:52:49 +01:00
Paul Gilbert
11d73dfc8d HOPKINS: Beginnings of implementation of sound code 2012-11-10 23:32:06 +11:00
Strangerke
0b72c77d28 HOPKINS: Fix first displayed screen in full linux version 2012-11-09 19:23:39 +01:00
Paul Gilbert
f642165f0a Merge branch 'hopkins' of github.com:dreammaster/scummvm into hopkins 2012-11-09 22:12:48 +11:00
Paul Gilbert
0942e16f65 HOPKINS: Bugfixes for cursor disappearing after using GMM. 2012-11-09 22:11:38 +11:00
Strangerke
704fea1bcf HOPKINS: The Linux game (full) now starts 2012-11-09 01:18:14 +01:00
Paul Gilbert
d27056e5ea HOPKINS: Fix crash in GraphicsManager constructor 2012-11-08 20:28:07 +11:00
Strangerke
c2a5b4b339 HOPKINS: More full version initialization, change 2 variables to boolean 2012-11-08 08:29:26 +01:00
Strangerke
96ca3ba918 HOPKINS: Initialize FR variable (language) based on detected language.
Could be improved, to be checked with a German version.
2012-11-07 22:49:13 +01:00
Paul Gilbert
e9c9b8b428 HOPKINS: Refactoring to show the selected inventory item using ScummVM cursor manager 2012-11-01 22:35:33 +11:00
Strangerke
bf3f30bc14 HOPKINS: Add code specific to full linux version in PARLER_PERSO
Also change another variable type
2012-10-31 22:15:09 +01:00
Paul Gilbert
798ddfaab5 Merge branch 'master' into hopkins 2012-10-31 09:34:38 +11:00
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