Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-10 | TSAGE: Further tweaks to movement in Scene #6100 | Paul Gilbert | |
2011-05-10 | TSAGE: Tweaked mouse movement in Scene #6100 when mouse is in the centre of ↵ | Paul Gilbert | |
the screen | |||
2011-05-10 | COMMON: Refactor typedefs a bit | Max Horn | |
2011-05-09 | COMMON: Refactor scummsys.h | Max Horn | |
2011-05-09 | COMMON: Do not #undef _MSC_VER | Max Horn | |
2011-05-09 | COMMON: If config.h is present, don't use hardcoded settings from scummsys.h | Max Horn | |
2011-05-09 | COMMON: Unify definition of scumm_str(n)icmp | Max Horn | |
2011-05-09 | N64: Fix code formatting | Max Horn | |
2011-05-09 | N64: Remove (u)int64 typedefs from common/scummsys.h | Max Horn | |
2011-05-09 | SCI: Line wrap some comments | Max Horn | |
2011-05-09 | SCI: Fix warning about potential strict-aliasing rules violation | Max Horn | |
2011-05-09 | SCI: Slight cleanup to undithering code | Max Horn | |
2011-05-09 | COMMON: Tweak some comments | Max Horn | |
2011-05-08 | I18N: Update translations data file | Thierry Crozat | |
2011-05-08 | I18N: Update Spanish translation (from patch #3298988) | Thierry Crozat | |
2011-05-08 | I18N: Update Basilian Portuguese translation (from patch #3297165) | Thierry Crozat | |
2011-05-08 | WEBOS: Splitted install directory from package directory. | Klaus Reimer | |
2011-05-08 | WEBOS: Removed unused gestureDownTime | Klaus Reimer | |
2011-05-08 | WEBOS: Fixed ESCAPE and MENU key on WebOS 1 | Klaus Reimer | |
2011-05-08 | WEBOS: Added comment for Palm Pixi specific compiler options. | Klaus Reimer | |
2011-05-08 | WEBOS: Removed unused libpdl linking. | Klaus Reimer | |
2011-05-08 | WEBOS: Moved webos plugin build configuration into its own block so it can ↵ | Klaus Reimer | |
be configured separately from the generic linux configuration. | |||
2011-05-08 | WEBOS: Added comments to explain some WebOS compile settings. | Klaus Reimer | |
2011-05-08 | Merge pull request #34 from peres/interpolate16_5_3 | peres | |
Add a new function to interpolate a pair of 16 bits values with weights 5 and 3, respectively. | |||
2011-05-08 | CAMD: 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-08 | TSAGE: Bugfix for restoring savegames saved when palette effects are active | Paul Gilbert | |
2011-05-08 | TSAGE: Fix memory leak when exiting whilst any palette rotation is active | Paul Gilbert | |
2011-05-08 | ALSA: 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. | |||
2011-05-08 | IRIX: Fix compilation | Joost Peters | |
2011-05-07 | QUEEN: Delete the parser before closing the driver. | eriktorbjorn | |
Deleting the parser may fire off a series of events, so it's probably a good idea to keep the driver open for that. I have not seen this error anywhere else, except maybe in the unit tests. | |||
2011-05-07 | AGI: Replace Winnie macros with functions | Matthew Hoops | |
From patch #3298149 | |||
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg | |
Thanks to Ge0rG for the analysis | |||
2011-05-07 | TSAGE: Close Memory Leak in GfxSurface::create(). | D G Turner | |
2011-05-07 | GUI: Allow .zip files with case differing from ".zip" as theme files too. | Johannes Schickel | |
Formerly our code used "hasSuffix" to check for a ".zip" suffix. Since hasSuffix does a case-sensitive match that would not work, in case the file was called "scummmodern.ZIP" instead of "scummmodern.zip" for example. To fix that I am using a case-insensitive matchString instead now. | |||
2011-05-06 | M4: Fix a typo; cleanup | Matthew Hoops | |
2011-05-06 | M4: Fix the title of riddle | Matthew Hoops | |
2011-05-06 | M4: Allow Riddle to be run using the original directory structure | Matthew Hoops | |
Not that the game starts up or anything :P | |||
2011-05-07 | GRAPHICS: use the new interpolate16_5_3 | peres | |
2011-05-07 | GRAPHICS: implement the long awaited interpolate16_5_3 | peres | |
2011-05-07 | TSAGE: Fix a bug and a couple of glitches in scene 9700 | strangerke | |
2011-05-06 | TSAGE: Scene 5200 - Suppress dead code (present but not executed in the ↵ | strangerke | |
original) | |||
2011-05-06 | TSAGE: Finally fix the dialogue bug in scene 4000 | strangerke | |
2011-05-06 | TSAGE: For consistency, renamed sceneItem1 into Hotspot1 in scene 7000 | strangerke | |
2011-05-06 | CREATE_PROJECT: Fix module.mk parsing. | Johannes Schickel | |
Formerly create_project incorrectly assumed that a given object file is only present once in an module.mk file. This is not the case for backends/module.mk for example. There the Windows FS object files are in two different if blocks. In this particular case it resulted in the object file being added to both the include list and the exclude list. Now the module.mk handler prefers files being in the include list. | |||
2011-05-06 | NEWS: Move SDL OpenGL news to 1.4.0. | Johannes Schickel | |
2011-05-06 | Merge pull request #31 from lordhoto/win-res | Johannes Schickel | |
Embed engine/theme dists files into Win Executable. Check the following link for further discussion: https://github.com/scummvm/scummvm/pull/31 | |||
2011-05-06 | GOB: Create a SafeSubReadStream for files in STKs | Sven Hesse | |
Instead of memcpy'ing them into a MemoryReadStream. This is necessary for the lower end PSPs to run Urban Runner with its comparably big VMD videos. | |||
2011-05-06 | SWORD2: Replace SafeSubReadStream with the same-name class in Common | Sven Hesse | |
2011-05-06 | COMMON: Add a class SafeSubReadStream | Sven Hesse | |
SafeSubReadStream is basically a SeekableSubReadStream that re-seek()s the parent stream before each read(). That way, more than one SafeSubReadStream of the same parent stream can be used safely at the same time, at the cost of increasing IO. | |||
2011-05-06 | TSAGE: Bugfix for hotspot issues in Scene #7000 | Paul Gilbert | |