summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2021-03-30Fix window resizing after minimization on Windowsfloppyhammer
2021-03-29[HTML5] Fix WM notifications not being called.Fabio Alessandrelli
2021-03-29[HTML5] Fix Mono builds (old emcc?)Fabio Alessandrelli
2021-03-29Merge pull request #47435 from madmiraal/rename-texture-get_dataRémi Verschelde
2021-03-29[macOS] Enable code signing by default, use ad-hoc signature if no identity s...bruvzg
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-03-23Rename some more global enums (Key, Joy, MIDI)Aaron Franke
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-20Merge pull request #47191 from Faless/js/4.x_force_mimeRémi Verschelde
2021-03-20Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde
2021-03-20[HTML5] Fix editor version numbering.Fabio Alessandrelli
2021-03-20[HTML5] Fix loading when mime-type is missing.Fabio Alessandrelli
2021-03-20Merge pull request #46818 from BastiaanOlij/fix_android_vulkanRémi Verschelde
2021-03-18Add "Replace existing signature" to the macOS export (enabled by default).bruvzg
2021-03-18Fixes on android:Bastiaan Olij
2021-03-17Fix onMainRequestPermissionsResult callback for Android plugins.Fredia Huya-Kouadio
2021-03-17Merge pull request #47080 from mbrlabs/ios-sensor-conversionRémi Verschelde
2021-03-17Converted sensor acceleration units to m/s^2 on iOS and UWPMarcus Brummer
2021-03-16Enable `doNotStrip` when doing development/debugging within Android StudioFredia Huya-Kouadio
2021-03-16Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio
2021-03-14Allow to not optimize release buildRafał Mikrut
2021-03-14Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checksRémi Verschelde
2021-03-13Merge pull request #46941 from goostengine/asan-msvcRémi Verschelde
2021-03-13Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_callsRémi Verschelde
2021-03-13Merge pull request #46929 from Anshul7sp1/typosAndGrammarRémi Verschelde
2021-03-13Replace malloc's with Godot's memalloc macroEv1lbl0w
2021-03-12Add `use_asan` option for MSVC to enable AddressSanitizerAndrii Doroshenko (Xrayez)
2021-03-12Non functional to non-functionalMrBrain295
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-12[HTML5] Drag and drop zip in project manager.Fabio Alessandrelli
2021-03-11[HTML5] Opt-in virtual keyboard support.Fabio Alessandrelli
2021-03-10[HTML5] Properly set canvas size during setup.Fabio Alessandrelli
2021-03-09Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch
2021-03-08[HTML5] Respect allow_hidpi option during setupFabio Alessandrelli
2021-03-08Merge pull request #46796 from Faless/js/4.x_pwa_simpleRémi Verschelde
2021-03-08[HTML5] Add PWA support to the editor page.Fabio Alessandrelli
2021-03-08[HTML5] Catch audio worklet errors on disconnect.Fabio Alessandrelli
2021-03-08Linux: Fix PRIME detection on SteamRémi Verschelde
2021-03-06[HTML5] Replace XMLHttpRequest with Fetch.Fabio Alessandrelli
2021-03-05[HTML5] Rename heapCopy to heapSlice.Fabio Alessandrelli
2021-03-05[HTML5] Export process writes sizes in template.Fabio Alessandrelli
2021-03-05[HTML5] Preloader fetch, streaming instantiation.Fabio Alessandrelli
2021-03-03Merge pull request #43768 from sjml/mac-mono-export-fixRémi Verschelde
2021-03-03Merge pull request #46621 from bruvzg/macos_export_entitlemenst_4Rémi Verschelde
2021-03-03Mono/macOS: Separate data dir into frameworks and resources for codesigningShane Liesegang
2021-03-03[macOS] Add entitlements config and export template `dylib` signing to the ex...bruvzg
2021-03-02add msan sanitizer option for linus/bsd, lsan option for osxJordan Schidlowsky
2021-02-28Fix out of bounds array access on DisplayServerX11 codePedro Rodrigues
2021-02-27Merge pull request #46457 from m4gr3d/fix_invalid_missing_templates_error_masterRémi Verschelde
2021-02-26Fix invalid missing template error when the Android build template is not ins...Fredia Huya-Kouadio