aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-31GROOVIE: Use openStreamFile() to open iOS audio filesMatthew Hoops
2011-05-31AUDIO: Plug MPEG-4/QuickTime audio into openStreamFileMatthew Hoops
2011-05-13AUDIO: Fix QuickTime stereo audio seekingMatthew Hoops
2011-05-11AUDIO: Fix usage of Timestamp::convertToFramerateMatthew Hoops
2011-05-11Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-05-10LASTEXPRESS: Implement item selection and scene loadingLittleboy
2011-05-10LASTEXPRESS: Implement highlight of inventory itemsLittleboy
2011-05-10LASTEXPRESS: Draw portrait non-highlighted in Inventory::show()Littleboy
2011-05-10LASTEXPRESS: Add button pressed state for inventory handlingLittleboy
2011-05-10LASTEXPRESS: Implement skeleton code for selected item and inventory selectionLittleboy
2011-05-10TSAGE: Fix a glitch in setCursor()strangerke
2011-05-10COMMON: Always prefer GCC 4.x versions of READ_UINT*/WRITE_UINT*Max Horn
2011-05-10TSAGE: Adjusted scaling process to fix scaling image to a 1x1 pixel in Scene ...Paul Gilbert
2011-05-10TINSEL: Cleanup reel saving codeMax Horn
2011-05-10TINSEL: Remove unnecessary castsMax Horn
2011-05-10AUDIO: Change byte data tables to type AdLibInstrumentMax Horn
2011-05-10TSAGE: Standardised on checks for showing the Save and Restore dialogsPaul Gilbert
2011-05-10TSAGE: Further tweaks to movement in Scene #6100Paul Gilbert
2011-05-10TSAGE: Tweaked mouse movement in Scene #6100 when mouse is in the centre of t...Paul Gilbert
2011-05-10COMMON: Refactor typedefs a bitMax Horn
2011-05-09COMMON: Refactor scummsys.hMax Horn
2011-05-09COMMON: Do not #undef _MSC_VERMax Horn
2011-05-09COMMON: If config.h is present, don't use hardcoded settings from scummsys.hMax Horn
2011-05-09COMMON: Unify definition of scumm_str(n)icmpMax Horn
2011-05-09N64: Fix code formattingMax Horn
2011-05-09N64: Remove (u)int64 typedefs from common/scummsys.hMax Horn
2011-05-09SCI: Line wrap some commentsMax Horn
2011-05-09SCI: Fix warning about potential strict-aliasing rules violationMax Horn
2011-05-09SCI: Slight cleanup to undithering codeMax Horn
2011-05-09COMMON: Tweak some commentsMax Horn
2011-05-08I18N: Update translations data fileThierry Crozat
2011-05-08I18N: Update Spanish translation (from patch #3298988)Thierry Crozat
2011-05-08I18N: Update Basilian Portuguese translation (from patch #3297165)Thierry Crozat
2011-05-08WEBOS: Splitted install directory from package directory.Klaus Reimer
2011-05-08WEBOS: Removed unused gestureDownTimeKlaus Reimer
2011-05-08WEBOS: Fixed ESCAPE and MENU key on WebOS 1Klaus Reimer
2011-05-08WEBOS: Added comment for Palm Pixi specific compiler options.Klaus Reimer
2011-05-08WEBOS: Removed unused libpdl linking.Klaus Reimer
2011-05-08WEBOS: Moved webos plugin build configuration into its own block so it can be...Klaus Reimer
2011-05-08WEBOS: Added comments to explain some WebOS compile settings.Klaus Reimer
2011-05-08Merge pull request #34 from peres/interpolate16_5_3peres
2011-05-08CAMD: Added _isOpen checks to send() and sysEx()eriktorbjorn
2011-05-08TSAGE: Bugfix for restoring savegames saved when palette effects are activePaul Gilbert
2011-05-08TSAGE: Fix memory leak when exiting whilst any palette rotation is activePaul Gilbert
2011-05-08ALSA: Warn if events or SysEx messages are received when not open.eriktorbjorn
2011-05-08IRIX: Fix compilationJoost Peters
2011-05-07QUEEN: Delete the parser before closing the driver.eriktorbjorn
2011-05-07AGI: Replace Winnie macros with functionsMatthew Hoops
2011-05-07ANDROID: Get rid of Fn->ALT metakey mappingdhewg
2011-05-07TSAGE: Close Memory Leak in GfxSurface::create().D G Turner