Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-02 | SDL: Remove an unnecessary memset | Bastien Bouclet | |
2011-07-02 | SDL: Set a black palette by default. | Bastien Bouclet | |
This fixes white flashing screens when using SDL 1.3. SDL 1.3 palettes are all white by default, whereas SDL 1.2 palettes are all black ... | |||
2011-07-01 | BACKENDS: Fix PS2 backend compilation for real. | Johannes Schickel | |
2011-07-01 | BACKENDS: Fix compilation of PS2 backend. | Johannes Schickel | |
2011-07-01 | WINCE: Update port specific README | CeRiAl | |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion | |
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. | |||
2011-06-30 | WIN32: Add option to disable the console window, keeping the current default ↵ | Travis Howell | |
of enabling the console window. | |||
2011-06-29 | BACKENDS: Implement Win32TaskbarManager::setCount() | Littleboy | |
2011-06-28 | BACKENDS: Fix warnings in Win32TaskbarManager | Littleboy | |
2011-06-28 | BACKENDS: Update WindowsFilesystemNode::getChildren() to honor the hidden ↵ | Littleboy | |
parameter (FR #1726611) Hidden folders (such as the recycle bin or temporary hidden folders) will no longer be visible in the file/folder browser (as is the case on the Posix and related backends) | |||
2011-06-27 | WINCE: Added option to disable panel toggling with double tap on top of screen | CeRiAl | |
2011-06-26 | BACKENDS: Add special Win32 path to set SDL window icon | Littleboy | |
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 | |||
2011-06-26 | BACKENDS: Fix running on pre-Windows 2000 operating systems | Littleboy | |
The Windows taskbar manager uses VerSetConditionMask and VerifyVersionInfo to check for Windows 7 or later before enabling the taskbar integration features. Those functions did not appear until Windows 2000, so we have to check for them at runtime. | |||
2011-06-26 | WINCE: Fix timer manager | CeRiAl | |
2011-06-25 | TASKBAR: initialize _taskBar with NULL in constructor | athrxx | |
2011-06-25 | WINCE: Hide toolbar when returning to game list | CeRiAl | |
2011-06-23 | WII: Allow use of abort in OSystem_Wii class | Littleboy | |
2011-06-23 | ANDROID: Allow use of abort() in JNI class | Littleboy | |
2011-06-23 | BACKENDS: Silence warnings when compiling Win32TaskbarManager with mingw and ↵ | Littleboy | |
add CLSID_ShellLink definition | |||
2011-06-23 | Merge pull request #40 from bgK/ps3 | Eugene Sandulenko | |
PS3 Port | |||
2011-06-23 | BACKENDS: Add better error handling to OSystem_Win32::getDefaultConfigFileName() | Julien | |
2011-06-23 | BACKENDS/GRAPHICS: Silence non zero-terminated terminated buffers warnings ↵ | Julien | |
by initializing the buffers to 0 | |||
2011-06-23 | AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with malloc | Julien | |
2011-06-22 | BACKENDS: Fix compilation with Unity | Littleboy | |
- Replace UNIX by POSIX - Move unity include to cpp file - Add exception for unistd.h and time.h headers | |||
2011-06-22 | BACKENDS: Add missing enumeration value and GUID for compilation under older ↵ | Littleboy | |
versions of mingw64 | |||
2011-06-22 | Merge pull request #26 from Littleboy/taskbar | Eugene Sandulenko | |
Taskbar integration | |||
2011-06-22 | PS3: Keep updating the screen while the XMB is open to prevent it from freezing | Bastien Bouclet | |
2011-06-22 | PS3: Map joypad buttons to features. Enable the virtual keyboard. | Bastien Bouclet | |
2011-06-22 | PS3: Add a SDL 1.3 mixer, for use with the PS3 backend. | Bastien Bouclet | |
SDL 1.3 allows converting from the S16SYS sound format to F32MSB, which is required by the PS3. | |||
2011-06-22 | PS3: Initial version of the PlayStation 3 backend | Bastien Bouclet | |
2011-06-22 | SDL: Allow building with current SDL 1.3hg | Bastien Bouclet | |
2011-06-20 | WIN32: Properly setup priority in Win32 resource archive code. | Johannes Schickel | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
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]*$//' | |||
2011-06-19 | SDL: Replace some SdlGraphicsManager uses with SurfaceSdlGraphicsManager. | Johannes Schickel | |
2011-06-19 | SDL: Rename SdlGraphicsManager to SurfaceSdlGraphicsManager to reflect its ↵ | Johannes Schickel | |
purpose. Hopefully I catched all uses of the old name in our ports... | |||
2011-06-19 | SDL: Remove left over traces from the time the SdlEventSource subclassed ↵ | Johannes Schickel | |
DefaultEventManager. | |||
2011-06-19 | OPENGLSDL: Add FIXME about desktop resolution retrieving. | Johannes Schickel | |
2011-06-19 | OPENGL: Clarify OSD rect color in a comment. | Johannes Schickel | |
2011-06-19 | SDL: Formatting fixes. | Johannes Schickel | |
2011-06-19 | OPENGL: Formatting fixes. | Johannes Schickel | |
2011-06-19 | OPENGLSDL: Use String::format instead of sprintf. | Johannes Schickel | |
2011-06-19 | OPENGLSDL: Formatting fixes. | Johannes Schickel | |
2011-06-18 | ANDROID: Fix kFeatureCursorPalette. | Alyssa Milburn | |
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 | BACKENDS: Mono output devices are OK on Symbian. | Alyssa Milburn | |