Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-20 | Merge pull request #4105 from akien-mga/pr-android-shutdown-adb | Rémi Verschelde | |
Expose android/shutdown_adb_on_exit parameter | |||
2016-03-20 | Expose android/shutdown_adb_on_exit parameter and default to true | Rémi Verschelde | |
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. | |||
2016-03-20 | Add support for gnu-libstc++-4.9 needed by recent NDK versions | blubee | |
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. | |||
2016-03-18 | Add -r flag to adb install for keep app user data | sanikoyes | |
2016-03-13 | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | |
- Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025 | |||
2016-03-12 | Borderless window support for the Win32 build. Default window position is ↵ | Saracen | |
now also centred. | |||
2016-03-09 | fix possible crash in platform/x11/joystick_linux.cpp | Hubert Jarosz | |
ev may be tainted and out of MAX_KEY range, which will cause joy->key_map[ev.code] to crash | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-03-07 | osx: fix inverted horizontal scrolling | hondres | |
2016-03-05 | Merge pull request #3893 from leezh/diraccess_fix | Rémi Verschelde | |
Added relative paths for DirAccess::remove() | |||
2016-03-04 | html5: workaround for echo key events. | hondres | |
2016-03-02 | fix gradle build on windows | volzhs | |
2016-03-01 | Added relative paths for DirAccess::remove() | Zher Huei Lee | |
Follows similar behaviour to DirAccess::rename() | |||
2016-02-27 | added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settings | Ariel Manzur | |
2016-02-25 | theora on server build | Ariel Manzur | |
2016-02-24 | x11: fix joysticks not recognizing some buttons | hinsbart | |
dpad on x360 pads with kernel < 4.3 is working now | |||
2016-02-19 | Reject any native video player calls on iOS that point to files within .pck ↵ | Aren Villanueva | |
archives. Fix the paths for both res:// and user:// specified video files. | |||
2016-02-17 | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | Rémi Verschelde | |
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626. | |||
2016-02-15 | Merge pull request #3715 from Hinsbart/libudev_include | Rémi Verschelde | |
X11: include libudev only on udev builds | |||
2016-02-15 | include libudev only on udev builds | hondres | |
2016-02-14 | adding xcode project template | Ariel Manzur | |
2016-02-14 | x11: make dependancy on libudev optional | hondres | |
2016-02-12 | win: fix xinput triggers not resetting correctly | Hondres | |
2016-02-11 | fix platform bb10 compilation | hondres | |
2016-02-08 | Merge pull request #3428 from Hinsbart/android-gamepad | punto- | |
support gamepad remapping on android | |||
2016-02-07 | Added constant to retrieve Windows' Documents path | Franco Eusébio Garcia | |
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." | |||
2016-02-07 | Merge pull request #3615 from Hinsbart/joy_check_fix | punto- | |
x11: more verbose checking for joystick capabilities | |||
2016-02-07 | x11: more verbose checking for joystick capabilities | hondres | |
2016-02-04 | added option to link libstdc++ statically | Juan Linietsky | |
2016-02-04 | Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵ | Juan Linietsky | |
with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++ | |||
2016-02-04 | -removed buggy flags, makes mingw+32 bits+optimized work again, | Juan Linietsky | |
2016-02-04 | support horizontal mouse wheel, use in text editor | hondres | |
2016-02-04 | Merge pull request #3575 from Hinsbart/_net_wm_name | Rémi Verschelde | |
x11: set _net_wm_name property | |||
2016-02-04 | x11: set _net_wm_name property | hondres | |
2016-02-03 | Merge pull request #3493 from Hinsbart/wm_class | Rémi Verschelde | |
x11: use different strings for WM_CLASS depending on context | |||
2016-02-03 | Merge pull request #3538 from Hinsbart/temp | Rémi Verschelde | |
remove pc_joystick_map.h | |||
2016-02-02 | x11: fix non-gamepad devices being detected as joysticks | hondres | |
2016-02-01 | remove pc_joystick_map.h | hondres | |
2016-02-01 | close file descriptor if ioctls failed | hondres | |
2016-01-29 | Update detect.py | punto- | |
removed -g from linkflags | |||
2016-01-29 | audio crash | Ariel Manzur | |
2016-01-27 | x11: use different strings for WM_CLASS depending on context | hondres | |
2016-01-27 | use fallback mapping from list | Hondres | |
2016-01-27 | Merge pull request #3471 from Hinsbart/remove_libevdev | punto- | |
remove dependancy on libevdev | |||
2016-01-26 | Revert "make msvc 64bits build again, fixes #3098" | George Marques | |
This reverts commit b21ce6cecbd75ae3281177c4890902586ca710f7. | |||
2016-01-26 | remove dependancy on libevdev | hondres | |
2016-01-25 | Combies driver split and spawn fix, closes #3265 | Juan Linietsky | |
2016-01-25 | -Many fixes to windows build system with Mingw on Windows. Fixes #2690 | Juan Linietsky | |
2016-01-24 | Change default window size for desktop | George Marques | |
Fix #3149 | |||
2016-01-24 | can use fallback mapping on all platforms | hondres | |