aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-06BUILD: Disable OpenGL backend code.Johannes Schickel
The (SDL) OpenGL backend is not ready for the release.
2011-05-05GOB: 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-05BASE: Suppress pointless warning message (fixes bug #3291522)Max Horn
2011-05-04DRASCULA: 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-04GOB: Add another Italian Fascination versionSven Hesse
As supplied by alex86r in bug report #3297633. (cherry picked from commit db22f32a446ea31693c3c13f336fae776742e082)
2011-05-04GOB: Add another Italian Urban Runner versionSven Hesse
As supplied by alex86r in bug report #3297602. (cherry picked from commit 31818ad4fd42c9a0689eed30a44ab7b846e52d1e)
2011-05-04GOB: Don't overwrite _destSpriteX after PRINTTEXTSven 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-04GOB: Plug a leakSven Hesse
Thanks to digitall for finding that one (cherry picked from commit 30f7cdb49ac42ecabf7abfb1030319e3ce68e9b4)
2011-05-03COMMON: Fix spelling of 'Philips'Matthew Hoops
2011-05-02I18N: Update translations data fileThierry Crozat
2011-05-02I18N: Update Swedish translation from patch #3296202Thierry Crozat
2011-05-02I18N: Update Polish translation from patch #3296137Thierry Crozat
2011-05-02I18N: Update French translationThierry Crozat
2011-05-02MOHAWK: Add detection for the seussabc Mac demoMatthew Hoops
2011-05-02SCUMM: Add support for an alternate version of The Dig's demoMatthew Hoops
2011-05-02PSP: fixed cursor disappearance bug in 16-bit gamesBluddy
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-01I18N: Update translations data file.Thierry Crozat
2011-05-01I18N: Update Polish translation (from patch #3295481)Thierry Crozat
2011-05-02NEWS: Mention new WebOS port.Klaus Reimer
2011-05-02README: Added WebOS to list of supported platforms.Klaus Reimer
2011-05-01WEBOS: No longer creating paths which are not used anymore.Klaus Reimer
2011-05-01WEBOS: Removed special paths from default configuration.Klaus Reimer
2011-05-01WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. ↵Klaus Reimer
Just "make package".
2011-05-01WEBOS: Added a default prefix and enforcing docdir, datadir and plugin ↵Klaus Reimer
directory.
2011-05-01SCUMM: Fix v60he gamesMatthew Hoops
2011-05-01ANDROID: Disable the savegame parachutedhewg
Only on the stable branch, since this is unfinished and might wipe savegames of the user.
2011-05-01DC: Disable serial for releaseMarcus Comstedt
2011-05-01SCI: Round left/right edges in bitsShow to even coordsWillem Jan Palenstijn
This fixes the vertical black line glitch in the QfG3 start menu (#3293351)
2011-05-01RELEASE: Tag branch-1-3-0 and set versionEugene Sandulenko
2011-05-01TSAGE: Bugfix for having eagle fly away in Scene #9150Paul Gilbert
2011-05-01TSAGE: Fix timing delay when clicking to remove on-screen messages earlyPaul 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-01TSAGE: Bugfixes for movement in Scene #9100Paul Gilbert
2011-05-01TSAGE: Fixed NamedHotspot fields to be synchronised to savegamesPaul Gilbert
2011-05-01WEBOS: 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-01TSAGE: Give player the correct stasis box from Skeenar in Scene #7000Paul Gilbert
2011-05-01TSAGE: Fix for animation of Skeenar presenting the stasis box in Scene #7000Paul Gilbert
2011-05-01TSAGE: Fix giving Translator, Jar, and Waldos in Scene #7000Paul Gilbert
2011-05-01CONFIGURE: Remove incorrect "+" added with 54ddd000dc.Johannes Schickel
2011-05-01TSAGE: Fix for interacting with Skeenar in Scene #7000Paul Gilbert
2011-05-01TSAGE: Bugfixes for inventory dialog display with a large number of itemsPaul Gilbert
2011-05-01TSAGE: Fix several glitches and bugs in scene 7000strangerke
2011-04-30AmigaOS4: Adapt configure to latest SDK (Patch created by Raziel^)strangerke
2011-04-30PARALLACTION: Fix BRA Compilation After Common Header Changes.D G Turner
2011-04-30TSAGE: Fix bug in scene 2100: Now the sunflower field is reachablestrangerke
2011-04-30TSAGE: Silenced compiler warningsPaul Gilbert
2011-04-30TSAGE: Bugfixes for getting the key, opening the safe, and getting the ↵Paul Gilbert
translator
2011-04-30TSAGE: Bugfixes for stool in Scene #7700Paul Gilbert
2011-04-30MOHAWK: Fix CSTime-only builds.Alyssa Milburn
2011-04-30TSAGE: Rename setPriority2 to setPriority for disambiguationstrangerke
2011-04-30TSAGE: Fix a hotspot's use/look descriptions in Scene #7700Paul Gilbert