summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39537 from Faless/js/fs_sync_iterationRémi Verschelde2020-06-141-4/+8
|\
| * Immediately run first iteration after JS FS sync.Fabio Alessandrelli2020-06-141-4/+8
* | Simplify some code in platform/uwp/exportAaron Franke2020-06-111-17/+1
* | Merge pull request #38958 from lawnjelly/time_overflow_4Rémi Verschelde2020-06-112-4/+38
|\ \ | |/ |/|
| * Fix overflow condition with QueryPerformanceCounterlawnjelly2020-05-222-4/+38
* | Merge pull request #39304 from m4gr3d/enable_focus_awarenessRémi Verschelde2020-06-052-0/+35
|\ \
| * | Add support for focus awarenessFredia Huya-Kouadio2020-06-042-0/+35
* | | Swtich HTML5 key detection from keyCode to code.Fabio Alessandrelli2020-06-042-394/+197
|/ /
* | Check if the specified Android release keystore existsMarcus Brummer2020-06-041-0/+7
* | Merge pull request #39060 from madmiraal/fix-38869Rémi Verschelde2020-06-041-8/+7
|\ \
| * | Update Windows GUID to SDL uid conversion.Marcel Admiraal2020-05-261-8/+7
* | | Fix inconsistent error messages with Android custom export templatesPouleyKetchoupp2020-06-011-4/+13
* | | Update OSX GUID to SDL uid conversion.Marcel Admiraal2020-05-301-1/+8
* | | Add dinput nullptr checks.Marcel Admiraal2020-05-301-1/+7
* | | Do not probe joypads if DirectInput cannot be initialized.Marcel Admiraal2020-05-291-6/+9
* | | Add missing consumePurchase plugin method for GodotPaymentvolzhs2020-05-281-1/+1
* | | Tweak the DirectInput initialization failure messageHugo Locurcio2020-05-281-1/+2
* | | Validate that `Use Custom Build` is enabled when `Plugins` are selectedFredia Huya-Kouadio2020-05-273-6/+12
* | | Merge pull request #39080 from m4gr3d/fix_emit_signalRémi Verschelde2020-05-271-2/+4
|\ \ \
| * | | Use compile-time constant for the size of the signal parametersFredia Huya-Kouadio2020-05-271-2/+4
* | | | Provide the ability for clients of the Godot library to add their own command...Fredia Huya-Kouadio2020-05-271-1/+2
* | | | Ignore invalid tablet driver name, when non are available.bruvzg2020-05-261-0/+3
* | | | Merge pull request #39050 from timoschwarzer/google-play-billing-4.0Rémi Verschelde2020-05-2615-1916/+213
|\ \ \ \ | |_|/ / |/| | |
| * | | Re-implement GodotPayment Android plugin using the Google Play Billing libraryTimo Schwarzer2020-05-2515-1916/+213
* | | | Merge pull request #38996 from mbrlabs/android-plugin-fixRémi Verschelde2020-05-252-0/+45
|\ \ \ \
| * | | | Perform a clean Gradle build if android plugins changedMarcus Brummer2020-05-252-0/+45
* | | | | Merge pull request #39047 from m4gr3d/fix_emit_signalRémi Verschelde2020-05-251-2/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix parameters passing when emitting signalFredia Huya-Kouadio2020-05-251-2/+3
* | | | | Stop ignoring hidden files and directories in the `assets` directoryFredia Huya-Kouadio2020-05-251-0/+5
|/ / / /
* | / / Fix JS audioContext parameters.Fabio Alessandrelli2020-05-251-2/+2
| |/ / |/| |
* | | Merge pull request #39004 from nekomatata/android-reset-surfaceRémi Verschelde2020-05-247-17/+43
|\ \ \
| * | | Proper surface reset when resuming app on AndroidPouleyKetchoupp2020-05-247-17/+43
* | | | Merge pull request #39007 from nekomatata/android-object-id-longRémi Verschelde2020-05-244-11/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Use long instead of int for object id in Android java wrapperPouleyKetchoupp2020-05-244-11/+11
| |/ /
* | | Merge pull request #38951 from bruvzg/win_ink_block_mm_4Rémi Verschelde2020-05-223-3/+43
|\ \ \ | |/ / |/| |
| * | Block WM_MOUSEMOVE during Windows Ink pen handling.bruvzg2020-05-223-3/+43
* | | Fix segmentation fault when using context_vulkan after memdelete context_vulkanGuidoRevers2020-05-211-12/+12
|/ /
* | Merge pull request #38874 from bruvzg/tab_drv_sel_40Rémi Verschelde2020-05-204-26/+121
|\ \
| * | [Windows] Add tablet driver selection.bruvzg2020-05-204-26/+121
* | | Merge pull request #38309 from SkyLucilfer/AndroidLineEditRémi Verschelde2020-05-2011-25/+50
|\ \ \ | |/ / |/| |
| * | Fix Android LineEdit editing bugsSkyJJ2020-05-1611-25/+50
* | | [Windows] Add quotes only to the command line arguments with special characters.bruvzg2020-05-192-17/+29
* | | Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-193-13/+5
* | | Merge pull request #33447 from bruvzg/macos_zip_signRémi Verschelde2020-05-191-181/+148
|\ \ \
| * | | macOS signing improvements: allow signed app exporting as ZIP, sign DMG after...bruvzg2020-05-151-181/+148
* | | | Update the permission string for the Oculus hand tracking to match the latest...Fredia Huya-Kouadio2020-05-181-2/+2
* | | | Merge pull request #38820 from ericrybick/masterRémi Verschelde2020-05-183-1/+16
|\ \ \ \
| * | | | Fix certain characters being recognized as special keys in Windows when using...Eric Rybicki2020-05-183-1/+16
* | | | | Move mix_rate, ouput_latency to AudioDriverManagerFabio Alessandrelli2020-05-183-6/+6
* | | | | AudioDriverJavaScript now compute buffer size.Fabio Alessandrelli2020-05-182-15/+35
|/ / / /