summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #81583 from AThousandShips/null_check_drivers_platformYuri Sizov2023-09-1514-83/+83
|\
| * [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-1214-83/+83
* | Merge pull request #80932 from m4gr3d/fix_hardware_keyboard_input_routing_mainYuri Sizov2023-09-141-0/+29
|\ \ | |/ |/|
| * Fix Android input routing logic when using a hardware keyboardFredia Huya-Kouadio2023-08-231-0/+29
* | Merge pull request #80761 from adamscott/change-default-android-package-uniqu...Rémi Verschelde2023-09-111-1/+1
|\ \
| * | Change the default org.godotengine to com.exampleAdam Scott2023-09-111-1/+1
* | | Merge pull request #81416 from akien-mga/uwp-ce-nest-qu-un-au-revoirRémi Verschelde2023-09-0720-4301/+0
|\ \ \
| * | | UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-0720-4301/+0
* | | | Merge pull request #81105 from SysError99/master-fix-js-mem-leakRémi Verschelde2023-09-071-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix JavaScript callback memory leak issueSysError992023-09-071-1/+3
* | | | Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* | | | Merge pull request #81368 from m4gr3d/relax_android_plugin_v1_deprecationYuri Sizov2023-09-062-19/+46
|\ \ \ \
| * | | | Relax restriction on loading v1 Android plugins on Godot 4.2+Fredia Huya-Kouadio2023-09-062-19/+46
* | | | | Merge pull request #81365 from bruvzg/ios_export_extYuri Sizov2023-09-061-1/+9
|\ \ \ \ \
| * | | | | [iOS export] Switch export target extension based on export type.bruvzg2023-09-061-1/+9
| |/ / / /
* | | | | Merge pull request #81339 from bruvzg/macos_fix_mvk_live_resizeYuri Sizov2023-09-062-1/+10
|\ \ \ \ \
| * | | | | [macOS] Fix live resize with the latest MoltenVK version.bruvzg2023-09-052-1/+10
* | | | | | Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AMYuri Sizov2023-09-066-8/+14
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add EditorStringNames singletonkobewi2023-09-036-8/+14
| |/ / / /
* | | | | Merge pull request #81340 from akien-mga/web-workaround-emscripten-3.1.42-lto...Rémi Verschelde2023-09-061-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Web: Workaround Emscripten 3.1.42+ LTO regressionRémi Verschelde2023-09-051-0/+5
| |/ / /
* / / / Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-0310-207/+154
|/ / /
* | | Build system: add option for MSVC incremental linking.ocean (they/them)2023-08-291-2/+4
* | | Merge pull request #78908 from zorbathut/pr_gitignoreRémi Verschelde2023-08-291-0/+1
|\ \ \ | |/ / |/| |
| * | Fix: incorrectly .gitignored files.Ben Rog-Wilhelm2023-07-011-0/+1
* | | Merge pull request #79504 from Pingar5/masterRémi Verschelde2023-08-282-2/+9
|\ \ \
| * | | Android: Add option to always use WiFi to connect to remote debugBrennen Shaughnessy2023-08-282-2/+9
* | | | Merge pull request #78963 from bgie/comma_in_filenameRémi Verschelde2023-08-281-7/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Windows: Always double-quote path when launching explorer.exe to browseBrecht Kuppens2023-08-281-7/+2
* | | | Fix `JavaScriptBridge.eval()` never returning PackedByteArrayEmmanouil Papadeas2023-08-281-3/+3
* | | | Merge pull request #80918 from bruvzg/scons_wrp_depsYuri Sizov2023-08-251-0/+1
|\ \ \ \
| * | | | [Windows] Add main executable to the console wrapper dependencies to prevent ...bruvzg2023-08-231-0/+1
| | |_|/ | |/| |
* / | | Fix various typos in classrefHaoyu Qiu2023-08-221-1/+1
|/ / /
* | | Add missing tutorials to documentation classesHugo Locurcio2023-08-193-0/+3
* | | Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-1/+1
* | | Merge pull request #80104 from bruvzg/freedesktop_native_file_dialogRémi Verschelde2023-08-177-31/+412
|\ \ \
| * | | [Linux/Freedesktop] Implement native file selection dialog support.bruvzg2023-08-177-31/+412
* | | | Merge pull request #80036 from PorkrollPosadist/fix-wayland-window-behaviorRémi Verschelde2023-08-171-12/+14
|\ \ \ \
| * | | | Use EWMH for DisplayServerX11::_window_minimize_check() implementationPorkrollPosadist2023-07-311-12/+14
* | | | | Merge pull request #79578 from Faless/web/4.x_dlink_visibilityRémi Verschelde2023-08-172-0/+5
|\ \ \ \ \
| * | | | | [Web] Use fvisibility=hidden for side module when dlink_enabled.Fabio Alessandrelli2023-07-172-0/+5
* | | | | | Add a button in the export dialog to fix missing texture formatsAaron Franke2023-08-174-15/+9
| |_|/ / / |/| | | |
* | | | | SCons: Disable C++ exception handlingRémi Verschelde2023-08-163-16/+3
* | | | | Merge pull request #80569 from m4gr3d/show_in_app_library_settings_mainRémi Verschelde2023-08-165-2/+13
|\ \ \ \ \
| * | | | | Add export setting to control whether to show the Godot app in the app libraryFredia Huya-Kouadio2023-08-135-2/+13
* | | | | | Fix GCC -Wmaybe-uninitialized warningsRémi Verschelde2023-08-141-4/+4
* | | | | | C#: Fix exporting for Androidscgm02023-08-121-8/+5
|/ / / / /
* | | | | SCons: Disable misbehaving MSVC incremental linkingRémi Verschelde2023-08-101-0/+3
* | | | | Merge pull request #80279 from Sauermann/fix-x11-mouse-window-event-crashRémi Verschelde2023-08-102-3/+18
|\ \ \ \ \
| * | | | | Track hovered `Window` in `DisplayServerX11`Markus Sauermann2023-08-092-3/+18