aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-11LASTEXPRESS: Implement last part of inventory handlingLittleboy
2011-05-11TSAGE: Don't show cursor after restoring a game if a cut-scene is now activePaul Gilbert
2011-05-11TSAGE: Added missing code for loading scene regions in the CD/FW versions of ↵Paul Gilbert
the game
2011-05-11TSAGE: Bugfix to show cursor after restoring a savegamePaul Gilbert
2011-05-11TSAGE: Bugfix for Flesh-eaters moving too fast in Scene #5100Paul Gilbert
2011-05-11TSAGE: Completely remove the resetting of _scrollFollower. It needs to be ↵Paul Gilbert
maintained between scenes
2011-05-11TSAGE: Fix animation of Quinn and Seeker approaching cave in Scene #5000Paul Gilbert
2011-05-11TSAGE: Rework parts of the cursor code to better match the originalPaul Gilbert
This also fixes the problem with the cursor appearing in cutscenes when you press any key
2011-05-11TSAGE: Further fix for resetting _scrollFollowerPaul Gilbert
2011-05-11TSAGE: Reset the Globals::_scrollFollower to NULL when a scene endsPaul Gilbert
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
In addition, we use them if in GCC >= 3.3 if unaligned access is possible. The GCC variants of these macros also contain protection against overzealous compilers' static aliasing optimizations.
2011-05-10TSAGE: Adjusted scaling process to fix scaling image to a 1x1 pixel in Scene ↵Paul Gilbert
#7600
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 ↵Paul Gilbert
the screen
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 ↵Klaus Reimer
be configured separately from the generic linux configuration.
2011-05-08WEBOS: Added comments to explain some WebOS compile settings.Klaus Reimer
2011-05-08Merge pull request #34 from peres/interpolate16_5_3peres
Add a new function to interpolate a pair of 16 bits values with weights 5 and 3, respectively.
2011-05-08CAMD: Added _isOpen checks to send() and sysEx()eriktorbjorn
At Raziel^'s request. This is the same as the ALSA checks I added earlier today.
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
This should make it easier to spot errors like the one spotted in the Queen engine yesterday. The Windows MIDI driver already seems to do something like this; I don't know about the others.