aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-13Merge remote branch 'remotes/dreammaster/tsage'Paul Gilbert
2011-04-13WEBOS: Moved #include lines inside #ifdef WEBOS to fix MSVC compilationPaul Gilbert
2011-04-13SCUMM: Fix bug #3187622 (COMI: incorrect decoding of audio codec 13/15)Max Horn
2011-04-13SCUMM: Resolve some code duplicationMax Horn
2011-04-13SCUMM: Move ADPCM decoder into separate functionMax Horn
2011-04-13TOON: Make ADPCM tables constMax Horn
2011-04-13MOHAWK: LB's 'self' is case-insensitiveAlyssa Milburn
2011-04-13SCI: Added handling for another version of mt32.drv (bug #3285556)md5
2011-04-13CONFIGURE: Add _timidity=no to the GPH devices to stop TimidityDavid-John Willis
2011-04-13GPH: Move GP2XWIZ build support files into devices folder.David-John Willis
2011-04-13GPH: Move caanoo build support files into device folder in the backend.David-John Willis
2011-04-13GP2X: Move build support files into the GPH backend.David-John Willis
2011-04-13TSAGE: Fix a crash using the new palette effect. It still doesn't show much...strangerke
2011-04-12TSAGE: Implement most of the scene 9900. New palette animation is currently b...strangerke
2011-04-12Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke
2011-04-12COMMON: Add some testcases for common/endian.hMax Horn
2011-04-12COMMON: Let MKTAG always return an uint32Max Horn
2011-04-12COMMON: Use correct MKTAG definition, stupidMax Horn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-12COMMON: Drop totally obsolete & outdated DEC C++ 'support'Max Horn
2011-04-12TINSEL: cleanupMax Horn
2011-04-12TSAGE: Reworked the 'probe approaching rocks' cut-scene to work correctlyPaul Gilbert
2011-04-12GPH/GP2X: Tweak wrapper script to export LD_LIBRARY_PATH.David-John Willis
2011-04-12GPH: Add separate button defined buttons for each supported device.David-John Willis
2011-04-12WEBOS: Disable opengl support; move --sysroot to LDFLAGS where it belongsKlaus Reimer
2011-04-12GIT: Ignore /plugins directoryKlaus Reimer
2011-04-12WEBOS: Add PDK paths to LDFLAGS & INCLUDES; enable dynamic plugins supportKlaus Reimer
2011-04-12CREDITS: Add credits for WebOS backendKlaus Reimer
2011-04-12WEBOS: Correct indentation of WEBOS preprocessor checkKlaus Reimer
2011-04-12WEBOS: Use STRIP variable to strip the binaryKlaus Reimer
2011-04-12WEBOS: Correct executable flag on start scriptKlaus Reimer
2011-04-12WEBOS: Move scummvmrc to ScummVM data directoryKlaus Reimer
2011-04-12WEBOS: Add installation instructions to READMEKlaus Reimer
2011-04-12WEBOS: Add a README fileKlaus Reimer
2011-04-12WEBOS: Complete rewrite of key/mouse events handlingKlaus Reimer
2011-04-12GIT: Add Eclipse .settings directory to gitignoreKlaus Reimer
2011-04-12WEBOS: Disable vkeybd, fix more directory references with wrong package nameKlaus Reimer
2011-04-12WEBOS: Correct package directory nameKlaus Reimer
2011-04-12WEBOS: Correct package name, fix default key mappingKlaus Reimer
2011-04-12WEBOS: Enable keymapper, implement FORWARD key and right+middle button clicksKlaus Reimer
2011-04-12COMMON: Fix usage of wrong variable when keymapper is activeKlaus Reimer
2011-04-12WEBOS: Create webos backend with custom eventsKlaus Reimer
2011-04-12WEBOS: Strip binary before packaging itKlaus Reimer
2011-04-12WEBOS: Add webos backendKlaus Reimer
2011-04-12WEBOS: Add WEBOS defineKlaus Reimer
2011-04-12WEBOS: Add build support for webosKlaus Reimer
2011-04-11MOHAWK: Add Default Values to LB NotifyEvent Constructor.D G Turner
2011-04-11MOHAWK: Add more versions of LB demosMatthew Hoops
2011-04-11CONFIGURE: Move GP2X to build with the GPH backend by default.David-John Willis
2011-04-11GPH: Change backend to mask backend code to GPH_DEVICE.David-John Willis