Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-06 | PSP2: remove date from executable name | rsn8887 | |
2017-03-06 | SDL: Fix trying to init non-supported shaders (#917) | rsn8887 | |
2017-03-05 | BACKENDS: Fix const'ness which led to warnings | Eugene Sandulenko | |
2017-03-05 | BACKENDS: Fix crash on startup | Eugene Sandulenko | |
2017-03-04 | Merge pull request #915 from rsn8887/vita | Eugene Sandulenko | |
PSP2: Add Playstation Vita support | |||
2017-03-04 | PSP2: Add Playstation Vita (PSP2) support | cpasjuste | |
2017-03-04 | CLOUD: Fix whitespace | Willem Jan Palenstijn | |
2017-03-04 | BACKENDS: NETWORKING: Fix warning | Eugene Sandulenko | |
2017-03-04 | CLOUD: Fix LocalWebserver::resolveAddress() on Android | Alexander | |
No <ifaddrs.h> available on Android, thus fixed similarly to https://github.com/zlargon/lssdp/commit/9b4568 | |||
2017-03-01 | SDL: Always use sub-pixel joystick pointer resolution | rsn8887 | |
2017-02-28 | CLOUD: Fix GCC Unused Variable Warning. | D G Turner | |
This variable is not used as the constructors for the storage type classes store the resulting objects into the Cloud Manager using replaceStorage(this) instead. | |||
2017-02-27 | SDL: fix pointer speed setting 8 (was too slow) | rsn8887 | |
2017-02-24 | Merge pull request #908 from rsn8887/upstream | Eugene Sandulenko | |
SDL: Fix erratic analog pointer + control options | |||
2017-02-22 | SDL: Fix erratic analog pointer + control options | rsn8887 | |
Fixes erratic speeds in analog pointer motion Implemented option to set analog/keyboard pointer speed and control the analog joystick deadzone. The deadzone option appears only if the build supports analog joystick (via JOY_ANALOG define) | |||
2017-02-22 | Merge pull request #909 from lubomyr/master | Eugene Sandulenko | |
ANDROIDSDL: changed filename in assets file with scummvm-data for replace old data files | |||
2017-02-22 | ANDROIDSDL: changed filename in asset file with scummvm-data for replacing ↵ | lubomyr | |
old data-files | |||
2017-02-21 | Merge pull request #904 from AReim1982/DevKitPPC-R28 | Eugene Sandulenko | |
WII: Fix compiler warnings | |||
2017-02-21 | Merge pull request #905 from lubomyr/master | Eugene Sandulenko | |
ANDROIDSDL: added tab Control in main Options menu for switching some features | |||
2017-02-18 | SDL: increase resolution of slow analog pointer motion | rsn8887 | |
2017-02-18 | SDL: Cleanup, replaced _km.multiplier with #define | rsn8887 | |
2017-02-19 | ANDROIDSDL: code refactoring | lubomyr | |
2017-02-18 | SDL: improved internal joystick event handling | rsn8887 | |
2017-02-18 | SDL: slow analog ('modifier'+stick) made slower | rsn8887 | |
2017-02-18 | ANDROIDSDL: config feature swap_menu_and_back renamed to ↵ | lubomyr | |
swap_menu_and_back_buttons | |||
2017-02-18 | ANDROIDSDL: code refactoring and optimization | lubomyr | |
2017-02-17 | SDL: More fixes to jerky analog joystick pointer | rsn8887 | |
For some engines such as Dreamweb that a previous fix did not apply to, this fixes bug 6996: Android: Mouse pointer control with analog joystick is unusable | |||
2017-02-15 | ANDROIDSDL: code formatting... | lubomyr | |
2017-02-14 | SDL: Fix jerky/laggy analog joystick mouse control | rsn8887 | |
This fixes bug 6996: Android: Mouse pointer control with analog joystick is unusable | |||
2017-02-14 | ANDROIDSDL: implemented checkbox for swap menu and back buttons | lubomyr | |
2017-02-14 | ANDROIDSDL: backend related checking in options.cpp replaced with ↵ | lubomyr | |
hasFeature... condition, renamed some fields and methods | |||
2017-02-14 | WII: Fix compiler warnings | Alexander Reim | |
WII: Fix compiler warnings Compiler: DevKitPPC R28 | |||
2017-02-07 | ANDROIDSDL: code refactoring... | lubomyr | |
2017-02-01 | ANDROIDSDL: code optimization | lubomyr | |
2017-01-31 | ANDROIDSDL: implemented checkbox for show/hide on-screen control in Options menu | lubomyr | |
2017-01-30 | ANDROIDSDL: implemented checkbox for change mouse mode in Options menu | lubomyr | |
2017-01-17 | DC: Fix Variable Shadowing Compiler Warning. | D G Turner | |
2017-01-17 | CLOUD: Fix Unsigned vs. Signed Comparison Compiler Warning. | D G Turner | |
2017-01-16 | CLOUD: Fix Possible Uninitialized Variable Compiler Warning. | D G Turner | |
2017-01-16 | CLOUD: Fix Further Variable Shadowing Compiler Warnings. | D G Turner | |
2017-01-16 | CLOUD: Fix Compilation Failure. | D G Turner | |
Cut and Paste Typo. | |||
2017-01-16 | CLOUD: Fix Various Variable Shadowing Compiler Warnings. | D G Turner | |
2017-01-16 | CLOUD: Fix Various Compiler Warnings By Adding Casts. | D G Turner | |
2017-01-12 | BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol. | D G Turner | |
This should ensure that any future cut-and-paste for new backends do not repeat this same warning issue. | |||
2017-01-12 | WII: Fix Variable Shadowing Compiler Warnings. | D G Turner | |
2017-01-12 | WIN32: Fix Variable Shadowing Compiler Warnings. | D G Turner | |
These are emitted when using the MinGW compiler. | |||
2017-01-10 | CLOUD: Add FIXME comment. | D G Turner | |
This is generating a compiler warning for set-but-unused, but it looks as if this is meant to be used in some way i.e. code is unfinished or orphaned. | |||
2017-01-10 | CLOUD: Fix Remaining Shadowing Compiler Warnings. | D G Turner | |
2017-01-10 | CLOUD: Fix Various Shadowing Compiler Warnings from errorCallback. | D G Turner | |
2017-01-10 | CLOUD: Fix Two Variable Shadowing Compiler Warnings. | D G Turner | |
2017-01-01 | ALL: Bump copyright year to 2017 | Eugene Sandulenko | |