aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-17COMMON: Remove default implementation of OSystem::logMessageMax Horn
2011-06-17SDL: Make logMessage() implementation independent from parent class(es)Max Horn
2011-06-17NULL: Add logMessage() implementationMax Horn
2011-06-17N64: Add logMessage() implementationMax Horn
2011-06-17IPHONE: Add logMessage() implementationMax Horn
2011-06-17WII: Add logMessage() implementationMax Horn
2011-06-17PSP: Make logMessage() implementation independent from parent class(es)Max Horn
2011-06-17GUI: fix uninitialized varathrxx
(caused rendering glitches when compiling with MSVC)
2011-06-17BACKENDS: Mono output devices are OK on Symbian.Alyssa Milburn
2011-06-17Merge pull request #30 from tsoliman/configure-enhancement-warning-cleanEugene Sandulenko
Configure enhancement warning clean
2011-06-17DREAMWEB: clear cx after rep movs/stos commandsVladimir Menshakov
2011-06-17SCI: Improve 'extra' strings generated by fallback detectorMax Horn
2011-06-17ENGINES: Update GameDescriptor::updateDesc docs to match realityMax Horn
2011-06-17SCI: Improve fallback detection for KQ7Max Horn
2011-06-17SCI: Improve fallback detection for GK2 demoMax Horn
2011-06-17SCI: Change fallback detector to use allFiles hashmapMax Horn
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