uruk
670c7c4863
AVALANCHE: Repair Scrolls::bubble() and Visa::talkto().
2013-08-12 14:17:42 +02:00
uruk
20c2a756b2
AVALANCHE: Add typecasts to Acci::parse(), repair Scrolls::calldrivers() and Acci::personshere().
2013-08-12 13:53:18 +02:00
uruk
caed4470f1
AVALANCHE: Implement Acci::personshere(), Visa::talkto(), make control-constants in Scrolls public.
2013-08-12 13:28:28 +02:00
uruk
d8798e978a
AVALANCHE: Repair Graphics::drawText() and Scrolls::say().
2013-08-12 12:52:17 +02:00
Strangerke
5e7e67beb9
MORTEVIELLE: Improve sound support
2013-08-12 08:17:10 +02:00
Johannes Schickel
160c5f4345
KYRA: Fix palette glitch when quitting while viewing the family album in Kyra3.
...
Thanks to eriktorbjorn for noticing.
2013-08-12 04:58:27 +02:00
Johannes Schickel
d05f90fa0f
KYRA: Fix palette glitch in Kyra3 when loading from main menu.
...
Formerly, the main menu was shown with the palette of the first screen for
a short time. Thanks to eriktorbjorn for noticing this.
2013-08-12 04:52:30 +02:00
Paul Gilbert
3134e4a4ba
TSAGE: Fixes for R2R bridge console scanner
2013-08-11 21:54:30 -04:00
Paul Gilbert
452ffa53a6
TAGE: Bugfixes for R2R bridge console
2013-08-11 20:30:53 -04:00
Johannes Schickel
f7d3b06711
COMMON: Get rid of write version of ConfigManager::getGameDomains.
...
This can be abused to insert Domains into the game domains without any checks.
Instead, only write iterator access is given.
2013-08-12 01:33:29 +02:00
Einar Johan Trøan Sømåen
41c1ea29b3
WINTERMUTE: Add detection for Blue Madonna-demo.
2013-08-12 00:33:41 +02:00
Einar Johan Trøan Sømåen
6454721e31
VIDEO: Set stereo as bool instead of writing channel amount directly
2013-08-12 00:12:14 +02:00
richiesams
b9b8207a14
ZVISION: Dispose of .zfs file streams after processing them
2013-08-11 16:44:52 -05:00
richiesams
7e93b6407a
ZVISION: Fix frame scaling for 2bpp
2013-08-11 16:44:13 -05:00
richiesams
372c55fd8b
VIDEO: Disable SCI_32 plugin guard for DUCK Truemotion
...
ZVision AVI videos use DUCK Truemotion
2013-08-11 16:43:39 -05:00
richiesams
d8e45fc438
ZVISION: Only allocate memory for the scaled buffer if we're actually going to scale the video
2013-08-11 16:42:40 -05:00
richiesams
e3f352cb0c
ZVISION: Delete the scaledVideoFrameBuffer after we're done with it
2013-08-11 16:40:32 -05:00
richiesams
5ef23e6f8d
ZVISION: Restart the Clock after the video finishes
2013-08-11 16:39:56 -05:00
richiesams
19a2a59c3c
ZVISION: Fix unsigned/signed mismatch
2013-08-11 16:39:21 -05:00
richiesams
a49b77cd79
ZVISION: Fix memory leak
2013-08-11 16:38:10 -05:00
Paul Gilbert
4f360a703a
TSAGE: Minor comments and constant fix for text display in R2R scene 300
2013-08-11 16:14:19 -04:00
Paul Gilbert
9966f19523
TSAGE: Workaround to allow debugging animation scenes easier
2013-08-11 16:13:53 -04:00
richiesams
00a17a66d0
ZVISION: Implement push_toggle control handling
2013-08-11 15:12:01 -05:00
richiesams
269bed7c7d
ZVISION: Implement mouse event handling
2013-08-11 15:10:52 -05:00
richiesams
3e8bc76127
ZVISION: Create MousEvent class to handle mouse hovers/clicks
2013-08-11 15:09:19 -05:00
richiesams
dd77956819
ZVISION: Move SearchMan directory registration outside ZVision constructor
...
The launcher can do some extra changes within SearchMan after engine constructor.
This makes sure everything is set before registering more directories
2013-08-11 15:08:22 -05:00
uruk
14076ad0e9
AVALANCHE: Remove unnecessary comments from Avalot::setup().
2013-08-11 22:07:42 +02:00
richiesams
ca76805995
ZVISION: Fix accidental redeclaration of the scale variable
2013-08-11 15:06:45 -05:00
richiesams
553a3ced68
ZVISION: Remove a verbose debug message
2013-08-11 15:06:11 -05:00
richiesams
9681d7515e
ZVISION: Fix enum qualifiers
2013-08-11 15:05:38 -05:00
richiesams
9f0420e1ce
ZVISION: Change the initializer list formatting to conform to how everything else is formatted
2013-08-11 15:04:46 -05:00
richiesams
19e829ae95
ZVISION: Ignore .scr file lines that are empty
2013-08-11 15:04:03 -05:00
richiesams
668b0e6c89
ZVISION: Throw a warning when a .scr file isn't opened
2013-08-11 15:03:30 -05:00
richiesams
3eb6c0ebd8
ZVISION: Convert hardcoded constants to anonymous enum variables
2013-08-11 15:02:38 -05:00
richiesams
a3315037ff
ZVISION: Create methods for converting screen coords to image coords
2013-08-11 13:44:23 -05:00
richiesams
b76927ab4e
ZVISION: Remove extraneous _needsScreenUpdate bool
2013-08-11 13:43:29 -05:00
richiesams
f6033afa02
ZVISION: Change CursorManager to go through CursorMan instead going directly to OSystem
...
This had to be done so the cursor didn't disappear after the user went to GMM or debug console
2013-08-11 13:42:00 -05:00
richiesams
bd4e6e0c18
ZVISION: Remove Graphics::Cursor inheritance and remove extraneous methods
2013-08-11 13:40:23 -05:00
richiesams
c6b82e7753
ZVISION: Fix parsed arguments in ActionStreamVideo
2013-08-11 13:39:52 -05:00
Paul Gilbert
9d9833537f
TSAGE: Added missing logic for copying foreground to background in R2R scene 1100
2013-08-11 14:10:24 -04:00
Strangerke
43b729cae8
MORTEVIELLE: Remove useless code
2013-08-11 19:13:21 +02:00
Strangerke
54f391a689
MORTEVIELLE: Merge SpeechManager and SoundManager
2013-08-11 18:09:40 +02:00
Strangerke
f621297dc7
MORTEVIELLE: Get rid of the 640Kb _mem buffer
2013-08-11 17:16:30 +02:00
Strangerke
62e4945ec4
MORTEVIELLE: Fix warnings about converting from double to int
2013-08-11 15:08:13 +02:00
uruk
960c8b2630
AVALANCHE: Improve comments in Scrolls::bubble().
2013-08-11 15:06:57 +02:00
uruk
6a187a04ee
AVALANCHE: Finish implementation of Scrolls::bubble().
2013-08-11 14:59:53 +02:00
uruk
698dae201a
AVALANCHE: Introduce Graphics::drawText(). Rename raw to fontType, move it from Gyro to Graphics. Update the rest of the code using these two. Simplifying underlining of characters in Parser and Dropdown.
2013-08-11 14:06:15 +02:00
Thierry Crozat
8f8ea10c03
MORTEVIELLE: Improve English translation
...
Two sentences are used for both men and women and therefore need
to be gender agnostic.
2013-08-11 11:55:17 +01:00
Strangerke
4ddf729c07
MORTEVIELLE: Remove some useless code and variables
2013-08-11 12:53:01 +02:00
Strangerke
17245005c3
MORTEVIELLE: Fix sound checks (thanks to fuzzie for pointing them out)
2013-08-11 12:40:53 +02:00