aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-17SCUMM: fix FM-TOWNS graphics output for ARM devicesathrxx
2011-06-17Merge pull request #42 from fingolfin/no-osystem-defaultsMax Horn
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
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
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
2011-06-17SWORD25: Fix image blending for blackEugene Sandulenko
2011-06-16GRAPHICS: Fix decoding of 4bpp PNGsEugene Sandulenko
2011-06-17DREAMWEB: replaced generated code with c++ style stubsVladimir Menshakov
2011-06-16BACKENDS: Enhance Win32TaskbarManager::getIconPath()Julien
2011-06-16SCUMM: fix bug in cb661d63d0cd45d1231435a593b74dfc51872a0fathrxx
2011-06-16SCUMM: slightly changed behavior of 16bit mode detectionathrxx
2011-06-16DREAMWEB: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16TSAGE: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16SWORD25: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16SAGA: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16MOHAWK: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16M4: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16LASTEXPRESS: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16GROOVIE: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16SCI: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16ENGINES: Warn user about games marked with ADGF_UNSTABLE flagsTarek Soliman
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 compile...Julien
2011-06-16CONFIGURE: Disable check for unity when compiling with mingw (pkg-config is n...Julien
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
2011-06-16CONFIGURE: Update internal libunity handling and add support for disabling ta...Littleboy
2011-06-16CONFIGURE: Update libunity detection by adding a call to one of unity functio...Littleboy
2011-06-16BACKENDS: Fix Win32TaskbarManager compilation with MingwLittleboy
2011-06-16CONFIGURE: Disable Unity on non-unix systems and add taskbar support when com...Littleboy
2011-06-16COMMON: Update TaskbarManager header with better documentation and examples o...Littleboy