Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
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. |