Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-29 | CREATE_PROJECT: Disable PNG, Theora and OpenGL by default. | md5 | |
PNG and Theora are used for the sword25 engine, which isn't stable yet. OpenGL isn't stable yet. | |||
2011-05-27 | WINCE: Update of port-related README | CeRiAl | |
2011-05-25 | WINCE: Update port specific readme | CeRiAl | |
2011-05-25 | CREDITS: Temporarily retire Jubanka, add CeRiAl | CeRiAl | |
2011-05-24 | RELEASE: Specified release date for 1.3.0 | Eugene Sandulenko | |
2011-05-24 | I18N: Update translations.dat | Eugene Sandulenko | |
2011-05-24 | SAMSUNGTV: Fix build | Pawel Kolodziejski | |
2011-05-24 | SAMSUNGTV: Fix build on non-SDL platforms | Willem Jan Palenstijn | |
2011-05-24 | SAMSUNGTV: Update port | Pawel Kolodziejski | |
This combines the following Samsung TV port updates from master: 944e0be209f5ab47c3b903f258d2d41b990d80cb dc1d07774fc8ab0554047115d319ef8c0a2c3f63 It also includes the parts touching this backend of: 69b1485a22dc2b8a2cfe0bd10edcbaad0da0cf6e 2fa63ca01586c4e5fda8eb12dca444d47a2375f1 | |||
2011-05-24 | PS2 backend: Modified and tidied up Makefiles for 1.3.0 release | Max Lingua | |
2011-05-24 | BUILD: Add msvc8/9/10 build files. | Johannes Schickel | |
2011-05-23 | TINSEL: Fix bug #3306020, DW2: Crash On Entering Sewers | eriktorbjorn | |
This is the cowardly fix that reintroduces one of the variables that was removed by a cleanup on April 10. | |||
2011-05-21 | SWORD25: Fix compilation when libvorbis is not present | md5 | |
(cherry picked from commit 2d3ad096ab92a6ddcd2b14436937649bbabcd12f) | |||
2011-05-21 | Merge branch 'branch-1-3-0' of https://github.com/scummvm/scummvm into ↵ | agent-q | |
branch-1-3-0 | |||
2011-05-21 | GUI/DS: Make 99 the maximum number of save slots displayed on the GMM ↵ | agent-q | |
load/save screens on the DS port. | |||
2011-05-21 | GUI: Prevent the GUI code from incorrectly reloading the theme when the ↵ | agent-q | |
builtin theme is used. | |||
2011-05-21 | DS/SAGA: Due to what looks like a compiler bug, having one Common::Array ↵ | agent-q | |
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. | |||
2011-05-21 | DS: Various changes | agent-q | |
- Enable libmad - Remove forced include of scummsys.h, it caused problems in the forbidden symbols code. | |||
2011-05-21 | DS: Prevent arrays from growing by 32 elements inside 'operator='. I'm ↵ | agent-q | |
concerned that this could increase memory usage on the DS, but too scared to make the change for all builds of ScummVM. | |||
2011-05-21 | DS: Fix some OPL data which was incorrectly freed from the main heap on the ↵ | agent-q | |
DS port | |||
2011-05-21 | DS: Port of changes from branch-1-2-0 that I should really have moved into ↵ | agent-q | |
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 | |||
2011-05-21 | SCI: Fix probable alt/shift mixup | Willem Jan Palenstijn | |
A check for alt was changed into this check for shift in the cleanup commit 906f0248317e1a4167190a666fe308a09334bfac. (cherry picked from commit 0da3f8d8a5ecfef54d3580ae5db6a80f6ca2b77a) | |||
2011-05-19 | I18N: Fixed errors and smoothness of Ukrainian translation | Eugene Sandulenko | |
2011-05-19 | I18N: Update Russian translation | Eugene Sandulenko | |
2011-05-15 | IPHONE: Fixed mouse position when the overlay is visible | Oystein Eftevaag | |
2011-05-16 | VKEYBD: Update vkeybd_default.zip | Max Horn | |
Specifically, in vkeybd_default.xml, 'centre' changed to 'center'. (cherry picked from commit db068cf8588a2058d49ae5af3d5d247a3353ef8c) | |||
2011-05-16 | SCUMM: Workaround bug #1463598 (INDY3VGA: giant Henry Jones sr.) | Max Horn | |
(cherry picked from commit 47a7b65dc149149ff00baacf9fa76ce0fcaedfd2) | |||
2011-05-15 | IPHONE: Changed the iOS queued event handling to fix mouseclicks in Gob | Oystein Eftevaag | |
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. | |||
2011-05-14 | SCI: Replace QfG2 parser hack with simpler variant | Willem Jan Palenstijn | |
This replaces the workaround for bug #3288328 from e7a006f2 with a bug-specific case of the more general patch committed to master in eb46c72b. | |||
2011-05-14 | CONFIGURE: Add missing SDL_BACKEND define for the OpenPandora backend. | David-John Willis | |
* 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) | |||
2011-05-14 | SCI: Hardcode parser output in one case in QfG2 to fix #3288328 | Willem Jan Palenstijn | |
This is a stopgap measure to make this work in the release. | |||
2011-05-13 | SCI: Fix crash in vo with unloaded superclass | Willem Jan Palenstijn | |
(cherry picked from commit 5fc5265b0d777744e8ff65305ddf0cf2da043204) | |||
2011-05-13 | SCI: Avoid incrementing lockers of deleted script | Willem Jan Palenstijn | |
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) | |||
2011-05-13 | SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is defined | md5 | |
2011-05-13 | SCI: Added workarounds for bug #3292251, instead of patching the script | md5 | |
This fixes bug #3295853 | |||
2011-05-13 | SCI: Marked the sanity check inside processWorkList() as a workaround | md5 | |
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. | |||
2011-05-13 | SCI: Fixed bugs #3299458 and #3295849 | md5 | |
2011-05-13 | SCI: Fix signature of script patch qfg3DialogCrash (bug #3300241) | Tarek Soliman | |
(cherry picked from commit 33b1ca2b080e661f3d04e22ac7a1bd658a66ea80) | |||
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-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 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg | |
Thanks to Ge0rG for the analysis Cherry-picked from bfecb37501b6fdc35f2802216db5fb2b0e54b8ee |