Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-23 | SWORD25: Created proxy class that presents ScumMVM settings as a valid ↵ | Paul Gilbert | |
config.lua file | |||
2011-05-22 | ENGINES: Further unify engine names | Thierry Crozat | |
2011-05-22 | TSAGE: Fix bug "Scene 4150: Using the duck produces the message, "You don't ↵ | strangerke | |
need to use your stunner,[...]" | |||
2011-05-22 | TSAGE: Fix bug "Scene 2100: Examining the middle console triggers an ↵ | strangerke | |
assertion: "./engines/tsage/globals.h:84: bool tSage::Globals::getFlag(int) const: Assertion `(flagNum > 0) && (flagNum < 256)' failed."" | |||
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-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. | |||
2011-05-20 | FM-TOWNS AUDIO: fix gcc warnings | athrxx | |
2011-05-20 | FM-TOWNS AUDIO: fix thread lockups and cleanup | athrxx | |
- fixed lockup situation in imuse destructor (only concerning the fm-towns driver) - fixed lockup situation when AudioCDManager functions get called (in both cases both the main thread and the mixer thread would get locked in different mutex belonging to the other thread) | |||
2011-05-20 | AUDIO: Remove leftover "forward" declaration after real declaration in the ↵ | Johannes Schickel | |
TOWNS midi code. | |||
2011-05-20 | SWORD25: Don't assume that all locales use decimal point | eriktorbjorn | |
The trydecpoint() function *is* used, though probably only in countries which don't use a decimal point. We can't use the ISO C locale functions here because they're not fully implemented on some platforms, e.g. Android. Hopefully this method will work. | |||
2011-05-20 | SWORD25: Re-implement two LUA library I/O functions necessary for detecting ↵ | Paul Gilbert | |
and creating the config.lua configuration file | |||
2011-05-19 | GRAPHICS: Cleanup formatting | Matthew Hoops | |
2011-05-19 | GRAPHICS: Allow auxiliary surface functions to be used for 32bpp surfaces | Matthew Hoops | |
2011-05-20 | WINCE: Change plugin extensions from .dll to .plugin - fixes erroneous ↵ | CeRiAl | |
loading of runtime-dlls | |||
2011-05-19 | MOHAWK: Compensate movie encoding difference between Myst ME and Myst ↵ | Bastien Bouclet | |
original, to fix a crash in the clock tower. | |||
2011-05-19 | SWORD25: Fix to properly signal when movie playback has ended | Paul Gilbert | |
2011-05-18 | GRAPHICS: Update links to info on PICT+JPEG | Matthew Hoops | |
2011-05-19 | I18N: Fixed errors and smoothness of Ukrainian translation | Eugene Sandulenko | |
2011-05-19 | I18N: Update Russian translation | Eugene Sandulenko | |
2011-05-19 | I18N: Fixed errors and smoothness of Ukrainian translation | Eugene Sandulenko | |
2011-05-19 | I18N: Update Russian translation | Eugene Sandulenko | |
2011-05-18 | SWORD25: Implement TheoraDecoder::pauseVideoIntern() | Matthew Hoops | |
2011-05-18 | SWORD25: Properly use endOfVideo() | Matthew Hoops | |
2011-05-18 | GRAPHICS: Add some docs and sanity checks to the YUV to RGB code | Matthew Hoops | |
2011-05-18 | SWORD25: Make Theora handle the case when the packet eos is not set | Matthew Hoops | |
2011-05-18 | GRAPHICS: Add a YUV to RGB table lookup for use with Theora | Matthew Hoops | |
Based on the video/mpeg_player.* one, which is based on lots of other things (too many to name, go see the file) | |||
2011-05-18 | SWORD25: Fix a/v sync with using the TheoraDecoder standalone | Matthew Hoops | |
Hopefully should fix a/v sync from in-game. If not, the engine needs to be changed slightly | |||
2011-05-18 | TINSEL: Remove declarations for non-existent functions FindObject() and ↵ | Christoph Mallon | |
GetNextObject(). Signed-off-by: Max Horn <max@quendi.de> | |||
2011-05-18 | TINSEL: Correctly handle the pDispList OBJECT linked lists, i.e. use ↵ | Christoph Mallon | |
OBJECT** for a pointer to the head. Signed-off-by: Max Horn <max@quendi.de> | |||
2011-05-18 | TINSEL: Document pDispList OBJECT linked list 'trick' | Max Horn | |
2011-05-18 | TINSEL: Revert commit 43ca9c86ab to fix bug #3303799 | Max Horn | |
Commit 43ca9c86ab causes segfaults when trying to start a game in tinsel. However, the code in question still should be investigated, as it casts OBJECT** pointers to OBJECT*. Very fishy. | |||
2011-05-18 | COMMON: Document that Stream API is meant to imitate ISO C FILE semantics | Max Horn | |
2011-05-18 | AGI: Constify stuff | Max Horn | |
2011-05-18 | TSAGE: Fix several glitches in scene 4000 | strangerke | |
2011-05-18 | TSAGE: Fix bug in scene 2280 (when picking up left boots) | strangerke | |
2011-05-18 | TSAGE: Fix a serie of bugs in scenes 4045 and 4000 | strangerke | |
2011-05-18 | BUILD: Reset executable flag of configure | Willem Jan Palenstijn | |
2011-05-18 | WINCE: Add win32-provider.o to backends/module.mk for WinCE (fixes dynamic ↵ | CeRiAl | |
plugins) | |||
2011-05-18 | I18N: Small fix for german translation | CeRiAl | |
2011-05-18 | WINCE: Replace custom massadd with the global one (shows progress now) | CeRiAl | |
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). | |||
2011-05-18 | WINCE: Fix mouse coordinate scaling when ARM scaler support is active | CeRiAl | |