summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presetsHugo Locurcio2020-06-192-9/+9
* Merge pull request #39542 from Ev1lbl0w/feature/kill-pidRémi Verschelde2020-06-161-0/+7
|\
| * Allow Godot to kill it's own PIDEv1lbl0w2020-05-131-0/+7
* | Merge pull request #39579 from m4gr3d/provide_activity_to_godot_plugin_constr...Rémi Verschelde2020-06-163-7/+17
|\ \
| * | Clean up the `GodotPlugin` public API.Fredia Huya-Kouadio2020-06-163-7/+17
* | | Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde2020-06-152-46/+10
|\ \ \ | |/ / |/| |
| * | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-312-46/+10
* | | Merge pull request #39457 from bruvzg/kbd_layoutsRémi Verschelde2020-06-156-136/+290
|\ \ \
| * | | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-136-136/+290
* | | | Merge pull request #39436 from bruvzg/macos_export_notarizationRémi Verschelde2020-06-151-1/+118
|\ \ \ \
| * | | | macOS export, add notarization support and id / signing / notarization config...bruvzg2020-06-101-1/+118
* | | | | 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