Age | Commit message (Collapse) | Author |
|
taskbar support entirely
- Rename internal _unity var to _libunity
- Disable libunity support when taskbar integration support is disabled
|
|
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
|
|
It was missing an include for scummsys.h and so couldn't find the defines
|
|
compiling with mingw
- Mingw now links with 2 additional libraries: ole32 and uuid
|
|
of use
|
|
|
|
|
|
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)
|
|
|
|
- Show the number of found games when using the massadd dialog
|
|
- Unity needs a glib event loop to dispatch events.
- Cleanup whitespace and indentation
|
|
When configure enables a WIP/unstable engine, the about box and
scummvm --version will now display TAINTED in the
"features compiled in" list
|
|
Also, If any unstable/wip engine is enabled, #define TAINTED_BUILD
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This removes an (empty) 'unbounded code' block in dreamgen.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PCE on Android
This mostly reverts 5b7754e3f095eb8a469dd4b7de5a6379f8e13c27. Instead, we try to use other 16bit modes after 555 fails.
|
|
|
|
the most ones are gone.
|
|
|
|
|
|
|
|
|