Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg | |
Thanks to Ge0rG for the analysis Cherry-picked from bfecb37501b6fdc35f2802216db5fb2b0e54b8ee | |||
2011-05-06 | BUILD: Disable OpenGL backend code. | Johannes Schickel | |
The (SDL) OpenGL backend is not ready for the release. | |||
2011-05-05 | GOB: Fix a stupid typo in SlotFileIndexed::buildIndex() | Sven Hesse | |
This should fix bug #3295893. The intention of this piece of code was to pad the first save slot name with spaces until it's as long as the longest save slot name, because the scripts use it to gauge the width of the save list. Unfortunately, I messed up there, overwriting variable space directly after the save names. In Urban Runner's case, this would be the list of inventory items. (cherry picked from commit 8e03a200ef53ce1e5d20590aae89fae0e640e873) | |||
2011-05-05 | BASE: Suppress pointless warning message (fixes bug #3291522) | Max Horn | |
2011-05-04 | DRASCULA: Handle pitch in code using lockScreen() | Marcus Comstedt | |
The surface returned by OSystem::lockScreen() can have a pitch which differs from w * bytesPerPixel, so modify the code to take this into account. Fixes FMV problems on Dreamcast. | |||
2011-05-04 | GOB: Add another Italian Fascination version | Sven Hesse | |
As supplied by alex86r in bug report #3297633. (cherry picked from commit db22f32a446ea31693c3c13f336fae776742e082) | |||
2011-05-04 | GOB: Add another Italian Urban Runner version | Sven Hesse | |
As supplied by alex86r in bug report #3297602. (cherry picked from commit 31818ad4fd42c9a0689eed30a44ab7b846e52d1e) | |||
2011-05-04 | GOB: Don't overwrite _destSpriteX after PRINTTEXT | Sven Hesse | |
Don't overwrite _destSpriteX after PRINTTEXT with a value that's only appropriate for monospaced fonts; support for non-monospaced fonts has been introduced with Woodruff. This should fix bug #3295889. (cherry picked from commit a1c339ea4f70d4f93310fbece51a6b3348e769f4) | |||
2011-05-04 | GOB: Plug a leak | Sven Hesse | |
Thanks to digitall for finding that one (cherry picked from commit 30f7cdb49ac42ecabf7abfb1030319e3ce68e9b4) | |||
2011-05-03 | COMMON: Fix spelling of 'Philips' | Matthew Hoops | |
2011-05-02 | I18N: Update translations data file | Thierry Crozat | |
2011-05-02 | I18N: Update Swedish translation from patch #3296202 | Thierry Crozat | |
2011-05-02 | I18N: Update Polish translation from patch #3296137 | Thierry Crozat | |
2011-05-02 | I18N: Update French translation | Thierry Crozat | |
2011-05-02 | MOHAWK: Add detection for the seussabc Mac demo | Matthew Hoops | |
2011-05-02 | SCUMM: Add support for an alternate version of The Dig's demo | Matthew Hoops | |
2011-05-02 | PSP: fixed cursor disappearance bug in 16-bit games | Bluddy | |
The 5650 16-bit format doesn't include alpha bits and is treated as having alpha by the PSP hardware. Other formats such as 5551 don't have their alpha bit set in the cursor buffer. Instead of adding it, we just turn on the 'reverse alpha' feature for these bits. The problem was not making an exception for 5650. | |||
2011-05-01 | I18N: Update translations data file. | Thierry Crozat | |
2011-05-01 | I18N: Update Polish translation (from patch #3295481) | Thierry Crozat | |
2011-05-02 | NEWS: Mention new WebOS port. | Klaus Reimer | |
2011-05-02 | README: Added WebOS to list of supported platforms. | Klaus Reimer | |
2011-05-01 | WEBOS: No longer creating paths which are not used anymore. | Klaus Reimer | |
2011-05-01 | WEBOS: Removed special paths from default configuration. | Klaus Reimer | |
2011-05-01 | WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. ↵ | Klaus Reimer | |
Just "make package". | |||
2011-05-01 | WEBOS: Added a default prefix and enforcing docdir, datadir and plugin ↵ | Klaus Reimer | |
directory. | |||
2011-05-01 | SCUMM: Fix v60he games | Matthew Hoops | |
2011-05-01 | ANDROID: Disable the savegame parachute | dhewg | |
Only on the stable branch, since this is unfinished and might wipe savegames of the user. | |||
2011-05-01 | DC: Disable serial for release | Marcus Comstedt | |
2011-05-01 | SCI: Round left/right edges in bitsShow to even coords | Willem Jan Palenstijn | |
This fixes the vertical black line glitch in the QfG3 start menu (#3293351) | |||
2011-05-01 | RELEASE: Tag branch-1-3-0 and set version | Eugene Sandulenko | |
2011-05-01 | TSAGE: Bugfix for having eagle fly away in Scene #9150 | Paul Gilbert | |
2011-05-01 | TSAGE: Fix timing delay when clicking to remove on-screen messages early | Paul Gilbert | |
This fixes a problem with the text being removed, but the game still waiting for the original period until doing another action | |||
2011-05-01 | TSAGE: Bugfixes for movement in Scene #9100 | Paul Gilbert | |
2011-05-01 | TSAGE: Fixed NamedHotspot fields to be synchronised to savegames | Paul Gilbert | |
2011-05-01 | WEBOS: Added compiler options that should enable support for the Palm Pixi. ↵ | Klaus Reimer | |
Can't test it because I have no Pixi but at least it still works on the Pre. | |||
2011-05-01 | TSAGE: Give player the correct stasis box from Skeenar in Scene #7000 | Paul Gilbert | |
2011-05-01 | TSAGE: Fix for animation of Skeenar presenting the stasis box in Scene #7000 | Paul Gilbert | |
2011-05-01 | TSAGE: Fix giving Translator, Jar, and Waldos in Scene #7000 | Paul Gilbert | |
2011-05-01 | CONFIGURE: Remove incorrect "+" added with 54ddd000dc. | Johannes Schickel | |
2011-05-01 | TSAGE: Fix for interacting with Skeenar in Scene #7000 | Paul Gilbert | |
2011-05-01 | TSAGE: Bugfixes for inventory dialog display with a large number of items | Paul Gilbert | |
2011-05-01 | TSAGE: Fix several glitches and bugs in scene 7000 | strangerke | |
2011-04-30 | AmigaOS4: Adapt configure to latest SDK (Patch created by Raziel^) | strangerke | |
2011-04-30 | PARALLACTION: Fix BRA Compilation After Common Header Changes. | D G Turner | |
2011-04-30 | TSAGE: Fix bug in scene 2100: Now the sunflower field is reachable | strangerke | |
2011-04-30 | TSAGE: Silenced compiler warnings | Paul Gilbert | |
2011-04-30 | TSAGE: Bugfixes for getting the key, opening the safe, and getting the ↵ | Paul Gilbert | |
translator | |||
2011-04-30 | TSAGE: Bugfixes for stool in Scene #7700 | Paul Gilbert | |
2011-04-30 | MOHAWK: Fix CSTime-only builds. | Alyssa Milburn | |
2011-04-30 | TSAGE: Rename setPriority2 to setPriority for disambiguation | strangerke | |