Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-01 | Merge pull request #50755 from ↵ | Rémi Verschelde | |
foxydevloper/add-global-position-and-global-rotation Add global_position and global_rotation to Node3D | |||
2022-07-01 | Clamp Decal's upper/lower fade to positive values | Hugo Locurcio | |
Negative easing values result in broken rendering. | |||
2022-07-01 | Merge pull request #62439 from timothyqiu/str-format | Rémi Verschelde | |
2022-07-01 | Add global_position and global_rotation to Node3D | foxydevloper | |
2022-07-01 | Restore and improve some ParticlesMaterial docs | kobewi | |
2022-07-01 | Merge pull request #59089 from KoBeWi/I_am_root | Rémi Verschelde | |
Add `root_subfolder` to FileDialog | |||
2022-07-01 | Merge pull request #62477 from lyuma/packedbytearray | Rémi Verschelde | |
Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays. | |||
2022-06-30 | Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays. | Lyuma | |
2022-06-29 | Exposes methods for adding and removing ResourceFormatLoaders and -Savers in ↵ | leogeier | |
the ClassDB | |||
2022-06-29 | Merge pull request #62084 from smix8/path_debug_options_4.x | Rémi Verschelde | |
Add Path2D/3D debug options | |||
2022-06-28 | Merge pull request #60675 from voylin/Add-BBCode-support-for-printing-output | Rémi Verschelde | |
Adding print_rich() for printing with BBCode | |||
2022-06-28 | Merge pull request #61196 from V-Sekai/animtree-advance-expressions | Rémi Verschelde | |
2022-06-28 | Add root_subfolder to FileDialog | kobewi | |
2022-06-28 | Add AnimationTree Advance Expressions | SaracenOne | |
Allows specifying an expression as a condition for state machine transitions. This gives much greater flexibility for creating complex state machines. By directly interfacing with the script code, it is possible to create complex animation advance condition for switching between states. Ensure assigning AnimationTreeStateMachineTransition base expression node in editor is relative to current AnimationTree node. Allow setting an expression base node on the AnimationTree itself. Co-Authored-By: reduz <reduzio@gmail.com> | |||
2022-06-29 | Adding print_rich for printing with BBCode | Voylin | |
2022-06-28 | Fix typos and improve clarity in Tween docs | snailrhymer | |
2022-06-28 | Merge pull request #62468 from V-Sekai/core-const-expressions | Rémi Verschelde | |
Add a const call mode to Object, Variant and Script. | |||
2022-06-27 | Merge pull request #62449 from Chaosus/wrap_func | Rémi Verschelde | |
Add generalized version of `wrap` function | |||
2022-06-27 | Add a const call mode to Object, Variant and Script. | K. S. Ernest (iFire) Lee | |
For this to work safely (user not call queue_free or something in the expression), a const call mode was added to Object and Variant (and optionally Script). This mode ensures only const functions can be called, making it safe to use from the editor. Co-Authored-By: reduz <reduzio@gmail.com> | |||
2022-06-27 | Refactor bezier interpolation functions | Hendrik Brucker | |
2022-06-27 | Add generalized version of `wrap` function | Yuri Rubinsky | |
2022-06-27 | Merge pull request #62390 from Calinou/movie-writer-tweak-settings | Rémi Verschelde | |
2022-06-27 | Merge pull request #62185 from reduz/export-node-pointer-path | Rémi Verschelde | |
Add ability to export Node pointers as NodePaths | |||
2022-06-27 | Improve String.format() documentation | Haoyu Qiu | |
2022-06-26 | Merge pull request #62221 from ConteZero/drag_and_drop_option | Rémi Verschelde | |
Add an option to drag'n'drop selected text in ``TextEdit`` | |||
2022-06-26 | Add an option to drag'n'drop selected text in TextEdit | ConteZero | |
2022-06-26 | Clarify NavigationAgent radius property | smix8 | |
Documents Navigation radius property, especially that it affects avoidance only. | |||
2022-06-25 | Add property hints to MovieWriter settings | Hugo Locurcio | |
- Rename audio mix rate setting as the suffix is now part of the property hint. This is also more consistent with existing mix rate project settings. - Improve the MovieWriter class reference. - Tweak warning message about audio possibly going out of sync. | |||
2022-06-25 | Add ability to export Node pointers as NodePaths | reduz | |
This PR implements: * A new hint: PROPERTY_HINT_NODE_TYPE for variant type OBJECT, which can take specific node types as hint string. * The editor will show it as a node path, but will set it as a pointer to a node from the current scene if you select a path. * When scene is saved, the node path is saved, then restored as a pointer. NOTE: This is a proof of concept and this approach will most likely not work. The reason if that, if the node referenced is deleted, then when trying to edit this the node will become invalid. Potential workarounds: Since this uses the Variant API, it should obtain the pointer from the Variant object ID. Yet, this would either only really work in GDScript or it would need to be implemented with workarounds in every language. Alternative ways to make this work: Nodes could export an additional property with a node path (like for which_node, it could be which_node_path). Another alternative: Path editing could happen as a hidden metadata (ignoring the pointer). | |||
2022-06-25 | Merge pull request #62372 from MarcusElg/nosliderrename | Rémi Verschelde | |
Rename @export_range's noslider option to no_slider | |||
2022-06-24 | Make code example in HTTPRequest classref working | Haoyu Qiu | |
Co-authored-by: Raul Santos <raulsntos@gmail.com> | |||
2022-06-24 | Merge pull request #62375 from smix8/doc_navmesh_bake_obstruct_limit_4x | Rémi Verschelde | |
2022-06-24 | Merge pull request #59918 from ↵ | Rémi Verschelde | |
piiertho/enhancement/rename-controll-minimum_size-to-custom_minimum_size | |||
2022-06-24 | Document limits of using meshes to obstruct navigation mesh baking | smix8 | |
Recast (the library used for baking) has no concept of a geometry "inside" and this is intentional. ReCast will add navigation mesh to areas as soon as the area inside a source geometry mesh is large enough to fit a navigation mesh polygon with current baking parameters. | |||
2022-06-24 | Rename export_range's noslider option to no_slider | Marcus Elg | |
2022-06-24 | Merge pull request #62300 from smix8/navigation_map_force_update_4.x | Rémi Verschelde | |
2022-06-24 | Merge pull request #62353 from smix8/navigation_region_owns_point_4.x | Rémi Verschelde | |
Add NavigationServer region_owns_point() helper function | |||
2022-06-23 | Restore the openexr grayscale property. | K. S. Ernest (iFire) Lee | |
2022-06-23 | Add NavigationServer.region_owns_point() helper function | smix8 | |
Adds a helper function to check if a world space position is currently owned by a navigation region. | |||
2022-06-23 | enhancement: rename exposed property Control::minimum_size to ↵ | Pierre-Thomas Meisels | |
Control::custom_minimum_size | |||
2022-06-23 | Add NavigationServer map_force_update() function | smix8 | |
Adds map_force_update() function to NavigationServer. This function immediately flushes the Navigationserver command queue and recalculates all navigationmeshes and region connections for a specific map. | |||
2022-06-23 | Merge pull request #62312 from smix8/navigation_get_maps_4.x | Rémi Verschelde | |
2022-06-23 | Merge pull request #62348 from smix8/navigation_baking_aabb_4.x | Rémi Verschelde | |
2022-06-23 | Merge pull request #61931 from KoBeWi/how_to_window | Rémi Verschelde | |
Document most of the Window's members | |||
2022-06-23 | Merge pull request #62326 from KoBeWi/userbind | Rémi Verschelde | |
2022-06-23 | Implement NavigationMesh bake area | smix8 | |
Adds two new properties to NavigationMesh resources to restrict the navmesh baking to an area enclosed by an AABB with volume. | |||
2022-06-23 | Remove userdata from Thread.start() | kobewi | |
2022-06-23 | Merge pull request #62306 from Calinou/doc-moviewriter | Rémi Verschelde | |
Document the MovieWriter class and associated project settings | |||
2022-06-23 | Document the MovieWriter class and associated project settings | Hugo Locurcio | |
2022-06-22 | Merge pull request #62234 from skyace65/AudioEffects | Rémi Verschelde | |
Cleanup audio effect class reference pages |