summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checksRémi Verschelde2021-03-141-0/+3
|\
| * Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+3
* | Merge pull request #46941 from goostengine/asan-msvcRémi Verschelde2021-03-131-0/+7
|\ \
| * | Add `use_asan` option for MSVC to enable AddressSanitizerAndrii Doroshenko (Xrayez)2021-03-121-0/+7
* | | Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_callsRémi Verschelde2021-03-133-12/+14
|\ \ \
| * | | Replace malloc's with Godot's memalloc macroEv1lbl0w2021-03-133-12/+14
* | | | Merge pull request #46929 from Anshul7sp1/typosAndGrammarRémi Verschelde2021-03-133-5/+5
|\ \ \ \
| * | | | Fixes small typos and grammar correctionAnshul7sp12021-03-123-5/+5
| | |/ / | |/| |
* / | | Non functional to non-functionalMrBrain2952021-03-121-1/+1
|/ / /
* | | [HTML5] Drag and drop zip in project manager.Fabio Alessandrelli2021-03-123-26/+48
* | | [HTML5] Opt-in virtual keyboard support.Fabio Alessandrelli2021-03-117-4/+202
|/ /
* | [HTML5] Properly set canvas size during setup.Fabio Alessandrelli2021-03-101-0/+1
* | [HTML5] Respect allow_hidpi option during setupFabio Alessandrelli2021-03-083-7/+12
|/
* Merge pull request #46796 from Faless/js/4.x_pwa_simpleRémi Verschelde2021-03-084-43/+71
|\
| * [HTML5] Add PWA support to the editor page.Fabio Alessandrelli2021-03-083-42/+67
| * [HTML5] Catch audio worklet errors on disconnect.Fabio Alessandrelli2021-03-081-1/+4
* | Linux: Fix PRIME detection on SteamRémi Verschelde2021-03-081-1/+4
|/
* [HTML5] Replace XMLHttpRequest with Fetch.Fabio Alessandrelli2021-03-066-303/+368
* [HTML5] Rename heapCopy to heapSlice.Fabio Alessandrelli2021-03-053-4/+18
* [HTML5] Export process writes sizes in template.Fabio Alessandrelli2021-03-054-26/+47
* [HTML5] Preloader fetch, streaming instantiation.Fabio Alessandrelli2021-03-054-70/+103
* Merge pull request #43768 from sjml/mac-mono-export-fixRémi Verschelde2021-03-031-3/+3
|\
| * Mono/macOS: Separate data dir into frameworks and resources for codesigningShane Liesegang2021-03-031-3/+3
* | Merge pull request #46621 from bruvzg/macos_export_entitlemenst_4Rémi Verschelde2021-03-031-8/+163
|\ \
| * | [macOS] Add entitlements config and export template `dylib` signing to the ex...bruvzg2021-03-031-8/+163
| |/
* / add msan sanitizer option for linus/bsd, lsan option for osxJordan Schidlowsky2021-03-023-3/+18
|/
* Fix out of bounds array access on DisplayServerX11 codePedro Rodrigues2021-02-281-9/+11
* Merge pull request #46457 from m4gr3d/fix_invalid_missing_templates_error_masterRémi Verschelde2021-02-271-7/+10
|\
| * Fix invalid missing template error when the Android build template is not ins...Fredia Huya-Kouadio2021-02-261-7/+10
* | Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio2021-02-265-66/+8
|/
* Merge pull request #46446 from Faless/js/4.x_jsdocRémi Verschelde2021-02-268-265/+1051
|\
| * [HTML5] Add jsdoc2rst tool.Fabio Alessandrelli2021-02-263-4/+516
| * [HTML5] Document Engine and EngineConfig (jsdoc).Fabio Alessandrelli2021-02-265-261/+535
* | [HTML5] Make editor HTML build tag scons4-proof.Fabio Alessandrelli2021-02-261-1/+1
|/
* Merge pull request #46403 from m4gr3d/fix_android_resources_inclusion_masterRémi Verschelde2021-02-251-0/+3
|\
| * Update the filtering logic to properly handle directories with `.gdignore` fi...Fredia Huya-Kouadio2021-02-241-0/+3
* | Merge pull request #46402 from nekomatata/natvis-local-vectorRémi Verschelde2021-02-251-0/+10
|\ \ | |/ |/|
| * Added LocalVector to Visual Studio debugger visualizationPouleyKetchoupp2021-02-241-0/+10
* | Merge pull request #46381 from m4gr3d/update_godot_fragment_lifecycle_masterRémi Verschelde2021-02-241-16/+26
|\ \
| * | Update the initialization timeline for the Godot fragment to be more consiste...Fredia Huya-Kouadio2021-02-241-16/+26
| |/
* / Add logic to record the version of the Godot engine for the Android platform.Fredia Huya-Kouadio2021-02-247-6/+64
|/
* Allow static linking with libatomic using clangHein-Pieter van Braam-Stewart2021-02-231-1/+6
* Use -latomic when using clang (server platform)Hein-Pieter van Braam-Stewart2021-02-221-0/+1
* Merge pull request #46256 from hpvb/dri-prime-amd-masterHein-Pieter van Braam2021-02-201-1/+2
|\
| * Add 'AMD' GPU vendor name to PRIME detectorHein-Pieter van Braam-Stewart2021-02-201-1/+2
* | Use -latomic when linking whe using clang on LinuxHein-Pieter van Braam-Stewart2021-02-201-0/+1
|/
* An update to the dylibloader for older inttypesHein-Pieter van Braam-Stewart2021-02-203-276/+467
* Merge pull request #46200 from Faless/js/4.x_canvas_size_prRémi Verschelde2021-02-1910-284/+375
|\
| * [HTML5] Better fullscreen, canvas resizing.Fabio Alessandrelli2021-02-196-90/+195
| * [HTML5] Easier HTML templates, better deinit/cleanup.Fabio Alessandrelli2021-02-198-200/+186