rootfather
9260dd1526
I18N: Update German GUI translation
2016-11-05 13:11:18 +01:00
rootfather
d865d1b3d3
I18N: Update translation files from source code
2016-11-05 13:11:18 +01:00
rootfather
4b6f0552c4
NEWS: Mention recent additions/fixes in German NEWS file
2016-11-05 13:11:18 +01:00
rootfather
ea04a41780
NEWS: Revert mentioning iOS linear filtering options
...
as suggested by criezy.
2016-11-05 13:11:18 +01:00
Paul Gilbert
37e4ca3fbc
TITANIC: Fix doubling the size of half size video clips
2016-11-04 21:56:09 -04:00
Colin Snover
2eea7dc961
SCI32: Implement kPlayVMDIgnorePalettes
...
Used in Shivers room 35170 when pressing the play button.
2016-11-04 20:45:45 -05:00
Colin Snover
4bfd005c78
SCI32: Stop digital audio when VMDs open in some SCI2.1 games
2016-11-04 20:10:21 -05:00
Paul Gilbert
f89b0e8c45
TITANIC: Fixes to show speaking NPC image in conversation view
2016-11-04 20:53:42 -04:00
Paul Gilbert
3fb2beb57e
TITANIC: Fix removing parser nodes after processing
2016-11-04 19:39:57 -04:00
Eugene Sandulenko
7ce632f862
JANITORIAL: Whitespace fixes
2016-11-04 23:50:01 +01:00
Colin Snover
fda89a9f59
SCI32: Fix VMD playback stuttering when kEventFlagToFrame is used
...
For example, Shivers room 932 when subtitles are enabled.
2016-11-04 15:16:10 -05:00
Colin Snover
5a5945cbbb
SCI32: Allow format strings with missing arguments
...
SSCI created a fake va_list and passed it to vsprintf, so extra
placeholders would just silently end up reading garbage memory.
2016-11-04 15:16:10 -05:00
Colin Snover
44dfa4c49f
SCI32: Treat %d as unsigned in kString
...
At least Shivers has VMDs with resource IDs above 2^15; treating %d
as signed means that the wrong filename gets created.
2016-11-04 15:16:10 -05:00
Paul Gilbert
e58dad8bb6
TITANIC: Parser fixes for using unrecognised words
2016-11-03 23:04:58 -04:00
Paul Gilbert
c32be8ebeb
TITANIC: Fix copying concepts in getFrameEntry
2016-11-03 21:51:22 -04:00
Paul Gilbert
c3e026564a
TITANIC: Fix choosing correct vocab matches for words
2016-11-03 20:45:08 -04:00
Colin Snover
ab12211d67
SCI: Add QFG1 game version to detection table
...
Thanks @tsoliman for the data.
2016-11-03 18:51:25 -05:00
Eugene Sandulenko
35f22e62fc
NEWS: Mention GMM save/load support in Composer
2016-11-03 23:52:22 +01:00
Eugene Sandulenko
6cad083f84
Merge pull request #851 from angstsmurf/composer-gmm-new
...
COMPOSER: Support GMM saving/loading and load from launcher
2016-11-03 23:51:18 +01:00
Eugene Sandulenko
869354830f
NEWS: Mention GUI improvements
2016-11-03 23:48:18 +01:00
Eugene Sandulenko
e2f58be77f
Merge pull request #859 from criezy/gui-apply
...
GUI: apply changes functionality
2016-11-03 23:46:46 +01:00
Colin Snover
42ebd5a664
SCI32: Allow SCI32 games to update speech & subtitles settings
...
Fixes Trac#9637.
2016-11-03 13:14:58 -05:00
Eugene Sandulenko
1b037c413b
I18N: Regenerate translations.dat
2016-11-03 10:06:25 +01:00
Eugene Sandulenko
c2a0004ed9
I18N: Update Russian translation
2016-11-03 10:06:25 +01:00
Eugene Sandulenko
e2a7aff014
I18N: Update Ukrainian translation
2016-11-03 10:06:24 +01:00
Colin Snover
e4b8820762
SCI32: Fix incorrect text width calculation of non-ASCII strings
...
Fixes Trac#9639.
2016-11-02 21:45:44 -05:00
Paul Gilbert
8abe97dfda
TITANIC: Parser fixes
2016-11-02 21:31:14 -04:00
Paul Gilbert
1846ef7850
TITANIC: Disable secondary spatial sources of speech playback
2016-11-02 20:28:33 -04:00
Paul Gilbert
a15fb1c9a3
TITANIC: Fix correctly getting the Deskbot's script
2016-11-02 20:04:38 -04:00
Paul Gilbert
a2af8fb051
TITANIC: Change endTalking to setTalking
2016-11-02 20:03:28 -04:00
Colin Snover
aa0836816d
SCI32: Fix missing digital audio playback on save game restore
...
Fixes Trac#9581.
2016-11-02 15:43:07 -05:00
Colin Snover
ee4b172d54
SCI: Remove old SCI32 hires detection heuristic
2016-11-02 15:43:07 -05:00
Colin Snover
e8c429832f
SCI32: Automate kNumCels workaround
2016-11-02 15:43:07 -05:00
Colin Snover
c42e74c562
SCI32: Remove incorrect palette.h #include
2016-11-02 11:27:22 -05:00
Colin Snover
a605a891bb
SCI: Add reference dump to disk in debugger
...
This allows references in memory to be dumped to disk for
examination by other tools. In the case of SCI32 bitmaps, data
is output in 8-bit TGA format without transparency, which allows
the current palette to also be examined. (The alternative would
be to use 32-bit TGA to display transparency, and lose the
palette, or dump to a more complicated format that supports 1-bit
transparency.)
2016-11-02 11:27:22 -05:00
Paul Gilbert
26ba577aa5
TITANIC: Fix Deskbot startup animation
2016-11-01 23:38:41 -04:00
Paul Gilbert
566742d445
TITANIC: Cleanup calls to playMovie
2016-11-01 23:09:12 -04:00
Paul Gilbert
4a90553bf3
TITANIC: Cleanup calls to playClip
2016-11-01 23:03:51 -04:00
Paul Gilbert
e790b9a5f0
TITANIC: Fix log heading for talking to Deskbot
2016-11-01 23:00:07 -04:00
Paul Gilbert
0f4ca41dad
TITANIC: Add support for mouse wheel scrolling conversations log
2016-11-01 22:30:21 -04:00
Paul Gilbert
088cc0bff8
TITANIC: Fix loading of conversation log
2016-11-01 21:06:10 -04:00
Paul Gilbert
3990eb2277
TITANIC: Fix transparency handling for PET glyph selection
2016-11-01 20:07:27 -04:00
rootfather
c55aeec6fe
CHEWY: Add additional version information to detection entries
2016-11-01 13:39:32 +01:00
Paul Gilbert
0c3dc18305
TITANIC: Fix loading of remote buttons
2016-11-01 07:49:29 -04:00
Paul Gilbert
bce75da07a
TITANIC: Fix rendering PET glyphs when scrolled
2016-10-31 23:57:54 -04:00
Paul Gilbert
11cc62f403
TITANIC: Fix another compiler warning
2016-10-31 19:51:12 -04:00
Paul Gilbert
3185ca4957
GRAPHICS: Fix compiler warning in BdfFont
2016-10-31 19:39:00 -04:00
Paul Gilbert
97daed7456
TITANIC: Fix compiler warnings
2016-10-31 19:37:53 -04:00
Paul Gilbert
bfdbc383b1
TITANIC: Remove dragged item image when dropped in PET
2016-10-31 18:42:46 -04:00
Paul Gilbert
ec343f2dea
MADS: Fix spelling mistake
2016-10-31 18:10:16 -04:00