https://github.com/scummvm/scummvm

sort by:
Revision Author Date Message Commit Date
b152eca RELEASE: This is 1.3.0 24 May 2011, 21:39:01 UTC
1c2e531 RELEASE: Specified release date for 1.3.0 24 May 2011, 21:37:46 UTC
2b11228 I18N: Update translations.dat 24 May 2011, 21:32:03 UTC
709f0de SAMSUNGTV: Fix build 24 May 2011, 19:32:24 UTC
725db14 SAMSUNGTV: Fix build on non-SDL platforms 24 May 2011, 18:58:36 UTC
48b4c6c SAMSUNGTV: Update port This combines the following Samsung TV port updates from master: 944e0be209f5ab47c3b903f258d2d41b990d80cb dc1d07774fc8ab0554047115d319ef8c0a2c3f63 It also includes the parts touching this backend of: 69b1485a22dc2b8a2cfe0bd10edcbaad0da0cf6e 2fa63ca01586c4e5fda8eb12dca444d47a2375f1 24 May 2011, 18:34:45 UTC
96519ad PS2 backend: Modified and tidied up Makefiles for 1.3.0 release 24 May 2011, 15:55:09 UTC
7a9fe3f BUILD: Add msvc8/9/10 build files. 24 May 2011, 12:04:05 UTC
793849c TINSEL: Fix bug #3306020, DW2: Crash On Entering Sewers This is the cowardly fix that reintroduces one of the variables that was removed by a cleanup on April 10. 23 May 2011, 21:19:44 UTC
5838ef6 SWORD25: Fix compilation when libvorbis is not present (cherry picked from commit 2d3ad096ab92a6ddcd2b14436937649bbabcd12f) 21 May 2011, 16:03:47 UTC
92d0216 Merge branch 'branch-1-3-0' of https://github.com/scummvm/scummvm into branch-1-3-0 21 May 2011, 15:01:26 UTC
4076a04 GUI/DS: Make 99 the maximum number of save slots displayed on the GMM load/save screens on the DS port. 21 May 2011, 14:56:42 UTC
f190300 GUI: Prevent the GUI code from incorrectly reloading the theme when the builtin theme is used. 21 May 2011, 14:55:36 UTC
3ce4b76 DS/SAGA: Due to what looks like a compiler bug, having one Common::Array template inside another causes the DS build to crash during Common::Array::resize(). The only fix I can find is to make the internal byte array a normal malloc'ed() buffer. This way, the code runs fine. Need to dig into the assembly output for this to find out what's truly going on with the original code. 21 May 2011, 14:54:20 UTC
6fdec4d DS: Various changes - Enable libmad - Remove forced include of scummsys.h, it caused problems in the forbidden symbols code. 21 May 2011, 14:51:13 UTC
987d966 DS: Prevent arrays from growing by 32 elements inside 'operator='. I'm concerned that this could increase memory usage on the DS, but too scared to make the change for all builds of ScummVM. 21 May 2011, 14:48:44 UTC
a9b5d5e DS: Fix some OPL data which was incorrectly freed from the main heap on the DS port 21 May 2011, 14:46:59 UTC
92a71f7 DS: Port of changes from branch-1-2-0 that I should really have moved into the trunk. "DS: Prevent the command line help string from being included in the binary." 5f3a90a5f6911188b8d1ded08dbdf6d233e9eb7b "GUI: Allow disabling of Mass Add dialog. Saves a few Kb of binary size on the DS, and is not particularly useful on that platform." 240ff87cf4472538d25a1c5628c8d15f1791ab1c "GUI: Don't search for theme zip files on startup when running on the DS. Themes aren't supported anyway, and the search severely delays startup." fe3b18ce0df03117081e83d99f4a2cbd864d3286 21 May 2011, 14:45:51 UTC
dd6b569 SCI: Fix probable alt/shift mixup A check for alt was changed into this check for shift in the cleanup commit 906f0248317e1a4167190a666fe308a09334bfac. (cherry picked from commit 0da3f8d8a5ecfef54d3580ae5db6a80f6ca2b77a) 21 May 2011, 14:04:03 UTC
ce69c2e I18N: Fixed errors and smoothness of Ukrainian translation 18 May 2011, 21:34:25 UTC
5fbc9c9 I18N: Update Russian translation 18 May 2011, 21:34:24 UTC
a1f02c3 IPHONE: Fixed mouse position when the overlay is visible 16 May 2011, 01:43:53 UTC
136d687 VKEYBD: Update vkeybd_default.zip Specifically, in vkeybd_default.xml, 'centre' changed to 'center'. (cherry picked from commit db068cf8588a2058d49ae5af3d5d247a3353ef8c) 15 May 2011, 22:35:03 UTC
26f8321 SCUMM: Workaround bug #1463598 (INDY3VGA: giant Henry Jones sr.) (cherry picked from commit 47a7b65dc149149ff00baacf9fa76ce0fcaedfd2) 15 May 2011, 22:34:52 UTC
b23dfd7 IPHONE: Changed the iOS queued event handling to fix mouseclicks in Gob We now delay the mouseup events for 50ms, rather than just delaying them for an additional couple of pollEvent (which doesn't work anymore due to changes in the eventhandling code elsewhere). This fixes #3018512. 15 May 2011, 21:55:47 UTC
8fb0d27 SCI: Replace QfG2 parser hack with simpler variant This replaces the workaround for bug #3288328 from e7a006f2 with a bug-specific case of the more general patch committed to master in eb46c72b. 14 May 2011, 16:04:10 UTC
ea1ef43 CONFIGURE: Add missing SDL_BACKEND define for the OpenPandora backend. * Not really sure when/how it got lost but as it's lack spectacularly breaks the backend it is a really good idea to put it back ;) Thanks to Max for the heads up. (cherry picked from commit bd60a289c7748ad6a03299e4fc9d161f31495b43) 14 May 2011, 09:53:13 UTC
e7a006f SCI: Hardcode parser output in one case in QfG2 to fix #3288328 This is a stopgap measure to make this work in the release. 13 May 2011, 22:48:57 UTC
47e7850 SCI: Fix crash in vo with unloaded superclass (cherry picked from commit 5fc5265b0d777744e8ff65305ddf0cf2da043204) 13 May 2011, 21:29:23 UTC
7b27923 SCI: Avoid incrementing lockers of deleted script Having a deleted script with non-zero lockers had the side effect of making the deleted script re-appear in the GC's work list, including any (deleted) objects in the script. This should be the root cause of bugs #3299458 and #3295849, so also delete the workaround added for that in be5d448d. (cherry picked from commit c01fed7159c313680e55458efb6529d332ebc8b0) 13 May 2011, 21:29:05 UTC
cb8460e SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is defined 13 May 2011, 13:44:16 UTC
40b6332 SCI: Added workarounds for bug #3292251, instead of patching the script This fixes bug #3295853 13 May 2011, 13:33:27 UTC
d352c59 SCI: Marked the sanity check inside processWorkList() as a workaround The sanity check added in rev #35086fe17c fixes the crashes with that code when an invalid reference is about to be processed, but these references shouldn't be in the stack at all in the first place, so the root cause seems to be somewhere else. 13 May 2011, 13:33:01 UTC
be5d448 SCI: Fixed bugs #3299458 and #3295849 13 May 2011, 13:32:30 UTC
559c724 SCI: Fix signature of script patch qfg3DialogCrash (bug #3300241) (cherry picked from commit 33b1ca2b080e661f3d04e22ac7a1bd658a66ea80) 12 May 2011, 22:12:11 UTC
371e617 I18N: Update translations data file 08 May 2011, 22:30:46 UTC
97ba483 I18N: Update Spanish translation (from patch #3298988) 08 May 2011, 22:30:46 UTC
8ac82fb I18N: Update Basilian Portuguese translation (from patch #3297165) 08 May 2011, 22:30:46 UTC
cfa4051 WEBOS: Splitted install directory from package directory. 08 May 2011, 18:56:08 UTC
95b548f WEBOS: Removed unused gestureDownTime 08 May 2011, 18:47:12 UTC
894469a WEBOS: Fixed ESCAPE and MENU key on WebOS 1 08 May 2011, 18:45:50 UTC
31d86f9 WEBOS: Added comment for Palm Pixi specific compiler options. 08 May 2011, 15:37:31 UTC
6631cf6 WEBOS: Removed unused libpdl linking. 08 May 2011, 15:37:31 UTC
73ee6ec WEBOS: Moved webos plugin build configuration into its own block so it can be configured separately from the generic linux configuration. 08 May 2011, 15:37:31 UTC
869a6d4 WEBOS: Added comments to explain some WebOS compile settings. 08 May 2011, 15:37:31 UTC
490e9a5 QUEEN: Delete the parser before closing the driver. 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. 07 May 2011, 20:20:15 UTC
16f0dcc ANDROID: Get rid of Fn->ALT metakey mapping Thanks to Ge0rG for the analysis Cherry-picked from bfecb37501b6fdc35f2802216db5fb2b0e54b8ee 07 May 2011, 18:08:29 UTC
066b388 BUILD: Disable OpenGL backend code. The (SDL) OpenGL backend is not ready for the release. 06 May 2011, 18:13:22 UTC
dec1fe1 GOB: Fix a stupid typo in SlotFileIndexed::buildIndex() 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) 05 May 2011, 18:51:35 UTC
b274852 BASE: Suppress pointless warning message (fixes bug #3291522) 05 May 2011, 15:44:49 UTC
9c60ba0 DRASCULA: Handle pitch in code using lockScreen() 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. 04 May 2011, 21:54:57 UTC
cc0d85b GOB: Add another Italian Fascination version As supplied by alex86r in bug report #3297633. (cherry picked from commit db22f32a446ea31693c3c13f336fae776742e082) 04 May 2011, 19:22:05 UTC
db0ea83 GOB: Add another Italian Urban Runner version As supplied by alex86r in bug report #3297602. (cherry picked from commit 31818ad4fd42c9a0689eed30a44ab7b846e52d1e) 04 May 2011, 19:22:05 UTC
24341a1 GOB: Don't overwrite _destSpriteX after PRINTTEXT 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) 04 May 2011, 00:35:07 UTC
5b9c3a1 GOB: Plug a leak Thanks to digitall for finding that one (cherry picked from commit 30f7cdb49ac42ecabf7abfb1030319e3ce68e9b4) 03 May 2011, 23:26:50 UTC
63602c4 COMMON: Fix spelling of 'Philips' 03 May 2011, 20:06:01 UTC
cd9aabf I18N: Update translations data file 02 May 2011, 19:13:51 UTC
da15159 I18N: Update Swedish translation from patch #3296202 02 May 2011, 19:13:28 UTC
757bc97 I18N: Update Polish translation from patch #3296137 02 May 2011, 19:12:29 UTC
66641da I18N: Update French translation 02 May 2011, 19:11:26 UTC
de2408a MOHAWK: Add detection for the seussabc Mac demo 02 May 2011, 14:58:27 UTC
07c3de5 SCUMM: Add support for an alternate version of The Dig's demo 02 May 2011, 14:58:17 UTC
7c840b0 PSP: fixed cursor disappearance bug in 16-bit games 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. 02 May 2011, 12:49:15 UTC
39d9566 I18N: Update translations data file. 01 May 2011, 22:57:43 UTC
7b81651 I18N: Update Polish translation (from patch #3295481) 01 May 2011, 22:56:35 UTC
2145ec5 NEWS: Mention new WebOS port. 01 May 2011, 22:20:00 UTC
85e1e4e README: Added WebOS to list of supported platforms. 01 May 2011, 22:17:48 UTC
2023e2f WEBOS: No longer creating paths which are not used anymore. 01 May 2011, 21:45:09 UTC
4c2cf67 WEBOS: Removed special paths from default configuration. 01 May 2011, 21:45:09 UTC
b2ed9a4 WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. Just "make package". 01 May 2011, 21:45:09 UTC
4c540a8 WEBOS: Added a default prefix and enforcing docdir, datadir and plugin directory. 01 May 2011, 21:45:09 UTC
3af0bc9 SCUMM: Fix v60he games 01 May 2011, 21:19:40 UTC
cf41ac0 ANDROID: Disable the savegame parachute Only on the stable branch, since this is unfinished and might wipe savegames of the user. 01 May 2011, 16:07:27 UTC
e467468 DC: Disable serial for release 01 May 2011, 12:48:50 UTC
62404a8 SCI: Round left/right edges in bitsShow to even coords This fixes the vertical black line glitch in the QfG3 start menu (#3293351) 01 May 2011, 12:33:02 UTC
40df14a RELEASE: Tag branch-1-3-0 and set version 01 May 2011, 11:43:36 UTC
d876e0f TSAGE: Bugfix for having eagle fly away in Scene #9150 01 May 2011, 11:15:13 UTC
6d8d9a4 TSAGE: Fix timing delay when clicking to remove on-screen messages early This fixes a problem with the text being removed, but the game still waiting for the original period until doing another action 01 May 2011, 10:51:03 UTC
e1d6b96 TSAGE: Bugfixes for movement in Scene #9100 01 May 2011, 10:38:24 UTC
77161e2 TSAGE: Fixed NamedHotspot fields to be synchronised to savegames 01 May 2011, 10:38:24 UTC
831f974 WEBOS: Added compiler options that should enable support for the Palm Pixi. Can't test it because I have no Pixi but at least it still works on the Pre. 01 May 2011, 09:12:51 UTC
9585aa2 TSAGE: Give player the correct stasis box from Skeenar in Scene #7000 01 May 2011, 03:45:17 UTC
dedc12a TSAGE: Fix for animation of Skeenar presenting the stasis box in Scene #7000 01 May 2011, 03:37:14 UTC
bee92b3 TSAGE: Fix giving Translator, Jar, and Waldos in Scene #7000 01 May 2011, 03:27:26 UTC
69dcca7 CONFIGURE: Remove incorrect "+" added with 54ddd000dc. 01 May 2011, 01:23:39 UTC
b08d166 TSAGE: Fix for interacting with Skeenar in Scene #7000 01 May 2011, 01:06:19 UTC
de592e0 TSAGE: Bugfixes for inventory dialog display with a large number of items 01 May 2011, 00:35:03 UTC
4ac0e73 TSAGE: Fix several glitches and bugs in scene 7000 30 April 2011, 23:08:46 UTC
54ddd00 AmigaOS4: Adapt configure to latest SDK (Patch created by Raziel^) 30 April 2011, 20:01:06 UTC
96965b4 PARALLACTION: Fix BRA Compilation After Common Header Changes. 30 April 2011, 17:12:50 UTC
78f2028 TSAGE: Fix bug in scene 2100: Now the sunflower field is reachable 30 April 2011, 14:57:09 UTC
d673fbc TSAGE: Silenced compiler warnings 30 April 2011, 10:38:41 UTC
9f37451 TSAGE: Bugfixes for getting the key, opening the safe, and getting the translator 30 April 2011, 10:24:39 UTC
6abcefb TSAGE: Bugfixes for stool in Scene #7700 30 April 2011, 09:47:26 UTC
712c3bc MOHAWK: Fix CSTime-only builds. 30 April 2011, 09:07:22 UTC
849094c TSAGE: Rename setPriority2 to setPriority for disambiguation 30 April 2011, 08:13:35 UTC
a9652ab TSAGE: Fix a hotspot's use/look descriptions in Scene #7700 30 April 2011, 07:51:20 UTC
a77164e TSAGE: Fix some more bugs in scene 2100. It's now playable again 30 April 2011, 07:26:23 UTC
c08fc15 TSAGE: Fix for GUI dialog appearing when clicking on some hotspots in Scene #5200 30 April 2011, 06:40:40 UTC
9fc1ed2 TSAGE: Added a print out of region details to the walk_regions debugger command 30 April 2011, 06:40:01 UTC
back to top