aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Drop obsolete WIP for Flash platformRémi Verschelde2016-04-2529-24483/+0
| | | | | | | | | | | | | | It was apparently never fully functional and has not been maintained. Flash itself is nowadays clearly a deprecated technology, so there will not be further work on it. platform/javascript and the upcoming WebAssembly technologies should have a brighter future.
* | Merge pull request #4377 from eska014/web-keysRémi Verschelde2016-04-194-121/+455
|\ \ | | | | | | Fix key events in web export
| * | Add fallback to legacy KeyboardEvent in web exporteska2016-04-191-1/+21
| | | | | | | | | | | | | | | Fallback to KeyboardEvent property `charCode` is absence of both `key` and `char` for retrieval of unicode value.
| * | Reimplement key input events in Emscripten exporteska2016-04-194-121/+435
| |/ | | | | | | | | Scancodes work, but unicode values are now completely broken in some browser/OS combinations.
* | remove unused resources and add korean locale for androidvolzhs2016-04-192-3/+52
| | | | | | | | | | - remove unused resources in platform/android/java/res/values/strings.xml - add korean language resource for apk expansion download screen
* | x11: Flush the X output buffer after changing mouse modeIgnacio Etcheverry2016-04-121-0/+2
|/
* memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()MSC2016-04-031-0/+2
|
* Remove trailing spacesRémi Verschelde2016-04-0220-217/+217
|
* Merge pull request #4105 from akien-mga/pr-android-shutdown-adbRémi Verschelde2016-03-201-0/+1
|\ | | | | Expose android/shutdown_adb_on_exit parameter
| * Expose android/shutdown_adb_on_exit parameter and default to trueRémi Verschelde2016-03-201-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.
* | Add support for gnu-libstc++-4.9 needed by recent NDK versionsblubee2016-03-201-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.
* | Add -r flag to adb install for keep app user datasanikoyes2016-03-181-0/+1
|/
* Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-131-1/+5
| | | | | | | | | | - 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
* Borderless window support for the Win32 build. Default window position is ↵Saracen2016-03-122-2/+15
| | | | now also centred.
* fix possible crash in platform/x11/joystick_linux.cppHubert Jarosz2016-03-091-0/+6
| | | | | ev may be tainted and out of MAX_KEY range, which will cause joy->key_map[ev.code] to crash
* remove trailing whitespaceHubert Jarosz2016-03-0949-412/+412
|
* osx: fix inverted horizontal scrollinghondres2016-03-071-1/+1
|
* Merge pull request #3893 from leezh/diraccess_fixRémi Verschelde2016-03-052-4/+7
|\ | | | | Added relative paths for DirAccess::remove()
| * Added relative paths for DirAccess::remove()Zher Huei Lee2016-03-012-4/+7
| | | | | | | | Follows similar behaviour to DirAccess::rename()
* | html5: workaround for echo key events.hondres2016-03-043-2/+27
| |
* | fix gradle build on windowsvolzhs2016-03-021-1/+1
|/
* added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settingsAriel Manzur2016-02-271-0/+10
|
* theora on server buildAriel Manzur2016-02-251-1/+0
|
* x11: fix joysticks not recognizing some buttonshinsbart2016-02-241-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 Villanueva2016-02-193-65/+36
| | | | | | archives. Fix the paths for both res:// and user:// specified video files.
* Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-175-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_includeRémi Verschelde2016-02-151-1/+4
|\ | | | | X11: include libudev only on udev builds
| * include libudev only on udev buildshondres2016-02-151-1/+4
| |
* | adding xcode project templateAriel Manzur2016-02-1439-0/+613
|/
* x11: make dependancy on libudev optionalhondres2016-02-143-11/+41
|
* win: fix xinput triggers not resetting correctlyHondres2016-02-121-1/+1
|
* fix platform bb10 compilationhondres2016-02-112-1/+5
|
* Merge pull request #3428 from Hinsbart/android-gamepadpunto-2016-02-089-160/+668
|\ | | | | support gamepad remapping on android
| * use fallback mapping from listHondres2016-01-271-1/+1
| |
| * can use fallback mapping on all platformshondres2016-01-241-1/+1
| |
| * support gamepad remapping on androidhondres2016-01-249-159/+667
| |
* | Added constant to retrieve Windows' Documents pathFranco Eusébio Garcia2016-02-071-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_fixpunto-2016-02-071-2/+4
|\ \ | | | | | | x11: more verbose checking for joystick capabilities
| * | x11: more verbose checking for joystick capabilitieshondres2016-02-071-2/+4
| | |
* | | added option to link libstdc++ staticallyJuan Linietsky2016-02-041-0/+4
| | |
* | | Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵Juan Linietsky2016-02-042-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 Linietsky2016-02-041-1/+1
|/ /
* | support horizontal mouse wheel, use in text editorhondres2016-02-043-3/+35
| |
* | Merge pull request #3575 from Hinsbart/_net_wm_nameRémi Verschelde2016-02-041-0/+4
|\ \ | | | | | | x11: set _net_wm_name property
| * | x11: set _net_wm_name propertyhondres2016-02-041-0/+4
| | |
* | | Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde2016-02-032-0/+18
|\ \ \ | | | | | | | | x11: use different strings for WM_CLASS depending on context
| * | | x11: use different strings for WM_CLASS depending on contexthondres2016-01-272-0/+18
| | | |
* | | | Merge pull request #3538 from Hinsbart/tempRémi Verschelde2016-02-033-3/+0
|\ \ \ \ | | |/ / | |/| | remove pc_joystick_map.h
| * | | remove pc_joystick_map.hhondres2016-02-013-3/+0
| | | |
* | | | x11: fix non-gamepad devices being detected as joystickshondres2016-02-021-3/+4
|/ / /