Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-14 | Improve area/body_shape_entered/exited signals parameter names and doc | Maxime Lapointe | |
Fix some typoed names from the doc Add _index to "index" parameters of *_shape_* signals, this is both in doc and in the template. This makes the code, signature and doc easier to understand Add method to get Node from the _index params of those signals. This was not as easy to find as one would expect. Putting this information where it is needed will help. | |||
2021-09-25 | Merge pull request #52996 from YeldhamDev/im_the_invisible_tab | Rémi Verschelde | |
2021-09-25 | Merge pull request #52849 from KoBeWi/know_no_binds | Rémi Verschelde | |
2021-09-24 | Remove binds from Signal.connect | kobewi | |
2021-09-24 | Merge pull request #53003 from KoBeWi/tween_0() | Rémi Verschelde | |
2021-09-24 | Add a special case for 0-time interpolations | kobewi | |
2021-09-24 | Expose `TabContainer`'s tab hidding for scripts | Michael Alexsander | |
2021-09-23 | Implement animated tiles | Gilles Roudière | |
2021-09-22 | Merge pull request #47422 from skyace65/EventPosition | Rémi Verschelde | |
2021-09-21 | Add note that for _gui_input(event) event position is relative to the ↵ | skyace65 | |
control origin | |||
2021-09-22 | Port 2D improvement to move and slide 3D | fabriceci | |
Co-authored-by: Camille Mohr-Daurat <pouleyketchoup@gmail.com> | |||
2021-09-21 | Merge pull request #52913 from Paulb23/text-edit-search-theme | Rémi Verschelde | |
2021-09-21 | Merge pull request #52878 from AnilBK/add-get-center | Rémi Verschelde | |
2021-09-21 | Added search colors to TextEdit and CodeEdit theme | Paulb23 | |
2021-09-21 | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra | |
2021-09-21 | Merge pull request #52877 from Calinou/add-print-verbose | Rémi Verschelde | |
Add `print_verbose()` built-in function to print in verbose mode only | |||
2021-09-21 | Add `print_verbose()` built-in function to print in verbose mode only | Hugo Locurcio | |
This can be used as a shorthand for: if OS.is_stdout_verbose(): print("...") Unlike `print_debug()`, this works in release builds too and can be toggled off in debug builds. | |||
2021-09-21 | Added option for spinbox to update it's value on line edit 'text_changed' ↵ | Eric M | |
rather than 'text_entered' | |||
2021-09-21 | Merge pull request #52890 from bruvzg/rtl_effects_connected | Rémi Verschelde | |
Improve connected grapheme handling in the RTL CharFX. | |||
2021-09-21 | Add flag to connected grapheme. Apply RTL displacement FX only to the whole ↵ | bruvzg | |
connected grapheme. Pass more glyph info to the custom RTL FX. | |||
2021-09-21 | Merge pull request #47297 from KoBeWi/📞🌳 | Rémi Verschelde | |
Improve call_group documentation | |||
2021-09-21 | Merge pull request #52884 from aaronfranke/doc-no-empty | Rémi Verschelde | |
Don't generate empty methods/constants doc sections and reduce code duplication | |||
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke | |
2021-09-21 | Document how to delay code execution in a non-blocking manner | Hugo Locurcio | |
2021-09-20 | Merge pull request #52398 from deakcor/dev-transform | Rémi Verschelde | |
2021-09-19 | Expose get_skew for transform2d and add new constructor | Vincent D | |
Expose set_scale and set_skew for transform2d Replacing float by real_t Adding const parameters Updated transform2d doc | |||
2021-09-17 | Merge pull request #52797 from vnen/string-indexing | Rémi Verschelde | |
2021-09-17 | Merge pull request #52774 from Calinou/audiostreamplayer3d-remove-out-of-range | Rémi Verschelde | |
2021-09-17 | Allow indexing of String values in scripting languages | George Marques | |
2021-09-17 | Remove unused `out_of_range_mode` property from AudioStreamPlayer3D | Hugo Locurcio | |
The `out_of_range_mode` property is no longer used since audio mixing was moved out of the various AudioStreamPlayer nodes. | |||
2021-09-17 | Merge pull request #52450 from aaronfranke/they-came-from-scale | Rémi Verschelde | |
Replace Vector3.to_diagonal_matrix with Basis.from_scale | |||
2021-09-17 | Allow comparing equality between builtin types and null | George Marques | |
2021-09-17 | Replace Vector3.to_diagonal_matrix with Basis.from_scale | Aaron Franke | |
2021-09-17 | Merge pull request #52751 from Rubonnek/rename-listener-nodes | Rémi Verschelde | |
2021-09-16 | Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D | Wilson E. Alvarez | |
2021-09-16 | Remove bbcode_text from RichTextLabel | HaSa1002 | |
Also renames: - append_bbcode -> append_text - get_bbcode -> get_text - set_bbcode -> set_text - get_text -> get_parsed_text Property text is: set_text get_text | |||
2021-09-16 | Merge pull request #52681 from nekomatata/rename-rigid-body | Camille Mohr-Daurat | |
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | |||
2021-09-16 | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | PouleyKetchoupp | |
2021-09-16 | Merge pull request #52740 from akien-mga/os-get_locale-language | Rémi Verschelde | |
Implement `OS::get_locale_language()` helper method | |||
2021-09-16 | Merge pull request #44885 from Jummit/duplicate-docs | Rémi Verschelde | |
Clarify that duplicate only copies exported members and fails with a constructor | |||
2021-09-16 | Merge pull request #52731 from KoBeWi/tween_safe() | Rémi Verschelde | |
Improvements to Tweens' Variant types | |||
2021-09-16 | Implement `OS::get_locale_language()` helper method | Rémi Verschelde | |
This method extracts the 2 or 3-letter language code from `OS::get_locale()`, making it easier for users to identify the "main" language code for users that might have different OS locales due to different OS or region, but should be matched to the same translation (e.g. "generic" Spanish). Fixes #40703. | |||
2021-09-15 | Merge pull request #52571 from timothyqiu/expose-enum | Juan Linietsky | |
Expose enum related methods in ClassDB | |||
2021-09-16 | Merge pull request #38051 from Calinou/doc-cubemap | Max Hilbrunner | |
Document the Cubemap class | |||
2021-09-16 | Improve call_group documentation | kobewi | |
2021-09-16 | Merge pull request #43240 from HaSa1002/docs-mainloop | Max Hilbrunner | |
Docs: Fix Mainloop example | |||
2021-09-16 | Merge pull request #46625 from mbrlabs/docs-mutex-lock | Max Hilbrunner | |
Documented that mutexes are implemented recursively | |||
2021-09-16 | Merge pull request #50197 from SirQuartz/patch-16 | Max Hilbrunner | |
Add note to `RichTextLabel` about BBCode and `push_*/pop` functions | |||
2021-09-16 | Improvements to Tweens' Variant types | kobewi | |
2021-09-15 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat | |
Rename WorldMarginShape to WorldBoundaryShape |