Paul Gilbert
24fe3f38a5
TSAGE: Minor fixes for ship console display and scene 1700 setup
2013-09-01 15:17:16 -04:00
Paul Gilbert
6d945f8c9a
TSAGE: Bugfixes for component slots in intact ship
2013-09-01 11:55:46 -04:00
Strangerke
33445aeaa3
TSAGE: R2R - Some renaming in scene 1000
2013-09-01 16:41:46 +02:00
Paul Gilbert
cf7d1378c8
TSAGE: Fix for initialising inventory for new R2R games
2013-09-01 10:03:30 -04:00
Strangerke
587063afba
TSAGE: Core - Get rid of some magic values related to btnState
2013-09-01 12:34:09 +02:00
Strangerke
198ee3528a
TSAGE: BF - Get rid of some magic values related to btnState
2013-09-01 12:33:43 +02:00
Strangerke
488d263aaf
TSAGE: R2R - Remove leftover warning
2013-09-01 12:28:41 +02:00
Strangerke
c8058434eb
TSAGE: BF - Fix erroneous check of eventType
2013-09-01 12:23:32 +02:00
Strangerke
355ad485ba
TSAGE: R2R - Get rid of some magic values related to eventType
2013-09-01 12:17:55 +02:00
Strangerke
bba18d8699
TSAGE: R2R - Remove useless variable in scene 250
2013-09-01 02:16:29 +02:00
Strangerke
e25b9b602b
TSAGE: R2R - More renaming in scene 250
2013-09-01 02:13:14 +02:00
Strangerke
008016db37
TSAGE: R2R - Fix elevator behavior (scene 250)
2013-09-01 02:10:14 +02:00
Strangerke
dfeb802602
TSAGE: Some renaming in Scene250
2013-08-31 18:23:18 +02:00
Matthew Hoops
74cc4aec8a
VIDEO: Add support for seeking in AVI videos with an index
...
Rewinding will work in any AVI video
2013-08-28 21:45:30 -04:00
Matthew Hoops
254f0fcc06
VIDEO: Improve accuracy of getFrameTime() and getFrameAtTime()
2013-08-28 00:05:18 -04:00
Matthew Hoops
7a8689538a
VIDEO: Use the main isSeekable() in seekToFrame()
2013-08-28 00:05:13 -04:00
Matthew Hoops
85614b0de4
VIDEO: Separate external and internal tracks
...
Prevents subclasses from having access to any audio track added from another file
2013-08-28 00:05:05 -04:00
Matthew Hoops
2d8d80177e
VIDEO: Make getFrameAtTime() public
2013-08-28 00:04:57 -04:00
Paul Gilbert
304a2dc32b
TSAGE: Renaming of spaceport working ship components subclass
2013-08-27 20:59:29 -04:00
Paul Gilbert
8823edf104
TSAGE: Fix for R2R scene change crash getting into intact spaceship
2013-08-27 20:06:44 -04:00
Strangerke
a52cb80ae0
TSAGE: Some renaming in Scene600
2013-08-28 00:06:08 +02:00
Strangerke
269ec30699
TSAGE: Remove SceneExt::loadScene() as the code is duplicate from Scene::loadScene()
2013-08-28 00:06:07 +02:00
Willem Jan Palenstijn
e432d0a83f
WINTERMUTE: Remove duplicate code
2013-08-27 00:32:24 +02:00
Willem Jan Palenstijn
e88ce8d963
WINTERMUTE: Simplify string matching
2013-08-27 00:00:37 +02:00
Willem Jan Palenstijn
e5f9cb3cbb
WINTERMUTE: Fix and clean up BaseSurfaceOSystem::finishLoad()
...
This fixes a couple of cases which fell through the cracks of the
previous chain of conditions, including 16bpp images and 32bpp images
without alpha. The latter partially fixes bug #3600667 .
2013-08-26 23:25:27 +02:00
Kirben
5f6451d092
SCUMM: Fix COMI regression, after commit 84d1d28373
.
2013-08-26 19:32:26 +10:00
Willem Jan Palenstijn
2141ad285e
WINTERMUTE: Fix colormod with alpha blending
...
Now apply colormod only to the src color instead of to the dst.
The original code did this inconsistently depending on if the
colormod was 0 or not.
2013-08-25 23:36:53 +02:00
Willem Jan Palenstijn
e9cbda135b
WINTERMUTE: Fix alpha blending with colormod
...
This fixes numerous transparency effects in J.U.L.I.A.
2013-08-25 23:21:19 +02:00
Torbjörn Andersson
18c648c937
TSAGE: Silence GCC warning about variable being shadowed
2013-08-25 22:55:42 +02:00
Torbjörn Andersson
91610df204
TSAGE: Silence GCC signed/unsigned warning
2013-08-25 22:54:47 +02:00
Paul Gilbert
c9115241de
TSAGE: Fix to the R2R scene 1550 junk display loop
2013-08-25 16:49:49 -04:00
Paul Gilbert
67cbb88d42
TSAGE: Further cleanup for spaceport scene
2013-08-25 12:14:11 -04:00
Paul Gilbert
344bad61d6
TSAGE: Fix cursor when leaving the scanner dialog
2013-08-25 12:12:48 -04:00
Paul Gilbert
54eb4c26ed
TSAGE: Added code to make newly added inventory items immediately visible
2013-08-24 21:04:51 -04:00
Paul Gilbert
19e970e9e0
TSAGE: Further R2R scene 1550 renaming, and fixing tracking junk state
2013-08-24 20:45:18 -04:00
Paul Gilbert
2ace73d860
TSAGE: Further R2R scene 1550 fields renaming
2013-08-24 16:30:38 -04:00
Paul Gilbert
8ee59121dc
TSAGE: Variable renaming in R2R scene 1550
2013-08-24 15:51:53 -04:00
Paul Gilbert
81a2892229
TSAGE: Clean up of R2R scene 1550 player position tracking
2013-08-24 15:38:51 -04:00
Paul Gilbert
23d64724a9
TSAGE: Corrected usage of quinn and speaker classes across scenes
2013-08-24 11:19:30 -04:00
Paul Gilbert
bfd7d71c5e
TSAGE: Fixed playing of scanner tones when switching between characters
2013-08-24 11:18:58 -04:00
Willem Jan Palenstijn
2597c884d3
WINTERMUTE: Fix warning
2013-08-24 12:13:37 +02:00
Torbjörn Andersson
a8ff238e7a
TIZEN: Silence cppcheck warning in scanStringUntil()
...
This is consistent with scanString(), and I have verified that the
included test cases still work.
2013-08-23 22:37:50 +02:00
Willem Jan Palenstijn
97b5114129
AGOS: Add two savegame-related FIXMEs
2013-08-23 19:15:15 +02:00
Willem Jan Palenstijn
f0c2fa9d65
AGOS: Use Common::String for savegame filenames
2013-08-23 19:09:36 +02:00
Willem Jan Palenstijn
acc286142e
AGOS: Simplify string parsing
2013-08-23 19:09:12 +02:00
Torbjörn Andersson
7d5ec85cc4
AGOS: Use Common::strlcpy() instead of strncpy()
...
As suggested by LordHoto.
2013-08-23 17:13:52 +02:00
Filippos Karapetis
4c90548380
TINSEL: Add the English Mac version of DW1 (bug #3614864 )
2013-08-23 14:01:07 +03:00
Filippos Karapetis
7520aea2ec
SCI: Fix several script bugs in Hoyle 4 (Bridge)
...
This also fixes bug #3361925 - "SCI: HOYLE4: Crash in bridge"
2013-08-23 13:45:19 +03:00
Filippos Karapetis
9095c4124d
SCI: Give more verbose error messages on arithmetic errors
2013-08-23 13:45:19 +03:00
Torbjörn Andersson
91d35cec1a
AGOS: Use strncpy() instead of strcpy(). CID 1003679, 1003681
2013-08-23 12:19:58 +02:00