Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-19 | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods | Yuri Sizov | |
Make `property_*_revert` methods multilevel and expose them for scripting | |||
2022-08-19 | Merge pull request #63326 from MewPurPur/binary-highlighting-fix | Max Hilbrunner | |
Fix highlighting of multiple operators | |||
2022-08-18 | Merge pull request #64156 from bruvzg/sys_msdf | Clay John | |
Allow MSDF rendering for system fonts, fix crash on loading damaged / unsupported font files. | |||
2022-08-18 | Make `property_*_revert` methods multilevel and expose them for scripting | Yuri Sizov | |
2022-08-15 | Improve the `make_rst.py` parser for BBCode tags | Yuri Sizov | |
2022-08-14 | Document GLTFLight and GLTFSpecGloss | Aaron Franke | |
2022-08-14 | Improve binary operator highlighting | VolTer | |
2022-08-10 | Merge pull request #62934 from Xwdit/script_doc_arg_def_var | Rémi Verschelde | |
2022-08-10 | Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_type | Rémi Verschelde | |
2022-08-10 | Merge pull request #63020 from Xwdit/fix_gds_editor_tooltip_return_type | Rémi Verschelde | |
2022-08-10 | Merge pull request #64169 from hakro/fix-gltf-animations-always-imported | Rémi Verschelde | |
2022-08-10 | Fix script documentation method argument default values | Xwdit | |
Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-08-10 | Fixed incorrect type display of function argument in GDScript editor tooltips | Xwdit | |
2022-08-10 | Fixed incorrect type display of void return in GDScript editor tooltips | Xwdit | |
2022-08-10 | Merge pull request #64206 from Chaosus/gds_fix | Rémi Verschelde | |
2022-08-10 | Merge pull request #64188 from YeldhamDev/gridmap_item_fix | Rémi Verschelde | |
2022-08-10 | Prevent AnimationPlayer from being added on GLTF import if the option is ↵ | Hakim | |
unchecked. Fixes #63954 | |||
2022-08-10 | Prevent global functions from overriding completion of subscript | Yuri Rubinsky | |
2022-08-09 | Fix error when switching to another `GridMap` with an item with higher index ↵ | Michael Alexsander | |
selected | |||
2022-08-09 | Allow MSDF rendering for system fonts, fix crash on loading damaged / ↵ | bruvzg | |
unsupported font files. | |||
2022-08-09 | vector4 distance_squared_to and update csharp | antonWetzel | |
2022-08-08 | Merge pull request #64099 from A-Lamia/lsp_uri_path_fixes | Rémi Verschelde | |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov | |
2022-08-08 | Merge pull request #64076 from raulsntos/doc-fixes | Rémi Verschelde | |
Add `@GDScript.type_exists` documentation, Fix typo in weakref documentation | |||
2022-08-08 | Merge pull request #64004 from YuriSizov/doctool-fail-on-unnamed-args | Rémi Verschelde | |
Add checks and tests for empty/unnamed arguments | |||
2022-08-08 | Merge pull request #63932 from smix8/navigation_heightmapshape_baking_4.x | Rémi Verschelde | |
2022-08-08 | Add `@GDScript.type_exists` documentation | Raul Santos | |
2022-08-08 | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript | Yuri Sizov | |
2022-08-08 | fix: modifies workspace->root_uri so that p_uri is symmetrical to other ↵ | Lamia | |
operating systems. #63388 | |||
2022-08-08 | Merge pull request #64085 from raulsntos/fix-rider-check | Rémi Verschelde | |
2022-08-08 | Merge pull request #64046 from ↵ | Rémi Verschelde | |
AntonioDell/bugfix/63715-infer-preloaded-const-types | |||
2022-08-08 | Avoid paths with invalid characters in `IsRider` | Raul Santos | |
2022-08-07 | Various fixes to C# documentation | Raul Santos | |
2022-08-07 | fix(gdscript): Infer type from preload const | Antonio Dell'Annunziata | |
When resolving the type of the attribute from the variant, the result_type.kind was overritten for no reason. It is assumed that this only needs to be done, if the variant value is not valid to have any kind here. Solves #63715 | |||
2022-08-07 | Merge pull request #63919 from Faless/scons/4.x_easy_deps | Rémi Verschelde | |
2022-08-07 | [MP] Cleanup and fixes for replication plugin. | Fabio Alessandrelli | |
- Remove dead code. - Fix "Add from path" adding the wrong string when targeting root node. | |||
2022-08-07 | [Websocket] Remove dummy JS server implemenation. | Fabio Alessandrelli | |
It does nothing but printing errors (only websocket client is available in browsers), so we might as well return null when you instantiate it. | |||
2022-08-06 | Merge pull request #63712 from object71/fix-export-issues | Rémi Verschelde | |
2022-08-06 | Merge pull request #63976 from aaronfranke/godots-own-comment-lines | Rémi Verschelde | |
2022-08-06 | Merge pull request #63762 from bruvzg/ft_warn | Rémi Verschelde | |
[TextServer] Add a build warning when building with external FreeType without Brotli support. | |||
2022-08-06 | Merge pull request #63871 from bruvzg/ts_build_options | Rémi Verschelde | |
Add Text Server related options to the build profiles editor. | |||
2022-08-05 | Make "Godot source files" comment consistent in modules | Aaron Franke | |
2022-08-05 | [Text Server] Prevent composite glyphs which incorporate kashida from being ↵ | bruvzg | |
used for justification. Update TextServer tests to clean up on fail. | |||
2022-08-05 | Add NavigationMesh baking for HeightMapShape | smix8 | |
Adds HeightMapShape for StaticColliders and GridMap to the NavigationMeshGenerator for baking NavigationMesh. | |||
2022-08-05 | Merge pull request #59844 from Calinou/rename-shader-param-methods | Rémi Verschelde | |
2022-08-04 | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio | |
`shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them. | |||
2022-08-04 | Fix overrun flag check and HarfBuzz safe to break flag check. | bruvzg | |
2022-08-04 | [Scons] Implement module dependency sorting. | Fabio Alessandrelli | |
Modules can now call: env.module_add_dependencies(name: str, deps: list, optional: bool) To add required or optional dependencies during the "can_build" step. Required dependencies will be checked and the module will be not be enabled when they are missing, printing a warning to notify the user. | |||
2022-08-04 | Fix some array size function definition mismatch. | Fabio Alessandrelli | |
2022-08-04 | Merge pull request #63899 from bruvzg/hb_510 | Rémi Verschelde | |
HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification. |