Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-18 | AGOS: Replace vsprintf by Common::String::vformat | Max Horn | |
2011-06-18 | AGI: Replace vsprintf by Common::String::vformat | Max Horn | |
2011-06-18 | COMMON: Add vformat() function (Common::String analog to vsprintf) | Max Horn | |
2011-06-17 | SCUMM: fix FM-TOWNS graphics output for ARM devices | athrxx | |
(changed behavior of USE_ARM_GFX_ASM define) | |||
2011-06-17 | Merge pull request #42 from fingolfin/no-osystem-defaults | Max Horn | |
Remove default implementation of OSystem::logMessage | |||
2011-06-17 | COMMON: Remove default implementation of OSystem::logMessage | Max Horn | |
2011-06-17 | SDL: Make logMessage() implementation independent from parent class(es) | Max Horn | |
2011-06-17 | NULL: Add logMessage() implementation | Max Horn | |
2011-06-17 | N64: Add logMessage() implementation | Max Horn | |
2011-06-17 | IPHONE: Add logMessage() implementation | Max Horn | |
2011-06-17 | WII: Add logMessage() implementation | Max Horn | |
2011-06-17 | PSP: Make logMessage() implementation independent from parent class(es) | Max Horn | |
2011-06-17 | GUI: fix uninitialized var | athrxx | |
(caused rendering glitches when compiling with MSVC) | |||
2011-06-17 | BACKENDS: Mono output devices are OK on Symbian. | Alyssa Milburn | |
2011-06-17 | Merge pull request #30 from tsoliman/configure-enhancement-warning-clean | Eugene Sandulenko | |
Configure enhancement warning clean | |||
2011-06-17 | DREAMWEB: clear cx after rep movs/stos commands | Vladimir Menshakov | |
2011-06-17 | SCI: Improve 'extra' strings generated by fallback detector | Max Horn | |
2011-06-17 | ENGINES: Update GameDescriptor::updateDesc docs to match reality | Max Horn | |
2011-06-17 | SCI: Improve fallback detection for KQ7 | Max Horn | |
2011-06-17 | SCI: Improve fallback detection for GK2 demo | Max Horn | |
2011-06-17 | SCI: Change fallback detector to use allFiles hashmap | Max Horn | |
2011-06-17 | MOHAWK: Add detection for Zoombinis v2.0. | Scott Thomas | |
2011-06-17 | COMMON: Make use of Common::parseBool | Max Horn | |
2011-06-17 | SCI: Use ScopedPtr to handle temporary resMan instance on the heap | Max Horn | |
2011-06-17 | GRAPHICS: Fix Valgrind warning | eriktorbjorn | |
The stream class uses free() to automatically dispose of the buffer so it must be allocated with malloc(), not "new". | |||
2011-06-17 | SWORD25: Fix image blending for black | Eugene Sandulenko | |
This fixes exit menu. | |||
2011-06-16 | GRAPHICS: Fix decoding of 4bpp PNGs | Eugene Sandulenko | |
Fixes checkbox in options menu in Sword25. | |||
2011-06-17 | DREAMWEB: replaced generated code with c++ style stubs | Vladimir Menshakov | |
2011-06-16 | BACKENDS: 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-16 | SCUMM: fix bug in cb661d63d0cd45d1231435a593b74dfc51872a0f | athrxx | |
2011-06-16 | SCUMM: slightly changed behavior of 16bit mode detection | athrxx | |
(another attempt to fix SCUMM FM-TOWNS for ANDROID) | |||
2011-06-16 | DREAMWEB: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
2011-06-16 | TSAGE: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
2011-06-16 | SWORD25: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
2011-06-16 | SAGA: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
SAGA 2 Games | |||
2011-06-16 | MOHAWK: flag all WIP games with ADGF_UNSTABLE | Tarek 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-16 | M4: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
2011-06-16 | LASTEXPRESS: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
2011-06-16 | GROOVIE: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
Groovie 2 games | |||
2011-06-16 | SCI: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
SCI32 games | |||
2011-06-16 | ENGINES: Warn user about games marked with ADGF_UNSTABLE flags | Tarek 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-16 | CONFIGURE: Add minimum version of Unity | Julien | |
2011-06-16 | BACKENDS: Fix compilation of Win32TaskbarManager with mingw | Julien | |
2011-06-16 | CONFIGURE: 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-16 | CONFIGURE: Disable check for unity when compiling with mingw (pkg-config is ↵ | Julien | |
not available) | |||
2011-06-16 | COMMON: Change TaskbarManager to the new module slot interface | Julien | |
2011-06-16 | BACKENDS: Allow use of excluded functions needed by Win32TaskbarManager | Julien | |
2011-06-16 | BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar ↵ | Littleboy | |
integration is not enabled | |||
2011-06-16 | CONFIGURE: 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-16 | CONFIGURE: 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 |