Littleboy
81c6016e8f
LASTEXPRESS: Identify several Verges functions
2012-08-27 21:49:40 -04:00
Littleboy
275aded0b0
LASTEXPRESS: Remove unnecessary casts
2012-08-27 21:49:40 -04:00
Littleboy
bc4e10dabc
LASTEXPRESS: Remove some unreachable code
2012-08-27 21:49:39 -04:00
Littleboy
2c0033c7ba
LASTEXPRESS: Add const modifiers
2012-08-27 21:49:38 -04:00
Littleboy
ab4c47c584
LASTEXPRESS: Update Debug::loadArchive() to reduce casts
2012-08-27 21:49:37 -04:00
Littleboy
cec57e0918
LASTEXPRESS: Reduce header interdependency
2012-08-27 21:49:37 -04:00
Littleboy
86febf3d1d
LASTEXPRESS: Check for valid data in Beetle::invertDirection()
2012-08-27 21:49:36 -04:00
Littleboy
6f18ec2104
LASTEXPRESS: Identify some Abbot Chapter 3 functions
2012-08-27 21:49:35 -04:00
Littleboy
17c051b58c
LASTEXPRESS: Check for invalid cd number in debugger commands
2012-08-27 21:49:35 -04:00
Littleboy
47fa7abbe0
LASTEXPRESS: Fix playsnd debugger command
2012-08-27 21:49:34 -04:00
Littleboy
cd5e750a7f
LASTEXPRESS: Fix analysis warnings
2012-08-27 21:49:33 -04:00
Matthew Hoops
4b05031042
Revert "VIDEO: Rework SVQ1 codebooks so they're endian-safe"
...
This reverts commit 1ca81ee6ec
.
I was wrong about them not being endian-safe before. Don't stone me.
Conflicts:
video/codecs/svq1.cpp
2012-08-27 13:25:28 -04:00
Matthew Hoops
6f105e6230
VIDEO: Fix "empty" AVI frames
2012-08-27 11:10:05 -04:00
Jordi Vilalta Prat
e96249a105
I18N: Update translation data file.
2012-08-27 15:57:29 +02:00
Jordi Vilalta Prat
8abba435bf
I18N: Updated Catalan translation.
2012-08-27 15:56:29 +02:00
Thierry Crozat
ad15f21676
NEWS: Mention new Galician translation
2012-08-27 11:45:33 +01:00
Thierry Crozat
b8e10e4785
I18N: Update translation data file
2012-08-27 11:45:33 +01:00
Thierry Crozat
333a05c5b1
CREDITS: Add credits for Galician translation
2012-08-27 11:45:32 +01:00
Thierry Crozat
d2fb451f9e
I18N: Add Galician translation from patch #3557885
2012-08-27 11:45:32 +01:00
Matthew Hoops
3e2ff0a443
VIDEO: Fix compilation with some compilers
2012-08-26 20:30:32 -04:00
Matthew Hoops
857b92f8ff
Merge pull request #268 from clone2727/video-rewrite
...
VideoDecoder upgrade & partial rewrite
2012-08-26 15:41:56 -04:00
Matthew Hoops
18e7573daf
NEWS: Mention VideoDecoder rewrite
2012-08-26 15:13:57 -04:00
Matthew Hoops
6f9d84665f
COMMON: Add MKTAG16 for 16-bit multi-character constants
2012-08-26 12:38:35 -04:00
Matthew Hoops
c7222ed5a4
VIDEO: Remove obsolete FIXME in the FLIC code
2012-08-25 12:30:28 -04:00
Matthew Hoops
dcdb40f79e
VIDEO: Adjust start time after calling rewind() in start()
...
This wasn't an actual bug, but it makes more sense this way
2012-08-23 23:11:09 -04:00
Matthew Hoops
829c836e0b
VIDEO: Update the isPlaying() comment
2012-08-23 22:45:48 -04:00
Bastien Bouclet
1d58ebe133
PS3: Force use of freetype from ps3toolchain
2012-08-21 16:21:10 +02:00
Filippos Karapetis
a391599403
SCI: Update a comment
2012-08-21 11:55:21 +03:00
Filippos Karapetis
7d436622a8
SCI: More work on kRemapColors
...
This implements some more color remap-based palette effects, found in QFG4
2012-08-21 03:32:23 +03:00
Filippos Karapetis
1a61056b06
SCI: Extend a workaround for the dream sequence in QFG4
2012-08-21 03:32:21 +03:00
Filippos Karapetis
9568b78bab
SCI: Use a simpler atan implementation for kGetAngle in SCI1 and newer games
...
SCI1 games (QFG2 and newer) use a simpler and more accurate atan implementation
for kGetAngle. This properly fixes bug #3540976 .
2012-08-21 03:32:18 +03:00
Johannes Schickel
5df8c99768
GPRAHICS: Slight cleanup in png.cpp.
...
This adds an explanation why we use FORBIDDEN_SYMBOL_ALLOW_ALL and removes
some trailing whitespaces.
2012-08-21 02:19:51 +02:00
Johannes Schickel
eff6ea09fb
Revert "CONFIGURE: Don't disable the sword25 engine when libpng is not found"
...
This reverts commit 7543c3ba5f
.
We depend on libpng for PNG decoding again, thus disable sword25 when libpng
is not available.
2012-08-21 02:13:19 +02:00
Johannes Schickel
05eb6eecfc
Merge pull request #262 from somaen/pngwithlibpng
...
GRAPHICS: Reimplement the PNG-decoder using libpng
2012-08-20 17:12:52 -07:00
clone2727
4a114f218d
Merge pull request #264 from somaen/32bppbmp
...
GRAPHICS: Add support for 32bpp BMPs
2012-08-20 14:21:08 -07:00
Matthew Hoops
6c155b6b36
VIDEO: Implement rewinding Smacker audio tracks
2012-08-20 17:06:58 -04:00
upthorn
f34924bc39
SWORD25: Fix loading savegames on 64-bit archs.
2012-08-20 21:15:46 +02:00
Einar Johan Trøan Sømåen
af05b1b80e
GRAPHICS: Reimplement the PNG-decoder using libpng
2012-08-20 21:14:59 +02:00
Alyssa Milburn
b1af75f2c3
SWORD25: Improve sound persistence.
...
Keep track of volume/panning state, and don't restart sounds which already
finished playing.
2012-08-20 21:14:10 +02:00
Vincent Hamm
bd6751cb4a
CINE: Fix drawing of sprite with mask.
...
Protects against cases where a non-existing script is referenced.
2012-08-20 01:48:20 +01:00
Matthew Hoops
eccb55570e
BUILD: Fix statically compiling with libfluidsynth on Mac OS X
2012-08-19 20:41:34 -04:00
Filippos Karapetis
23db3cd9f2
SAGA: Remove incorrect free() in loadShortenFromStream()
...
This removes a warning and fixes bug #3558052 - "SAGA: use-after-free warning"
2012-08-20 03:28:02 +03:00
Filippos Karapetis
b19ccb9d1e
SCI: Set the correct audio type for SCI1.1 sound effects, fixing bug #3554709
...
Now, sound effects in SCI1.1 games will no longer be incorrectly using the speech
sound volume. This avoids them being silenced in floppy games that are flagged
as not having speech. Fixes bug #3554709 - "SCI: Digital SFX don't play when
Override Global Audio set"
2012-08-20 03:22:56 +03:00
Filippos Karapetis
8524ebd699
SCI: Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze"
2012-08-20 02:58:37 +03:00
Matthew Hoops
7af4e40304
AGOS: Fix regression with sound in Smacker OmniTV videos
2012-08-18 10:23:19 -04:00
Matthew Hoops
da9695ddc6
AGOS: Fix regressions in the feeble demo
2012-08-17 23:31:26 -04:00
Matthew Hoops
e24fd2ffe6
VIDEO: Cleanup VideoDecoder a bit
...
Functions and their comments now line up better
2012-08-16 22:49:22 -04:00
Matthew Hoops
18823198ad
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
2012-08-16 14:00:14 -04:00
Matthew Hoops
7569ec7dc0
VIDEO: Rename setStopTime() to setEndTime()
...
To better differentiate with stop()
2012-08-16 13:34:28 -04:00
Matthew Hoops
fb35c7f46f
VIDEO: Remove setSystemPalette()
2012-08-16 13:30:32 -04:00