summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2021-02-18Reorganize Project Settingsreduz
2021-02-18Disable engine splash logic on Android; this is now handled by the Android th...Fredia Huya-Kouadio
2021-02-18Merge pull request #46161 from akien-mga/linux-joypads-udev-fallbackRémi Verschelde
2021-02-18Linux: Fix fallback logic when udev fails creating a contextRémi Verschelde
2021-02-17Override `ANDROID_NDK_ROOT` based on the project ndk version.Fredia Huya-Kouadio
2021-02-17Add missing `ndkVersion` to the library gradle build config.Fredia Huya-Kouadio
2021-02-17Revert AGP to version 4.0.1 as a workaround to https://issuetracker.google.co...Fredia Huya-Kouadio
2021-02-18Merge pull request #46143 from hpvb/dont-clobber-symbolsRémi Verschelde
2021-02-18Android: Bump NDK version to 21.4.7075529Rémi Verschelde
2021-02-18Don't clobber original library symbolsHein-Pieter van Braam-Stewart
2021-02-17Add verbose logging to help with troubleshooting the Android build/export pro...Fredia Huya-Kouadio
2021-02-17Merge pull request #46117 from akien-mga/dynamic-load-libudevRémi Verschelde
2021-02-17Dynamically load libudev.so.1 on Linux if `udev=yes`Rémi Verschelde
2021-02-17[HTML5] Implement get_processor_count.Fabio Alessandrelli
2021-02-17[HTML5] Fix compilation issues in 4.0Fabio Alessandrelli
2021-02-17Merge pull request #46087 from Quadtree/add_cwrap_to_runtime_methodsFabio Alessandrelli
2021-02-16Dynamically load libpulse.so.0 and libasound.so.1 on LinuxHein-Pieter van Braam-Stewart
2021-02-16Add cwrap to EXTRA_EXPORTED_RUNTIME_METHODSQuadtree
2021-02-15Expose GodotPlugin's utility methods used for registration and signal emitting.Fredia Huya-Kouadio
2021-02-15[macOS] Ignore mouse move event caused by mouse mode switch.bruvzg
2021-02-12[HTML5] Detect screen scale and DPI.Fabio Alessandrelli
2021-02-11Merge pull request #45888 from Faless/js/4.x_xhr_fixRémi Verschelde
2021-02-11[HTML5] Fix HTTPClient request_raw.Fabio Alessandrelli
2021-02-11[HTML5] Handle contextmenu, webglcontextlost internally.Fabio Alessandrelli
2021-02-10Make Servers truly Thread Safereduz
2021-02-10Merge pull request #45771 from CherokeeLanguage/masterRémi Verschelde
2021-02-09Fix joystick axis mapping issues with NVIDIA shield. Probably others.Michael Conrad
2021-02-09Use /Zi and /FS for including debugger symbols on Windows with MSVCBastiaan Olij
2021-02-08SCons: Fix debug_symbols tests after switch to BoolVariableRémi Verschelde
2021-02-07Cancel event dispatch on errorkobewi
2021-02-05Merge pull request #44949 from m4gr3d/specify_project_ndk_versionRémi Verschelde
2021-02-04Merge pull request #45705 from Faless/js/4.x_editor_preloadRémi Verschelde
2021-02-03[HTML5] Make home path persistent in editor.Fabio Alessandrelli
2021-02-03Merge pull request #45686 from naithar/feature/extend-plugin-params-4.0Rémi Verschelde
2021-02-03iOS: Use storyboard as loading screenSergey Minakov
2021-02-03[iOS] Additional 'linker_flags' plugin parameterSergey Minakov
2021-02-03[iOS] Remove remote notifications codeSergey Minakov
2021-02-03SCons: Add `production=yes` option to use production defaultsRémi Verschelde
2021-02-02[HTML5] Fix mouse_mode and fullscreen detection.Fabio Alessandrelli
2021-02-02Merge pull request #45665 from naithar/fix/ios-plugin-initialization-4.0Rémi Verschelde
2021-02-01Merge pull request #45579 from zaevi/add_scons_extRémi Verschelde
2021-02-01Merge pull request #45630 from akien-mga/linux-enable-udevRémi Verschelde
2021-02-01Linux: Build with use_static_cpp=yes by default for x86_64Rémi Verschelde
2021-02-01Linux: Enable udev support by defaultRémi Verschelde
2021-02-01[iOS] Initialize plugins earlierSergey Minakov
2021-01-31Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde
2021-01-30add search extensions for scons' pathzaevi
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-28Don't handle BaseException in JavaScript build scriptMarcel Admiraal
2021-01-28Unify URI encoding/decoding and add to C#Aaron Franke