| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux() | MSC | 2016-04-06 | 1 | -0/+2 |
| | | | | | (cherry picked from commit 391095e0efe075268b892ff47a5885f5a6e2706f) | ||||
| * | Add support for gnu-libstc++-4.9 needed by recent NDK versions | blubee | 2016-04-02 | 1 | -7/+9 |
| | | | | | | | | | The 4.9 version is the default one, people can still build using 4.8 with older NDK versions by setting the (optional) NDK_TARGET and NDK_TARGET_X86 environment variables. (cherry picked from commit a0fb5b5f95f0d4ce90766301ddce4e5f199fb125) | ||||
| * | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 20 | -217/+217 |
| | | | | | (cherry picked from commit 0a5472e697dee57956c2583a50bc5cf5faada5d8) | ||||
| * | Expose android/shutdown_adb_on_exit parameter and default to true | Rémi Verschelde | 2016-04-02 | 1 | -0/+1 |
| | | | | | | | | | | | It was added in 30d0ca9 for the Steam build but only enabled when parsing a ._sc_ file that would define it. It is now available for all users to toggle, in and outside of Steam. Fixes #4073. (cherry picked from commit c58494038702876403687e5b76a100f077b8d9b3) | ||||
| * | Add -r flag to adb install for keep app user data | sanikoyes | 2016-04-02 | 1 | -0/+1 |
| | | | | | (cherry picked from commit 9e026fecef94c5bc52ecddf6db5ec60c76b2e3be) | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-04-02 | 49 | -412/+412 |
| | | | | | (cherry picked from commit 4a4f2479146aa33e235ed57cde311efda68d3c8f) | ||||
| * | osx: fix inverted horizontal scrolling | hondres | 2016-04-02 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 02eddbf7dae761c7763119271bb5cca5c0059c03) | ||||
| * | Added relative paths for DirAccess::remove() | Zher Huei Lee | 2016-03-05 | 2 | -4/+7 |
| | | | | | | | Follows similar behaviour to DirAccess::rename() (cherry picked from commit d7052ddba334de3df1190837c6d8589b48799965) | ||||
| * | html5: workaround for echo key events. | hondres | 2016-03-05 | 3 | -2/+27 |
| | | | | | (cherry picked from commit 352db6b17eaed84fef930723a67c6fba40a4b099) | ||||
| * | fix gradle build on windows | volzhs | 2016-03-05 | 1 | -1/+1 |
| | | | | | (cherry picked from commit d6cc887627de8868d88fe93968978a90f243c8e1) | ||||
| * | added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settings | Ariel Manzur | 2016-02-29 | 1 | -0/+10 |
| | | | | | (cherry picked from commit 30d0ca97664a7645ce8b2af7d169f0cee3248953) | ||||
| * | theora on server build | Ariel Manzur | 2016-02-27 | 1 | -1/+0 |
| | | |||||
| * | x11: fix joysticks not recognizing some buttons | hinsbart | 2016-02-27 | 1 | -3/+1 |
| | | | | | dpad on x360 pads with kernel < 4.3 is working now | ||||
| * | Reject any native video player calls on iOS that point to files within .pck ↵ | Aren Villanueva | 2016-02-19 | 3 | -65/+36 |
| | | | | | | | archives. Fix the paths for both res:// and user:// specified video files. | ||||
| * | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | Rémi Verschelde | 2016-02-17 | 5 | -5/+5 |
| | | | | | | The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626. | ||||
| * | Merge pull request #3715 from Hinsbart/libudev_include | Rémi Verschelde | 2016-02-15 | 1 | -1/+4 |
| |\ | | | | | X11: include libudev only on udev builds | ||||
| | * | include libudev only on udev builds | hondres | 2016-02-15 | 1 | -1/+4 |
| | | | |||||
| * | | adding xcode project template | Ariel Manzur | 2016-02-14 | 39 | -0/+613 |
| |/ | |||||
| * | x11: make dependancy on libudev optional | hondres | 2016-02-14 | 3 | -11/+41 |
| | | |||||
| * | win: fix xinput triggers not resetting correctly | Hondres | 2016-02-12 | 1 | -1/+1 |
| | | |||||
| * | fix platform bb10 compilation | hondres | 2016-02-11 | 2 | -1/+5 |
| | | |||||
| * | Merge pull request #3428 from Hinsbart/android-gamepad | punto- | 2016-02-08 | 9 | -160/+668 |
| |\ | | | | | support gamepad remapping on android | ||||
| | * | use fallback mapping from list | Hondres | 2016-01-27 | 1 | -1/+1 |
| | | | |||||
| | * | can use fallback mapping on all platforms | hondres | 2016-01-24 | 1 | -1/+1 |
| | | | |||||
| | * | support gamepad remapping on android | hondres | 2016-01-24 | 9 | -159/+667 |
| | | | |||||
| * | | Added constant to retrieve Windows' Documents path | Franco Eusébio Garcia | 2016-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to MSDN's documentation (https://msdn.microsoft.com/en-us/library/windows/desktop/bb762181(v=vs.85).aspx), CSIDL_PERSONAL represents the default path to Windows Document's folder: "Previous to Version 6.0. The file system directory used to physically store a user's common repository of documents. A typical path is C:\Documents and Settings\username\My Documents. This should be distinguished from the virtual My Documents folder in the namespace. To access that virtual folder, use SHGetFolderLocation, which returns the ITEMIDLIST for the virtual location, or refer to the technique described in Managing the File System." | ||||
| * | | Merge pull request #3615 from Hinsbart/joy_check_fix | punto- | 2016-02-07 | 1 | -2/+4 |
| |\ \ | | | | | | | x11: more verbose checking for joystick capabilities | ||||
| | * | | x11: more verbose checking for joystick capabilities | hondres | 2016-02-07 | 1 | -2/+4 |
| | | | | |||||
| * | | | added option to link libstdc++ statically | Juan Linietsky | 2016-02-04 | 1 | -0/+4 |
| | | | | |||||
| * | | | Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵ | Juan Linietsky | 2016-02-04 | 2 | -374/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++ | ||||
| * | | | -removed buggy flags, makes mingw+32 bits+optimized work again, | Juan Linietsky | 2016-02-04 | 1 | -1/+1 |
| |/ / | |||||
| * | | support horizontal mouse wheel, use in text editor | hondres | 2016-02-04 | 3 | -3/+35 |
| | | | |||||
| * | | Merge pull request #3575 from Hinsbart/_net_wm_name | Rémi Verschelde | 2016-02-04 | 1 | -0/+4 |
| |\ \ | | | | | | | x11: set _net_wm_name property | ||||
| | * | | x11: set _net_wm_name property | hondres | 2016-02-04 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge pull request #3493 from Hinsbart/wm_class | Rémi Verschelde | 2016-02-03 | 2 | -0/+18 |
| |\ \ \ | | | | | | | | | x11: use different strings for WM_CLASS depending on context | ||||
| | * | | | x11: use different strings for WM_CLASS depending on context | hondres | 2016-01-27 | 2 | -0/+18 |
| | | | | | |||||
| * | | | | Merge pull request #3538 from Hinsbart/temp | Rémi Verschelde | 2016-02-03 | 3 | -3/+0 |
| |\ \ \ \ | | |/ / | |/| | | remove pc_joystick_map.h | ||||
| | * | | | remove pc_joystick_map.h | hondres | 2016-02-01 | 3 | -3/+0 |
| | | | | | |||||
| * | | | | x11: fix non-gamepad devices being detected as joysticks | hondres | 2016-02-02 | 1 | -3/+4 |
| |/ / / | |||||
| * | | | close file descriptor if ioctls failed | hondres | 2016-02-01 | 1 | -0/+1 |
| | | | | |||||
| * | | | Update detect.py | punto- | 2016-01-29 | 1 | -1/+1 |
| | | | | | | | | | | removed -g from linkflags | ||||
| * | | | audio crash | Ariel Manzur | 2016-01-29 | 2 | -1/+4 |
| | | | | |||||
| * | | | Merge pull request #3471 from Hinsbart/remove_libevdev | punto- | 2016-01-27 | 3 | -103/+133 |
| |\| | | | | | | | | remove dependancy on libevdev | ||||
| | * | | remove dependancy on libevdev | hondres | 2016-01-26 | 3 | -103/+133 |
| | | | | |||||
| * | | | Revert "make msvc 64bits build again, fixes #3098" | George Marques | 2016-01-26 | 1 | -1/+1 |
| |/ / | | | | | | | This reverts commit b21ce6cecbd75ae3281177c4890902586ca710f7. | ||||
| * | | Combies driver split and spawn fix, closes #3265 | Juan Linietsky | 2016-01-25 | 1 | -0/+2 |
| | | | |||||
| * | | -Many fixes to windows build system with Mingw on Windows. Fixes #2690 | Juan Linietsky | 2016-01-25 | 1 | -35/+1 |
| | | | |||||
| * | | Change default window size for desktop | George Marques | 2016-01-24 | 3 | -3/+3 |
| |/ | | | | Fix #3149 | ||||
| * | add mappings and increase max number of buttons | hondres | 2016-01-22 | 1 | -1/+1 |
| | | |||||
| * | html5 gamepad support | Hinsbart | 2016-01-21 | 2 | -1/+75 |
| | | |||||
