summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-25Cleanup OpenXR on initialisation failureBastiaan Olij
2022-03-25Merge pull request #59445 from Calinou/dns-increase-resolver-max-queriesFabio Alessandrelli
Increase the maximum number of concurrent DNS queries from 32 to 256
2022-03-25Merge pull request #59255 from winterpixelgames/fix-js-websocket-closeFabio Alessandrelli
Use 3001 instead of 1001 when destroying a Javascript websocket
2022-03-24Merge pull request #59465 from fountainment/fix_popupmenuRémi Verschelde
2022-03-24Fix PopupMenu behavior on MacOS when multiple monitors are usedC.Even
* DisplayServerOSX::mouse_get_position returns wrong x axis data in multi-monitor case, which makes mouse_process_popups send WINDOW_EVENT_CLOSE_REQUEST, then eventually make PopupMenu close on mouse down without activating item.
2022-03-24Merge pull request #59447 from ↵Rémi Verschelde
taigi100/Feature-4244-Add-proper-filters-for-picking-export-template
2022-03-24Merge pull request #59416 from aaronfranke/export-fileRémi Verschelde
2022-03-24Update properties to properly filter for templates.taigi100
2022-03-24Merge pull request #59459 from timothyqiu/pagination-textRémi Verschelde
Add `TTR` context for pagination button texts
2022-03-24Add TTR context for pagination button textsHaoyu Qiu
2022-03-23Merge pull request #59450 from ↵Rémi Verschelde
godotengine/dependabot/npm_and_yarn/platform/javascript/minimist-1.2.6 Bump minimist from 1.2.5 to 1.2.6 in /platform/javascript
2022-03-23Bump minimist from 1.2.5 to 1.2.6 in /platform/javascriptdependabot[bot]
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23Increase the maximum number of concurrent DNS queries from 32 to 256Hugo Locurcio
This makes the following error message less likely to be printed when performing many concurrent HTTP requests: Condition ' resolving == IP::RESOLVER_INVALID_ID ' is true. returned: ERR_BUG
2022-03-23Merge pull request #59065 from fabriceci/script-template-condition-too-wideRémi Verschelde
2022-03-23Merge pull request #59424 from fire-forge/icon-theme-colorRémi Verschelde
2022-03-23Merge pull request #59437 from lawnjelly/bvh_check_invalid_handlesRémi Verschelde
2022-03-23Merge pull request #59436 from timothyqiu/hint-enumRémi Verschelde
2022-03-23Restrict the condition when checking if a script is a templatefabriceci
2022-03-23Add protective checks for invalid handle use in BVHlawnjelly
Adds DEV_ASSERTS that will halt at runtime if the BVH is misused with invalid IDs, and adds ERR_FAIL macros to prevent calling with invalid IDs. Any such misuse is a bug in the physics, but this should flag any errors quickly.
2022-03-23Document how to specify explicit value for `PROPERTY_HINT_ENUM` namesHaoyu Qiu
2022-03-23Merge pull request #59432 from timothyqiu/export-crashRémi Verschelde
2022-03-23CI: Update to actions/cache@v3, increase cache limit to 10 GiBRémi Verschelde
And force rebuild of Linux cache which got corrupted...
2022-03-23Fix crash when exporting projects with shared librariesHaoyu Qiu
2022-03-22Use accent color for some editor iconsFireForge
2022-03-22Merge pull request #59403 from fire-forge/textureprogressbar-groupRémi Verschelde
Fix "Stretch Margin" group in TextureProgressBar
2022-03-22Merge pull request #59420 from raulsntos/csharp-static-methodsRémi Verschelde
Support static methods in C# bindings generator
2022-03-22Support static methods in C# bindings generatorRaul Santos
2022-03-22Merge pull request #59314 from reduz/add-static-methods-to-classdbRémi Verschelde
2022-03-22Add static method support to ClassDBreduz
* Based on the work done for Variant in the past. * Added `ClassDB::bind_static_method` * Cleaned up ClassDB::bind_method to use variadic templates. This adds support for having static methods in Object derived classes. Note that this does not make it work yet in GDScript or Mono and, while it works for GDExtension, GodotCPP needs to be updated.
2022-03-22Generate export template file names instead of having a fixed setAaron Franke
2022-03-22Merge pull request #59029 from bruvzg/help_slantedRémi Verschelde
2022-03-22[Help] Add simulated slanted font support to the editor help.bruvzg
2022-03-22Merge pull request #59394 from aaronfranke/linux-export-x86_32Rémi Verschelde
2022-03-22Merge pull request #59170 from akien-mga/import-wav-configure-loop-modeRémi Verschelde
2022-03-22Merge pull request #59354 from Chaosus/astar3dRémi Verschelde
2022-03-22Merge pull request #59410 from bruvzg/mac_menu_featuresRémi Verschelde
2022-03-22Merge pull request #59276 from bruvzg/mo_transRémi Verschelde
2022-03-22Merge pull request #59275 from bruvzg/ft_brotliRémi Verschelde
2022-03-22[macOS] Add missing global menu features.bruvzg
2022-03-22Merge pull request #59347 from BastiaanOlij/extract_decal_storageRémi Verschelde
2022-03-22Update AUTHORS and DONORS listRémi Verschelde
New contributor added to AUTHORS: @rburing Thanks to all contributors and donors for making Godot possible!
2022-03-22Merge pull request #59402 from fire-forge/progressbar-groupRémi Verschelde
Remove "Percent" group in ProgressBar
2022-03-22Merge pull request #59388 from zacryol/init_update_descriptionRémi Verschelde
update `_init()` description regarding required parameters
2022-03-22Merge pull request #59056 from Chaosus/gds_fix_extends_crashYuri Rubinsky
2022-03-22Merge pull request #58971 from Chaosus/gds_multiline_annotationYuri Rubinsky
2022-03-21Remove unnecessary "Percent" group in ProgressBarFireForge
2022-03-21Fix "Stretch Margin" group in TextureProgressBarFireForge
2022-03-21Merge pull request #59194 from Chaosus/gds_export_flags_limit_errorRémi Verschelde
Add an error emitting when the `@export_flags` arg count is exceeded
2022-03-21Merge pull request #59141 from Chaosus/gds_fix_default_arg_checkRémi Verschelde
Fix default value count checking for inherited function
2022-03-21Change extension for Linux 32-bit x86 exports to x86_32Aaron Franke