Alyssa Milburn
aceb1470cb
MOHAWK: Use LBCode instead of running scripts in LBItem.
2011-07-02 00:18:26 +02:00
Alyssa Milburn
1b2b9e7604
MOHAWK: Add LBCode::parseCode.
...
This allows script strings to be parsed into LB bytecode.
2011-07-02 00:16:55 +02:00
Alyssa Milburn
d2035b34e0
MOHAWK: Allow creation of LBCode instances without an associated BCOD.
2011-07-02 00:11:44 +02:00
Alyssa Milburn
2667b502d7
MOHAWK: Add LBCode::resolveItem helper function.
2011-07-02 00:04:24 +02:00
Alyssa Milburn
689099f9b5
MOHAWK: Fix/add bounds checking in LBCode::nextToken.
2011-07-02 00:03:49 +02:00
Johannes Schickel
23dd778a16
BACKENDS: Fix PS2 backend compilation for real.
2011-07-01 23:36:35 +02:00
Johannes Schickel
12f38459e4
BACKENDS: Fix compilation of PS2 backend.
2011-07-01 23:10:48 +02:00
Johannes Schickel
a79f529f4c
GRAPHICS: Fix possible memory leak in BdfFont code.
2011-07-01 21:55:21 +02:00
Johannes Schickel
fa5f8dc703
GRAPHICS: Rename NewFont to BdfFont.
2011-07-01 21:53:01 +02:00
Johannes Schickel
9e3366d66e
GRAPHICS: Format NewFont code with astyle.
2011-07-01 21:20:01 +02:00
Johannes Schickel
8201df7bb6
GRAPHICS: Move NewFont code to a separate file.
2011-07-01 21:10:25 +02:00
Travis Howell
12c94f749d
Merge branch 'master' of github.com:scummvm/scummvm
2011-07-01 15:47:53 +10:00
Travis Howell
146b90bcbf
BUILD: Update Windows installer script.
2011-07-01 15:47:28 +10:00
Littleboy
00e3f920d0
CREATE_PROJECT: Update with new location of NSIS script and updated parameters
2011-07-01 01:17:20 -04:00
Littleboy
f38a31e208
NSIS: Always pass ARCH variable to script and handle case when the variable is empty
2011-07-01 01:17:18 -04:00
Littleboy
1f1367bb5a
NSIS: Convert line endings on the fly during installation
2011-07-01 01:17:16 -04:00
Littleboy
db1ec4a42d
TOOLS: Update NSIS script location
2011-07-01 01:17:14 -04:00
Littleboy
ac165d6f19
DISTS: Add missing IDI_COUNT to scummvm.rc.in
2011-07-01 01:17:12 -04:00
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