aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-17MOHAWK: Add detection for Zoombinis v2.0.Scott Thomas
2011-06-17COMMON: Make use of Common::parseBoolMax Horn
2011-06-17SCI: Use ScopedPtr to handle temporary resMan instance on the heapMax Horn
2011-06-17GRAPHICS: Fix Valgrind warningeriktorbjorn
The stream class uses free() to automatically dispose of the buffer so it must be allocated with malloc(), not "new".
2011-06-17SWORD25: Fix image blending for blackEugene Sandulenko
This fixes exit menu.
2011-06-16GRAPHICS: Fix decoding of 4bpp PNGsEugene Sandulenko
Fixes checkbox in options menu in Sword25.
2011-06-17DREAMWEB: replaced generated code with c++ style stubsVladimir Menshakov
2011-06-16BACKENDS: Enhance Win32TaskbarManager::getIconPath()Julien
We now look for an iconsPath configuration variable with the path to the icons folder. In addition, we look if there is an "icons" subfolder (useful when using extrapath to store icons)
2011-06-16SCUMM: fix bug in cb661d63d0cd45d1231435a593b74dfc51872a0fathrxx
2011-06-16SCUMM: slightly changed behavior of 16bit mode detectionathrxx
(another attempt to fix SCUMM FM-TOWNS for ANDROID)
2011-06-16DREAMWEB: flag all WIP games with ADGF_UNSTABLETarek Soliman
all
2011-06-16TSAGE: flag all WIP games with ADGF_UNSTABLETarek Soliman
all
2011-06-16SWORD25: flag all WIP games with ADGF_UNSTABLETarek Soliman
all
2011-06-16SAGA: flag all WIP games with ADGF_UNSTABLETarek Soliman
SAGA 2 Games
2011-06-16MOHAWK: flag all WIP games with ADGF_UNSTABLETarek Soliman
Where in Time is Carmen Sandiego? Myst Riven: The Sequel to Myst The following games are flagged according to the compatibility list zoombini csworld csamtrak carmentq carmentqc maggiesfa jamesmath treehouse 1stdegree csusa arthurrace catinthehat rugrats lbsampler >=V3 arthurcomp
2011-06-16M4: flag all WIP games with ADGF_UNSTABLETarek Soliman
all
2011-06-16LASTEXPRESS: flag all WIP games with ADGF_UNSTABLETarek Soliman
all
2011-06-16GROOVIE: flag all WIP games with ADGF_UNSTABLETarek Soliman
Groovie 2 games
2011-06-16SCI: flag all WIP games with ADGF_UNSTABLETarek Soliman
SCI32 games
2011-06-16ENGINES: Warn user about games marked with ADGF_UNSTABLE flagsTarek Soliman
ADGF_UNSTABLE is always warned about. ADGF_TESTING is only warned about when running configure with --enable-relase. Both warnings are subject to the enable_wip_game_warning config option.
2011-06-16CONFIGURE: Add minimum version of UnityJulien
2011-06-16BACKENDS: Fix compilation of Win32TaskbarManager with mingwJulien
2011-06-16CONFIGURE: Only add linking to ole32 and uuid when taskbar support is ↵Julien
compiled for Win32 We also show the type of taskbar integration being compiled.
2011-06-16CONFIGURE: Disable check for unity when compiling with mingw (pkg-config is ↵Julien
not available)
2011-06-16COMMON: Change TaskbarManager to the new module slot interfaceJulien
2011-06-16BACKENDS: Allow use of excluded functions needed by Win32TaskbarManagerJulien
2011-06-16BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar ↵Littleboy
integration is not enabled
2011-06-16CONFIGURE: Update internal libunity handling and add support for disabling ↵Littleboy
taskbar support entirely - Rename internal _unity var to _libunity - Disable libunity support when taskbar integration support is disabled
2011-06-16CONFIGURE: Update libunity detection by adding a call to one of unity ↵Littleboy
functions in the cc_check test Some older compilers might not error out on missing headers and will compile (with warnings) unless a symbol is missing
2011-06-16BACKENDS: Fix Win32TaskbarManager compilation with MingwLittleboy
It was missing an include for scummsys.h and so couldn't find the defines
2011-06-16CONFIGURE: Disable Unity on non-unix systems and add taskbar support when ↵Littleboy
compiling with mingw - Mingw now links with 2 additional libraries: ole32 and uuid
2011-06-16COMMON: Update TaskbarManager header with better documentation and examples ↵Littleboy
of use
2011-06-16BACKENDS: Add define for Unity-specific taskbar codeLittleboy
2011-06-16COMMON: Add overall documentation to TaskbarManager interfaceLittleboy
2011-06-16BACKENDS: Remove UnityTaskbarManager::setOverlayIcon()Littleboy
Unity is not going to provide a way to set a custom overlay icon (the emblem API is being replaced by a simple urgent state)
2011-06-16BACKENDS: Move Win32TaskbarManager init code to constructorLittleboy
2011-06-16BACKENDS: Add support for count status to TaskbarManagerLittleboy
- Show the number of found games when using the massadd dialog
2011-06-16BACKENDS: Integrate glib main event loopLittleboy
- Unity needs a glib event loop to dispatch events. - Cleanup whitespace and indentation
2011-06-16BASE: add TAINTED feature to gScummVMFeaturesTarek Soliman
When configure enables a WIP/unstable engine, the about box and scummvm --version will now display TAINTED in the "features compiled in" list
2011-06-16CONFIGURE: add warning for building WIP/unstable enginesTarek Soliman
Also, If any unstable/wip engine is enabled, #define TAINTED_BUILD
2011-06-16DREAMWEB: Re-optimize unbounded code blocksWillem Jan Palenstijn
This gets rid of some unused labels. We need to be careful not be optimize too much, as that could remove the very label the unbounded block was added for.
2011-06-16BACKENDS: Only update unity libs and cflags in auto modeLittleboy
2011-06-16BACKENDS: Add WIP Unity supportLittleboy
2011-06-16BACKENDS: Add use flag for taskbar integrationLittleboy
2011-06-16BACKENDS: Add stubs for unity taskbar classLittleboy
2011-06-16TOOLS: Add ole32.lib and uuid.lib to Code::Blocks linked librariesLittleboy
2011-06-16BACKENDS: Add taskbar integration compat header for MingWLittleboy
2011-06-16BACKENDS: Add progress to MassAdd dialogLittleboy
2011-06-16BACKENDS: Add engine-level accessor for TaskbarManagerLittleboy
2011-06-16BACKENDS: Add support for custom game icon (recent items list and icon overlay)Littleboy