Max Horn
7dafef752f
SCUMM: Make HelpDialog & ConfigDialog internal
...
svn-id: r48562
2010-04-06 09:26:04 +00:00
Max Horn
3a8366526b
Remove old & undocumented MSVC 6 workaround
...
svn-id: r48561
2010-04-06 09:25:44 +00:00
Travis Howell
753a73be29
Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible.
...
svn-id: r48499
2010-04-04 09:36:10 +00:00
Travis Howell
df984a011e
Fix bug #2959947 - HE: Broken saves show in launcher.
...
svn-id: r48489
2010-04-03 14:26:20 +00:00
Max Horn
b104534d0d
Patch #2973283 : SCUMM: Unneeded pointer dereference
...
svn-id: r48360
2010-03-22 23:03:09 +00:00
Max Horn
92c896d883
Patch #2973290 : Semicolon cleanup
...
svn-id: r48359
2010-03-22 20:28:08 +00:00
Max Horn
cac0ac66e2
COMMON: Get rid of Common::StringList
...
svn-id: r48287
2010-03-18 15:54:40 +00:00
Max Horn
4e7dddadbc
SCUMM: Add WORKAROUND comment
...
svn-id: r48284
2010-03-18 15:10:07 +00:00
Max Horn
d78dba3bca
COMMON: Move Common::RandomSource to common/random.*
...
svn-id: r48279
2010-03-18 15:07:11 +00:00
Max Horn
4e99cfc549
Switch from Common::tag2string(foo).c_str() to tag2str(foo)
...
svn-id: r48276
2010-03-18 15:04:38 +00:00
Johannes Schickel
1242a4eb8c
Some style fixes.
...
svn-id: r48272
2010-03-16 14:34:25 +00:00
Travis Howell
b968a69468
Add patch #2970176 - V0: MM Verb + Anim Fix.
...
svn-id: r48269
2010-03-16 08:59:48 +00:00
Travis Howell
a7e6397fa4
Add patch #2971126 - MM V0: Ed(na) walk fix.
...
svn-id: r48268
2010-03-16 08:43:46 +00:00
Travis Howell
2035cdbba8
Add patch #2970899 - MM V0: flipped limbs drawing fix.
...
svn-id: r48267
2010-03-16 08:38:06 +00:00
Max Horn
4fc8ebab01
GUI: Remove GuiObject::getMillis()
...
svn-id: r48241
2010-03-11 23:41:28 +00:00
Max Horn
05b8c5b9c5
Replace mutex_up/mutex_down methods by Common::StackLock
...
svn-id: r48231
2010-03-10 21:05:48 +00:00
Max Horn
43abd0e019
cleanup
...
svn-id: r48230
2010-03-10 21:03:50 +00:00
Torbjörn Andersson
65585f6433
Silenced some harmless cppcheck warnings about unreachable code after a return.
...
In this case, it was always a break after a return in a switch case. There are
similar cases which cppcheck didn't detect, and a couple of cases where we have
a break after a continue in a switch case (where the continue refers to an
outer loop), but I didn't touch those. Not yet, at least.
svn-id: r48218
2010-03-10 06:39:23 +00:00
Max Horn
bc2b90f43b
Workaround for bug #1878514 : COMI: Glitch when turning pages in recipe book
...
svn-id: r48207
2010-03-08 23:36:59 +00:00
Max Horn
f24cc1c8be
Tweak makeVOCDiskStream
...
* now takes a SeekableReadStream *pointer* like (almost) all other
audiostream factories
* fix potential memory leak in it
* rename takeOwnershipOfStream to disposeAfterUse for consistency
svn-id: r48184
2010-03-08 10:27:42 +00:00
Max Horn
902dc6929a
Patch #2963270 : MM: V0 Verb Give Fix
...
svn-id: r48163
2010-03-05 00:58:29 +00:00
Johannes Schickel
ef70f6996b
Fix another mismatching new[] call (note that this needs to be replaced by malloc, since else MemoryReadStream will try to use free on an new[] allocated block.)
...
svn-id: r48162
2010-03-04 17:46:18 +00:00
Johannes Schickel
ca6b617e63
Fix mismatching new[]/delete.
...
svn-id: r48161
2010-03-04 17:24:47 +00:00
Travis Howell
d204f97beb
Fix bug #2961530 - Zak/FM-Towns: Game hangs when using monkey wrench.
...
svn-id: r48158
2010-03-02 00:18:00 +00:00
Travis Howell
f40c466d5e
Fix bug #2959947 - SPYFOX1: Saves don't work from menu.
...
svn-id: r48142
2010-02-27 02:49:27 +00:00
Neil Millstone
277b3078bc
SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amount. This is a problem for the DS port.
...
svn-id: r48137
2010-02-26 17:42:40 +00:00
Neil Millstone
bcb721cccd
SCUMM: Fix stride of palette data in ARM optimised costime renderer
...
svn-id: r48135
2010-02-26 16:17:12 +00:00
Travis Howell
151889a767
Add another German Windows version of Pajama Sam 2.
...
svn-id: r48123
2010-02-24 00:39:48 +00:00
Travis Howell
7f6c704c25
SPY Fox 3: Operation Ozone is supported too.
...
svn-id: r48112
2010-02-22 23:47:10 +00:00
Yotam Barnoy
ef330ed9b4
Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling
...
svn-id: r48101
2010-02-21 04:04:13 +00:00
Johannes Schickel
8ae24a27b3
Yet more Flac -> FLAC changes for consistency.
...
svn-id: r47847
2010-02-03 09:42:40 +00:00
Johannes Schickel
fe35d372da
- Rename FlacStream to FLACStream.
...
- Rename makeFlacStream to makeFLACStream.
svn-id: r47846
2010-02-03 09:42:11 +00:00
Torbjörn Andersson
c5be030077
Silenced some more cppcheck warnings.
...
svn-id: r47785
2010-01-31 23:28:12 +00:00
Chris Apers
8f8c85e757
Removed obsolete code
...
svn-id: r47767
2010-01-31 18:11:48 +00:00
Max Horn
21e1cc4cf8
Switch makeADPCMStream to DisposeAfterUse::Flag
...
svn-id: r47736
2010-01-31 02:11:41 +00:00
Johannes Schickel
f79b474ea7
Use SubLoopingAudioStream instead of makeLoopingAudioStream in SCUMM. (Incorrect replacement introduced with r47715, thanks to Max for spotting this).
...
svn-id: r47722
2010-01-30 18:15:17 +00:00
Johannes Schickel
ef99a72436
Typo.
...
svn-id: r47719
2010-01-30 15:30:53 +00:00
Johannes Schickel
a505d32eff
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
...
svn-id: r47716
2010-01-30 15:26:54 +00:00
Johannes Schickel
8e3646e062
Get rid of Audio::makeRawMemoryStream_OLD.
...
svn-id: r47715
2010-01-30 15:19:15 +00:00
Travis Howell
0702bdab82
Fix regressions in Let's Explore the Jungle with Buzzy.
...
svn-id: r47622
2010-01-28 00:28:08 +00:00
Travis Howell
ca7d670b4b
Fix regression in Let's Explore the Jungle with Buzzy.
...
svn-id: r47621
2010-01-28 00:24:02 +00:00
Travis Howell
f81735fffc
Fix regression in Let's Explore the Jungle with Buzzy.
...
svn-id: r47619
2010-01-28 00:15:53 +00:00
Travis Howell
0b4b3da4e4
Fix sound regression in HE games.
...
svn-id: r47596
2010-01-27 12:20:01 +00:00
Max Horn
1565f14bc1
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/
...
svn-id: r47579
2010-01-26 22:48:45 +00:00
Travis Howell
326d64d07d
Let's Explore the Jungle with Buzzy uses VAR_PLATFORM variabletoo, but with different values.
...
svn-id: r47562
2010-01-26 08:31:27 +00:00
Johannes Schickel
aed02365ec
Strip trailing spaces/tabs.
...
svn-id: r47541
2010-01-25 01:39:44 +00:00
Johannes Schickel
c48076ea9c
Use "No AdLib" instead of "No Adlib" in SCUMM's detection tables too.
...
svn-id: r47531
2010-01-25 00:14:05 +00:00
Johannes Schickel
69071078b3
Replace some more Adlib uses by AdLib.
...
svn-id: r47530
2010-01-25 00:13:32 +00:00
Max Horn
4b996e7de7
Reorder params to Audio::makeRawMemoryStream
...
svn-id: r47492
2010-01-23 23:55:35 +00:00
Arnaud Boutonné
1f79fd5788
Some more header modifications ("Graphic Adventure Engine" and the legal property paragraph)
...
svn-id: r47489
2010-01-23 22:50:24 +00:00