Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-25 | Merge pull request #59452 from reduz/refactor-metadata | Rémi Verschelde | |
2022-03-25 | Merge pull request #59509 from nevarek/fix-shader-undefined-variable | Rémi Verschelde | |
2022-03-25 | Merge pull request #59483 from bruvzg/editor_use_mo | Rémi Verschelde | |
2022-03-25 | Merge pull request #59510 from bruvzg/use_woff2_fonts | Rémi Verschelde | |
2022-03-25 | Merge pull request #59503 from V-Sekai/basis-universal-update | Rémi Verschelde | |
2022-03-25 | Convert the editor and default theme fonts to WOFF2 format to save space. | bruvzg | |
2022-03-25 | Fix shader undefined variable | nevarek | |
2022-03-25 | Merge pull request #59466 from BastiaanOlij/cleanup_openxr_on_failure | Rémi Verschelde | |
Cleanup OpenXR on initialisation failure | |||
2022-03-25 | Merge pull request #59497 from Bitlytic/fix_group_selected | Rémi Verschelde | |
Add _group_selected to callable methods | |||
2022-03-25 | Merge pull request #59472 from KoBeWi/data_migration | Rémi Verschelde | |
Make resource unique when pasting to another scene | |||
2022-03-25 | Merge pull request #59486 from fire-forge/meshlibrary-button | Rémi Verschelde | |
Remove space in MeshLibrary toolbar button | |||
2022-03-25 | Cleanup OpenXR on initialisation failure | Bastiaan Olij | |
2022-03-24 | Update basis universal to version 1.16.3. | K. S. Ernest (iFire) Lee | |
Enable basis universal uastc internal storage instead of etc1s for better quality. | |||
2022-03-25 | Merge pull request #59445 from Calinou/dns-increase-resolver-max-queries | Fabio Alessandrelli | |
Increase the maximum number of concurrent DNS queries from 32 to 256 | |||
2022-03-25 | Merge pull request #59255 from winterpixelgames/fix-js-websocket-close | Fabio Alessandrelli | |
Use 3001 instead of 1001 when destroying a Javascript websocket | |||
2022-03-24 | Add _group_selected to callable methods | Bitlytic | |
2022-03-24 | Remove space in MeshLibrary editor button | FireForge | |
2022-03-24 | [Editor build] Use smaller .mo files instead of .po, if gettext is available. | bruvzg | |
2022-03-24 | Make resource unique when pasting to another scene | kobewi | |
2022-03-24 | Refactor Object metadata | reduz | |
* API kept the same (Although functions could be renamed to set_metadata/get_metadata in a later PR), so not much should change. * Metadata now exposed as individual properties. * Properties are editable in inspector (unless metadata name begins with _) under the metadata/ namespace. * Added the ability to Add/Remove metadata properties to the inspector. This is a functionality that was requested very often, that makes metadata work a bit more similar to custom properties in Blender. | |||
2022-03-24 | Merge pull request #59465 from fountainment/fix_popupmenu | Rémi Verschelde | |
2022-03-24 | Fix PopupMenu behavior on MacOS when multiple monitors are used | C.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-24 | Merge pull request #59447 from ↵ | Rémi Verschelde | |
taigi100/Feature-4244-Add-proper-filters-for-picking-export-template | |||
2022-03-24 | Merge pull request #59416 from aaronfranke/export-file | Rémi Verschelde | |
2022-03-24 | Update properties to properly filter for templates. | taigi100 | |
2022-03-24 | Merge pull request #59459 from timothyqiu/pagination-text | Rémi Verschelde | |
Add `TTR` context for pagination button texts | |||
2022-03-24 | Add TTR context for pagination button texts | Haoyu Qiu | |
2022-03-23 | Merge 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-23 | Bump minimist from 1.2.5 to 1.2.6 in /platform/javascript | dependabot[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-23 | Increase the maximum number of concurrent DNS queries from 32 to 256 | Hugo 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-23 | Merge pull request #59065 from fabriceci/script-template-condition-too-wide | Rémi Verschelde | |
2022-03-23 | Merge pull request #59424 from fire-forge/icon-theme-color | Rémi Verschelde | |
2022-03-23 | Merge pull request #59437 from lawnjelly/bvh_check_invalid_handles | Rémi Verschelde | |
2022-03-23 | Merge pull request #59436 from timothyqiu/hint-enum | Rémi Verschelde | |
2022-03-23 | Restrict the condition when checking if a script is a template | fabriceci | |
2022-03-23 | Add protective checks for invalid handle use in BVH | lawnjelly | |
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-23 | Document how to specify explicit value for `PROPERTY_HINT_ENUM` names | Haoyu Qiu | |
2022-03-23 | Merge pull request #59432 from timothyqiu/export-crash | Rémi Verschelde | |
2022-03-23 | CI: Update to actions/cache@v3, increase cache limit to 10 GiB | Rémi Verschelde | |
And force rebuild of Linux cache which got corrupted... | |||
2022-03-23 | Fix crash when exporting projects with shared libraries | Haoyu Qiu | |
2022-03-22 | Use accent color for some editor icons | FireForge | |
2022-03-22 | Merge pull request #59403 from fire-forge/textureprogressbar-group | Rémi Verschelde | |
Fix "Stretch Margin" group in TextureProgressBar | |||
2022-03-22 | Merge pull request #59420 from raulsntos/csharp-static-methods | Rémi Verschelde | |
Support static methods in C# bindings generator | |||
2022-03-22 | Support static methods in C# bindings generator | Raul Santos | |
2022-03-22 | Merge pull request #59314 from reduz/add-static-methods-to-classdb | Rémi Verschelde | |
2022-03-22 | Add static method support to ClassDB | reduz | |
* 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-22 | Generate export template file names instead of having a fixed set | Aaron Franke | |
2022-03-22 | Merge pull request #59029 from bruvzg/help_slanted | Rémi Verschelde | |
2022-03-22 | [Help] Add simulated slanted font support to the editor help. | bruvzg | |
2022-03-22 | Merge pull request #59394 from aaronfranke/linux-export-x86_32 | Rémi Verschelde | |