Littleboy
02b03bc6c1
CONFIGURE: Rename $WIN32BUILD to $STAGING
2011-07-01 01:17:10 -04:00
Littleboy
a5398bd663
LASTEXPRESS: Fix loading of subtitles from sound name
2011-07-01 01:17:08 -04:00
Travis Howell
a5d001fdef
BUILD: Use static build when compiling with later GCC versions under mingw, to avoid additional DLL requirements.
2011-07-01 15:11:52 +10:00
Johannes Schickel
16ba176b4f
GRAPHICS: Fix SJIS PCE font loading.
2011-07-01 06:13:11 +02:00
Johannes Schickel
77bfaa1bb4
GRAPHICS: More default parameter remove in SJIS code.
2011-07-01 05:51:10 +02:00
Johannes Schickel
933ee5b156
GRAPHICS: Remove default values from FontSJIS::drawChar.
...
drawChar is overloaded in FontSJIS. One takes a "Surface &" as first
parameter another one "void *", they furthermore have the exact same
number of required parameters. The one "void *" just had a few extra
parameters with default values. This resulted in a bug in SCUMM, where
"VirtScreen *" (a subclass of Surface) was passed instead of "VirtScreen &"
and thus the method taking "void *" was incorrectly used.
To make it easier to spot such bugs in the future I just removed the default
values and thus disallow such calls.
2011-07-01 05:42:54 +02:00
Johannes Schickel
685e32dbd7
GRAPHICS: Offer support for PCE font data of SJIS.FNT.
2011-07-01 05:42:54 +02:00
Johannes Schickel
c047f871d6
GRAPHICS: Cleanup SJIS font code a bit.
2011-07-01 05:42:54 +02:00
D G Turner
173db53e4b
DREAMWEB: Add Spanish CD and French CD Detection Entries.
...
These are taken from bug #3328865 ("DREAMWEB Spanish Version").
2011-07-01 01:12:43 +01:00
CeRiAl
669db0e15d
WINCE: Update port specific README
2011-07-01 01:25:11 +02:00
eriktorbjorn
5dd8f2575b
JANITORIAL: Silence a couple of "variable set but not used" warnings.
2011-06-30 23:47:10 +02:00
Matthew Hoops
d3717c1274
MOHAWK: Fix tMOV resources at the end of a file
...
Thanks to fuzzie for noticing
2011-06-30 15:51:15 -04:00
Ori Avtalion
aa0f307e06
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
...
Silences the clang warning:
static data member specialization of '_singleton' must
originally be declared in namespace 'Common'; accepted as a C++0x
extension [-Wc++0x-extensions]
Wrapping "namespace Common {}" around the macro assignment causes clang
to complain about a spurious semicolon, and removing the semicolon at
the end of the macro causes some editors to misbehave.
Changing the requirement of using the macro in one namespace (the
global) to another (Common) seems a small price to pay to
silence a warning.
2011-06-30 22:41:41 +03:00
Travis Howell
13edea3e83
BUILD: Store the Windows installer scripts in a single directory, and share the graphics files.
2011-06-30 11:45:57 +10:00
Travis Howell
d8b3fe5887
BUILD: Store the Windows installer scripts in a single directory, and share the graphics files.
2011-06-30 11:42:19 +10:00
Travis Howell
eae06884b6
WIN32: Add option to disable the console window, keeping the current default of enabling the console window.
2011-06-30 11:17:58 +10:00
Ori Avtalion
eec84253f0
MADE: Fix hidden overloaded virtual function warning
2011-06-30 00:53:33 +03:00
Travis Howell
0be5ba9b0e
Merge branch 'master' of github.com:scummvm/scummvm
2011-06-30 02:15:23 +10:00
Travis Howell
50f28f2c23
BUILD: Use separate win32 target for each installer.
2011-06-30 02:14:36 +10:00
Littleboy
3385fd37b9
LASTEXPRESS: Hook up preliminary sound filtering
...
- Add debug checks in soundFilter()
- Rename kSoundStatusClear1 to kSoundStatusFilterVariant
2011-06-29 12:06:33 -04:00
Littleboy
2788cb8bf7
LASTEXPRESS: Update sound timer and sound entry playing
...
- Move filtering to SoundEntry class
- Make some methods of SoundEntry class private
- Add methods to check if a StreamedSound/AppendableSound is done playing
2011-06-29 11:07:28 -04:00
Littleboy
4526bbb5b6
LASTEXPRESS: Move SoundStatus to shared header
2011-06-29 11:07:26 -04:00
Littleboy
9cc5d404c7
LASTEXPRESS: Replace shared sound buffer by per-entry buffer
2011-06-29 11:07:24 -04:00
Littleboy
b0ee7bbb7e
BACKENDS: Implement Win32TaskbarManager::setCount()
2011-06-29 11:07:23 -04:00
Travis Howell
3d7252aee8
DOCS: Add Personal Nightmare to README.
2011-06-30 00:48:53 +10:00
unknown
dde4cb1ff8
CREDITS: Update my status to active again.
2011-06-30 00:29:22 +10:00
Eugene Sandulenko
a17049e228
SWORD25: removed useless warning in setVsync()
2011-06-29 17:16:28 +03:00
Eugene Sandulenko
15a16e556c
SWORD25: Implement persistence functions for soundengine
...
Now sound is properly saved/restored. Implemented savegame versioning.
Compatibility with old saves pertained.
2011-06-29 17:16:25 +03:00
Littleboy
c32a3ea0d3
BACKENDS: Fix warnings in Win32TaskbarManager
2011-06-28 23:40:31 -04:00
Littleboy
04933a1937
LASTEXPRESS: Make SoundEntry members private
2011-06-28 23:17:13 -04:00
Littleboy
b4ac4988cc
LASTEXPRESS: Cleanup comments
2011-06-28 22:54:51 -04:00
Littleboy
90dc4f9a8c
LASTEXPRESS: Move Sound class to the sound folder
2011-06-28 22:30:24 -04:00
Littleboy
6eace0ca75
LASTEXPRESS: Move sound queue related functions to a separate class
...
- Implement missing queue reset function
- Cleanup SoundManager::playLoopingSound()
2011-06-28 22:13:40 -04:00
Littleboy
d1341387e3
LASTEXPRESS: Move more entry-related functions to Entry class
2011-06-28 20:09:56 -04:00
Alyssa Milburn
3384f4bf82
MOHAWK: Don't leak bitlStream (spotted by clone2727).
2011-06-28 22:00:20 +02:00
Thierry Crozat
2e81e05a12
I18N: Regenerate translations data file
2011-06-28 19:54:30 +01:00
Thierry Crozat
549439374d
I18N: Update Czech translation from patch #3326481
2011-06-28 19:54:05 +01:00
Matthew Hoops
8cd81da14e
MOHAWK: Cleanup Riven save code
2011-06-28 14:32:50 -04:00
Matthew Hoops
ddd83da48b
MOHAWK: Add archive functions to get type/id lists
...
This will be needed for CarmenTQ
2011-06-28 13:54:14 -04:00
Matthew Hoops
cc818b444c
MOHAWK: Use matchString instead of equalsIgnoreCase for resource names
...
A regression from 71c4329
2011-06-28 13:51:03 -04:00
Matthew Hoops
71c4329d86
MOHAWK: Rework archive handling
...
A new base class has been introduced (aptly named "Archive"), which is much cleaner than inheriting from MohawkArchive. In addition, the underlying resource retrieving code has been merged to reduce dupliplication.
2011-06-28 12:10:28 -04:00
Alyssa Milburn
ede71596ba
MOHAWK: Better sanity checks in LB scripting.
2011-06-28 15:34:09 +02:00
Alyssa Milburn
c2e9319fa8
MOHAWK: Handle kLBOpRunData properly.
2011-06-28 15:32:25 +02:00
Alyssa Milburn
c2319a3a81
MOHAWK: Make LB's readString/readRect more generic.
2011-06-28 15:28:26 +02:00
Filippos Karapetis
168ba00ea3
SCI: Fixed script bug #3292327 - "SCI: HOYLE4: Cribbage bug"
2011-06-28 12:56:09 +03:00
Vladimir Menshakov
857f146bcb
DREAMWEB: Removed memcpy as suggested by wjp
2011-06-28 11:18:52 +04:00
Littleboy
2d2ee68d2d
BACKENDS: Update WindowsFilesystemNode::getChildren() to honor the hidden parameter (FR #1726611 )
...
Hidden folders (such as the recycle bin or temporary hidden folders) will no longer be visible in the file/folder browser (as is the case on the Posix and related backends)
2011-06-28 01:58:09 -04:00
eriktorbjorn
4b51bef7ae
TOON: Add delay to inventory rendering loop. Uses a bit less CPU now.
2011-06-27 21:48:00 +02:00
Paul Gilbert
6cea946f16
TSAGE: Separated the sound manager processing into it's own thread
...
This will be necessary with the introduction of the Sound FX driver, since the sound manager will do the processing for both drivers, but each will need to do their own output in their AudioStream thread
2011-06-27 22:56:14 +10:00
CeRiAl
0a9b9fe08f
WINCE: Added option to disable panel toggling with double tap on top of screen
2011-06-27 02:22:24 +02:00