Matthew Hoops
|
26d15ce675
|
COMMON: Fix comment
|
2011-07-18 11:53:47 -04:00 |
|
Matthew Hoops
|
87b4ef5547
|
COMMON: Update code from eos
|
2011-07-18 10:28:10 -04:00 |
|
Matthew Hoops
|
e6171fbb74
|
COMMON: Update class documentation to say they're now used by SCUMM
|
2011-07-18 10:21:20 -04:00 |
|
Matthew Hoops
|
c4d3a86010
|
COMMON: Remove USE_BINK checks from header files
|
2011-07-18 10:13:50 -04:00 |
|
Matthew Hoops
|
a50abde1b1
|
BUILD: Allow for disabling Bink support
|
2011-07-13 12:08:26 -04:00 |
|
Matthew Hoops
|
7dc7271316
|
COMMON: Remove unused vector2orientation function
|
2011-07-03 13:32:05 -04:00 |
|
Matthew Hoops
|
f0cc1eb58b
|
VIDEO: Add more to the BinkDecoder class comment
|
2011-07-02 21:11:21 -04:00 |
|
Matthew Hoops
|
c270d5be12
|
GRAPHICS: Note that SCUMM now uses the YUV to RGB code
|
2011-07-02 21:11:03 -04:00 |
|
Matthew Hoops
|
ccfb7cb86f
|
VIDEO: Remember to call reset() from BinkDecoder::close()
|
2011-07-02 19:53:15 -04:00 |
|
Matthew Hoops
|
9dd8650872
|
COMMON: Cleanup BitStream
Fix mismatched new[]/free and restored a missing statement
|
2011-07-02 19:44:04 -04:00 |
|
Matthew Hoops
|
7c28d22ca0
|
VIDEO: Fix mismatched new[]/free
|
2011-07-02 19:37:46 -04:00 |
|
Matthew Hoops
|
82ed30817d
|
VIDEO: Cleanup Bink a bit
- Fix playing videos back-to-back
- Silence a cast warning
|
2011-07-02 19:23:49 -04:00 |
|
Matthew Hoops
|
4c065363a0
|
VIDEO: Fix Bink RDFT stereo
Thanks to DrMcCoy
|
2011-07-02 17:32:36 -04:00 |
|
Matthew Hoops
|
9374215789
|
SCUMM: Add support for Bink video
|
2011-07-02 16:37:41 -04:00 |
|
Matthew Hoops
|
fffe7a9cc0
|
VIDEO: Remove Bink header check from Smacker
|
2011-07-02 16:37:24 -04:00 |
|
Matthew Hoops
|
4ace7f626b
|
VIDEO: Add Bink video decoder
Based on eos' code which is in turn based on FFmpeg's code
|
2011-07-02 16:36:37 -04:00 |
|
Matthew Hoops
|
b44ea652ed
|
COMMON: Add DCT math code
Based on eos' code which is based on FFmpeg's code
|
2011-07-02 15:30:22 -04:00 |
|
Matthew Hoops
|
f311a7ee67
|
COMMON: Add RDFT math code
Based on eos' code which is based on FFmpeg's code
|
2011-07-02 15:28:09 -04:00 |
|
Matthew Hoops
|
3aefa913fa
|
COMMON: Add an FFT math handler
Based on eos' code which is based on FFmpeg's code
|
2011-07-02 15:23:49 -04:00 |
|
Matthew Hoops
|
0aa58b9033
|
COMMON: Add a Huffman bitstream decoder
Based on eos' code
|
2011-07-02 15:20:34 -04:00 |
|
Matthew Hoops
|
1d4ec6f1d1
|
COMMON: Add some simple math utilities
Based on eos' code
|
2011-07-02 15:15:04 -04:00 |
|
Matthew Hoops
|
6ff94e2554
|
COMMON: Add a BitStream class
Based on eos' BitStream
|
2011-07-02 15:08:02 -04:00 |
|
Matthew Hoops
|
666d3815ec
|
SCUMM: Don't have MoviePlayer inherit from SmackerDecoder
|
2011-07-02 14:55:36 -04:00 |
|
Matthew Hoops
|
f7efd3fe2a
|
SCUMM: Remove backslashes from Mac file names too
Fixes Smacker videos in Blue's Birthday
|
2011-07-02 14:55:05 -04:00 |
|
Matthew Hoops
|
58356843ee
|
SCUMM: Fix Blue's Birthday Macintosh
|
2011-07-02 14:54:45 -04:00 |
|
Paul Gilbert
|
a5b0792295
|
TSAGE: Remove outdated extra channel variable
|
2011-07-02 19:54:39 +10:00 |
|
Paul Gilbert
|
d1a30b41b1
|
TSAGE: Linked in the (in progress) SoundBlaster Fx class
|
2011-07-02 13:51:05 +10:00 |
|
Paul Gilbert
|
160a8d96d9
|
TSAGE: Fixed problem with saving double values
|
2011-07-02 13:49:27 +10:00 |
|
Paul Gilbert
|
ab7fdccc3b
|
TSAGE: Beginnings of SoundBlaster sound driver
|
2011-07-02 10:39:57 +10:00 |
|
Alyssa Milburn
|
925347bd4d
|
MOHAWK: Don't allocate zero-size array.
|
2011-07-02 01:27:19 +02:00 |
|
Matthew Hoops
|
5ba4e839b5
|
MOHAWK: Add the Mac version of Arthur's Reading Race
|
2011-07-01 18:33:14 -04:00 |
|
Alyssa Milburn
|
1d6df12446
|
MOHAWK: Always create a code object for every LBPage.
|
2011-07-02 00:23:37 +02:00 |
|
Alyssa Milburn
|
35ef5ea28c
|
MOHAWK: Try implementing LBCode eval, random and seek.
|
2011-07-02 00:23:04 +02:00 |
|
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 |
|