Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-06-16 | BACKENDS: Fix Win32TaskbarManager compilation with Mingw | Littleboy | |
It was missing an include for scummsys.h and so couldn't find the defines | |||
2011-06-16 | CONFIGURE: 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-16 | COMMON: Update TaskbarManager header with better documentation and examples ↵ | Littleboy | |
of use | |||
2011-06-16 | BACKENDS: Add define for Unity-specific taskbar code | Littleboy | |
2011-06-16 | COMMON: Add overall documentation to TaskbarManager interface | Littleboy | |
2011-06-16 | BACKENDS: 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-16 | BACKENDS: Move Win32TaskbarManager init code to constructor | Littleboy | |
2011-06-16 | BACKENDS: Add support for count status to TaskbarManager | Littleboy | |
- Show the number of found games when using the massadd dialog | |||
2011-06-16 | BACKENDS: Integrate glib main event loop | Littleboy | |
- Unity needs a glib event loop to dispatch events. - Cleanup whitespace and indentation | |||
2011-06-16 | BASE: add TAINTED feature to gScummVMFeatures | Tarek 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-16 | CONFIGURE: add warning for building WIP/unstable engines | Tarek Soliman | |
Also, If any unstable/wip engine is enabled, #define TAINTED_BUILD | |||
2011-06-16 | DREAMWEB: Re-optimize unbounded code blocks | Willem 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-16 | BACKENDS: Only update unity libs and cflags in auto mode | Littleboy | |
2011-06-16 | BACKENDS: Add WIP Unity support | Littleboy | |
2011-06-16 | BACKENDS: Add use flag for taskbar integration | Littleboy | |
2011-06-16 | BACKENDS: Add stubs for unity taskbar class | Littleboy | |
2011-06-16 | TOOLS: Add ole32.lib and uuid.lib to Code::Blocks linked libraries | Littleboy | |
2011-06-16 | BACKENDS: Add taskbar integration compat header for MingW | Littleboy | |
2011-06-16 | BACKENDS: Add progress to MassAdd dialog | Littleboy | |
2011-06-16 | BACKENDS: Add engine-level accessor for TaskbarManager | Littleboy | |
2011-06-16 | BACKENDS: Add support for custom game icon (recent items list and icon overlay) | Littleboy | |