Age | Commit message (Collapse) | Author |
|
|
|
Silences the clang warning:
static data member specialization of '_singleton' must
originally be declared in namespace 'Common'; accepted as a C++0x
extension [-Wc++0x-extensions]
Wrapping "namespace Common {}" around the macro assignment causes clang
to complain about a spurious semicolon, and removing the semicolon at
the end of the macro causes some editors to misbehave.
Changing the requirement of using the macro in one namespace (the
global) to another (Common) seems a small price to pay to
silence a warning.
|
|
of enabling the console window.
|
|
|
|
We bypass SDL_WM_SetIcon and setup the window icon using the embedded icon, with the default path as a fallback.
This allows us to use an antialised icon with alpha transparency (which the default included icon doesn't have) on Windows XP and later
|
|
|
|
|
|
|
|
|
|
PS3 Port
|
|
|
|
by initializing the buffers to 0
|
|
Taskbar integration
|
|
|
|
SDL 1.3 allows converting from the S16SYS sound format to F32MSB, which is required by the PS3.
|
|
|
|
|
|
|
|
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
|
|
purpose.
Hopefully I catched all uses of the old name in our ports...
|
|
DefaultEventManager.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
integration is not enabled
|
|
|
|
|
|
- Unity needs a glib event loop to dispatch events.
- Cleanup whitespace and indentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Work in progress.
|
|
The GP2X is now folded into the GPH backend (as the GP2X device).
|
|
|
|
* Plugins are acting up on the old GP2X so disable for now until I get a chance to work on them some more.
|
|
|
|
|
|
|
|
|
|
|