Age | Commit message (Expand) | Author |
2011-04-14 | CREDITS: Added TsAGE engine credits | Paul Gilbert |
2011-04-14 | SCUMM: Typo | Max Horn |
2011-04-14 | TINSEL: Removed an unused global variable | md5 |
2011-04-13 | TSAGE: Silence uninitialized variable usage warning. | Johannes Schickel |
2011-04-13 | TSAGE: Replace the recently added error() by a warning(), allowing to play th... | strangerke |
2011-04-13 | TSAGE: Suppress some dead code, rename a variable (thanks fuzzie for pointing... | strangerke |
2011-04-13 | TSAGE: Always initialise the event in getEvent() | eriktorbjorn |
2011-04-13 | TSAGE: Move two functions from .h to .cpp (thanks fuzzie for reporting that) | strangerke |
2011-04-13 | TSAGE: Fix two GCC warnings (which were bugs). Thanks LordHoto for reporting ... | strangerke |
2011-04-13 | TSAGE: "Cosmetic" cleanups | strangerke |
2011-04-13 | CONFIGURE: Fix tsage engine entry position. | Johannes Schickel |
2011-04-13 | TSAGE: Fix build as dynamic plugin. | Johannes Schickel |
2011-04-13 | MOHAWK: Stupid padding fix. | Alyssa Milburn |
2011-04-13 | TSAGE: Fix compilation on NDS. | Johannes Schickel |
2011-04-13 | SCI: Remove left-over fixme comment | Willem Jan Palenstijn |
2011-04-13 | TSAGE: Fix compilation on Mac OS X PPC. | Johannes Schickel |
2011-04-13 | TSAGE: Cleanup custom List usage. | Johannes Schickel |
2011-04-13 | TSAGE: Fix compilation on Linux/amd64 with g++ 4.5.2. | Johannes Schickel |
2011-04-13 | AUDIO: Split the Intel DVI ADPCM into its own class | Matthew Hoops |
2011-04-13 | TSAGE: Fix warning | Willem Jan Palenstijn |
2011-04-13 | TSAGE: Fixed warnings identified by Buildbot | Paul Gilbert |
2011-04-13 | Merge branch 'master' of github.com:scummvm/scummvm | Paul Gilbert |
2011-04-13 | TSAGE: Change palette code from 4-byte to 3-byte palettes | Paul Gilbert |
2011-04-13 | Merge remote branch 'remotes/dreammaster/tsage' | Paul Gilbert |
2011-04-13 | TOON: Use shared ADPCM data tables | Max Horn |
2011-04-13 | VIDEO: Use shared ADPCM data tables in VMDDecoder | Max Horn |
2011-04-13 | SCUMM: Use shared ADPCM data tables | Max Horn |
2011-04-13 | AUDIO: Expose some internal ADPCM data tables | Max Horn |
2011-04-13 | AUDIO: Stop adpcm.h from including common/stream.h | Max Horn |
2011-04-13 | TINSEL: Move custom ADPCM decoders to tinsel engine | Max Horn |
2011-04-13 | AUDIO: Expose ADPCM decoder internals via a new header | Max Horn |
2011-04-13 | WEBOS: Moved #include lines inside #ifdef WEBOS to fix MSVC compilation | Paul Gilbert |
2011-04-13 | SCUMM: Fix bug #3187622 (COMI: incorrect decoding of audio codec 13/15) | Max Horn |
2011-04-13 | SCUMM: Resolve some code duplication | Max Horn |
2011-04-13 | SCUMM: Move ADPCM decoder into separate function | Max Horn |
2011-04-13 | TOON: Make ADPCM tables const | Max Horn |
2011-04-13 | MOHAWK: LB's 'self' is case-insensitive | Alyssa Milburn |
2011-04-13 | SCI: Added handling for another version of mt32.drv (bug #3285556) | md5 |
2011-04-13 | CONFIGURE: Add _timidity=no to the GPH devices to stop Timidity | David-John Willis |
2011-04-13 | GPH: Move GP2XWIZ build support files into devices folder. | David-John Willis |
2011-04-13 | GPH: Move caanoo build support files into device folder in the backend. | David-John Willis |
2011-04-13 | GP2X: Move build support files into the GPH backend. | David-John Willis |
2011-04-13 | TSAGE: Fix a crash using the new palette effect. It still doesn't show much... | strangerke |
2011-04-12 | TSAGE: Implement most of the scene 9900. New palette animation is currently b... | strangerke |
2011-04-12 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke |
2011-04-12 | COMMON: Add some testcases for common/endian.h | Max Horn |
2011-04-12 | COMMON: Let MKTAG always return an uint32 | Max Horn |
2011-04-12 | COMMON: Use correct MKTAG definition, stupid | Max Horn |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-04-12 | COMMON: Drop totally obsolete & outdated DEC C++ 'support' | Max Horn |