[Scummvm-cvs-logs] scummvm branch-1-3 -> dfe0c78f27a39cc0901e6375eb9becb728363c53
CeRiAl
ikhatib at gmail.com
Wed Jul 20 02:56:15 CEST 2011
This automated email contains information about 8 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5d741212c6 TEENAGENT: Allocate large buffers on the heap instead of the stack
26f5d57bf5 WINCE: Change default values for "FM_high_quality" & "high_sample_rate"
6a93430db1 WINCE: Update port specific README
9096b3dc50 WINCE: Replace custom massadd with the global one (shows progress now)
a6d5d801b8 WINCE: Move initialization of TimerManager to overloaded init() method.
46d15c5203 WINCE: Change keymapping for AGI and Simon 1 & 2
7d9320e04c GRAPHICS: Allocate Common::PEResources on the heap in WinFont::loadFromPE()
dfe0c78f27 WINCE: Update port specific README
Commit: 5d741212c69890c49cbf0eec233bcca694e07748
https://github.com/scummvm/scummvm/commit/5d741212c69890c49cbf0eec233bcca694e07748
Author: Julien (littleboy at users.sourceforge.net)
Date: 2011-07-17T05:12:32-07:00
Commit Message:
TEENAGENT: Allocate large buffers on the heap instead of the stack
This fixes bug #3313813 ("WinCE: TeenAgent: Crashes and locks device")
Changed paths:
engines/teenagent/resources.cpp
engines/teenagent/teenagent.cpp
Commit: 26f5d57bf5ac434c0f60d5cba480542e82631e6e
https://github.com/scummvm/scummvm/commit/26f5d57bf5ac434c0f60d5cba480542e82631e6e
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-07-17T05:17:40-07:00
Commit Message:
WINCE: Change default values for "FM_high_quality" & "high_sample_rate"
Changed the default values from "false" to "true" as current devices are
fast enough to handle this. It's still possible to change the values to
"false" if the device isn't fast enough.
This fixes bug #2138118 ("KYRA2: WinCE:Music on Menu freezes and goes to infinity")
Changed paths:
backends/mixer/wincesdl/wincesdl-mixer.cpp
backends/platform/wince/README-WinCE.txt
Commit: 6a93430db1aa897bd676e7a6add230fc7e4f60ac
https://github.com/scummvm/scummvm/commit/6a93430db1aa897bd676e7a6add230fc7e4f60ac
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-07-17T05:21:57-07:00
Commit Message:
WINCE: Update port specific README
Changed paths:
backends/platform/wince/README-WinCE.txt
Commit: 9096b3dc50693bdb99422e7e3d29ba26d70e43b1
https://github.com/scummvm/scummvm/commit/9096b3dc50693bdb99422e7e3d29ba26d70e43b1
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-07-17T05:38:42-07:00
Commit Message:
WINCE: Replace custom massadd with the global one (shows progress now)
Replaces the formerly custom WinCE massadd function (CELauncherDialog::automaticScanDirectory) with the global one, which is better because it shows progress (massadd in combination with a uncached plugin build takes a very long time to complete and user thinks device has crashed when no progress is shown).
Also fixes the additional custom WinCE about dialog (text was cut off before).
Changed paths:
backends/platform/wince/CELauncherDialog.cpp
backends/platform/wince/CELauncherDialog.h
Commit: a6d5d801b83b1a4262570130f03594041fc9690f
https://github.com/scummvm/scummvm/commit/a6d5d801b83b1a4262570130f03594041fc9690f
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-07-17T13:46:36-07:00
Commit Message:
WINCE: Move initialization of TimerManager to overloaded init() method.
Changed paths:
backends/platform/wince/wince-sdl.cpp
backends/platform/wince/wince-sdl.h
Commit: 46d15c5203c5d1a284f7aba87631bfde927f5cf6
https://github.com/scummvm/scummvm/commit/46d15c5203c5d1a284f7aba87631bfde927f5cf6
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-07-18T14:30:03-07:00
Commit Message:
WINCE: Change keymapping for AGI and Simon 1 & 2
Changed paths:
backends/platform/wince/CEActionsPocket.cpp
backends/platform/wince/CEActionsSmartphone.cpp
Commit: 7d9320e04c3bf5a1600a20adc202ff870b72d51c
https://github.com/scummvm/scummvm/commit/7d9320e04c3bf5a1600a20adc202ff870b72d51c
Author: Julien (littleboy at users.sourceforge.net)
Date: 2011-07-19T17:47:36-07:00
Commit Message:
GRAPHICS: Allocate Common::PEResources on the heap in WinFont::loadFromPE()
This fixes bug #3332002 ("Hugo 1 won't start in Windows CE 5.0")
Changed paths:
graphics/fonts/winfont.cpp
Commit: dfe0c78f27a39cc0901e6375eb9becb728363c53
https://github.com/scummvm/scummvm/commit/dfe0c78f27a39cc0901e6375eb9becb728363c53
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-07-19T17:52:36-07:00
Commit Message:
WINCE: Update port specific README
Changed paths:
backends/platform/wince/README-WinCE.txt
More information about the Scummvm-git-logs
mailing list