Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-06 | SDL: Don't rely on SDL keycodes and OSystem keycodes being the same. | Bastien Bouclet | |
SDL 1.3 shuffles keycodes around ... | |||
2011-08-06 | RECORDER: Added stub for delayMillis() processing | Eugene Sandulenko | |
2011-08-06 | JANITORIAL: Remove SVN keywords | Eugene Sandulenko | |
2011-08-06 | TIMER: Implemented checks for duplicated timers | Eugene Sandulenko | |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko | |
2011-08-02 | MACOSX: Turned update support off by default, simplified and cleaned the ↵ | Oystein Eftevaag | |
pull request | |||
2011-08-02 | Merge pull request #52 from CeRiAl/macosx-sparkle | Oystein Eftevaag | |
MACOSX: Add Sparkle support | |||
2011-07-20 | WINCE: Update port specific README | CeRiAl | |
2011-07-20 | WINCE: Change keymapping for AGI and Simon 1 & 2 | CeRiAl | |
2011-07-20 | WINCE: Move initialization of TimerManager to overloaded init() method. | CeRiAl | |
2011-07-20 | WINCE: Update port specific README | CeRiAl | |
2011-07-19 | MACOSX/UPDATES: Add comments which describe what Sparkle is | CeRiAl | |
2011-07-19 | MACOSX/UPDATES: Fix compilation for Mac OSX 10.4+ | CeRiAl | |
2011-07-19 | MACOSX/UPDATES: Streamline UpdateManager | CeRiAl | |
Moved UpdateManager related code from backends/modular-backend.* to common/system.*. Added switch --enable/disable-updates to be able to disable updates support generally. | |||
2011-07-19 | MACOSX: Add Sparkle support | CeRiAl | |
2011-07-19 | JANITORIAL: Fix MSVC warnings | Littleboy | |
- Conversion from double to float - Unary minus operator applied to unsigned type - ARRAYSIZE redefinition | |||
2011-07-17 | DC: Directory handling fixes | Marcus Comstedt | |
* Include directory nodes in FSList sent to detectGames - This is required for correct detection of toon. * Don't add / at the end of directories found in getChildren - It looks like that behaviour was removed from posix-fs a long time ago, and now there's apparently code depending on directories _not_ having a / at the end of their name... * Treat games detected in subdirs as duplicates - This is a workaround for a detection bug in toon; it will incorrectly detect the game in the MISC subdirectory as well. * Don't avoid directories called "install" in the game selector - I don't know if the original reason for ignoring "install" is still valid, but the code for doing do so was broken anyway. | |||
2011-07-15 | WINCE: Change default values for "FM_high_quality" & "high_sample_rate" | CeRiAl | |
Changed the default values from "false" to "true" as current devices are fast enough to handle this. It's still possible to change the values to "false" if the device isn't fast enough. | |||
2011-07-13 | BACKENDS: Fix spelling of 'Mac OS X' | Matthew Hoops | |
2011-07-13 | BACKENDS: Fix compilation on case-sensitive Mac OS X | Matthew Hoops | |
2011-07-13 | BACKENDS: Fix a typo | Matthew Hoops | |
2011-07-13 | BACKENDS: Remove unneeded define check | Matthew Hoops | |
2011-07-13 | BACKENDS: Rename appMenu_osx.* to appmenu_osx.* | Matthew Hoops | |
2011-07-13 | BACKENDS: Fix compilation on Mac OS X without translation support | Matthew Hoops | |
2011-07-12 | Merge pull request #51 from CeRiAl/macosx-appmenu-i18n | Ismail Khatib | |
MACOSX: Add i18n support for Mac OSX application menu | |||
2011-07-12 | MACOSX: Fix application menu i18n compilation for Mac OSX 10.4+ | CeRiAl | |
2011-07-08 | OPENPANDORA: Add explicit location for 'themepath' to the loader script. | David-John Willis | |
2011-07-07 | OPENPANDORA: Change bundle rule to make a SquashFS compressed .PND. | David-John Willis | |
2011-07-07 | OPENPANDORA: Update support scripts that create .PND distribution file. | David-John Willis | |
2011-07-07 | GPH: Add note to the README stored with 'mmuhack.o' for the GP2X | David-John Willis | |
explaining why the binary object is in the source tree. | |||
2011-07-07 | PS3: Fix comment | dhewg | |
2011-07-07 | MACOSX: Add i18n support for Mac OSX application menu | CeRiAl | |
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 | |