Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-01 | Merge pull request #57358 from akien-mga/signal-bindings-object | Rémi Verschelde | |
2022-02-01 | Merge pull request #57355 from akien-mga/method-bindings-clearer-types | Rémi Verschelde | |
2022-02-01 | Merge pull request #57375 from ↵ | Rémi Verschelde | |
Calinou/gradienttexture-curvetexture-decrease-default-size | |||
2022-02-01 | Fix TileMap remove_layer description | Markus Sauermann | |
2022-02-01 | Merge pull request #57469 from Sauermann/fix-rect2i-intersect | Rémi Verschelde | |
2022-01-31 | Merge pull request #56970 from YeldhamDev/rise_tabbar_rise | Rémi Verschelde | |
2022-01-31 | Bring `TabBar` to full parity with the `TabContainer` implementation. | Michael Alexsander | |
2022-01-31 | Fix incorrect Rect2i calculations: intersects and encloses | Markus Sauermann | |
Clarify expand documentation | |||
2022-01-31 | Merge pull request #57367 from Chaosus/vs_derivative | Rémi Verschelde | |
2022-01-31 | Merge pull request #57456 from Paulb23/placeholder-color | Rémi Verschelde | |
Move placeholder colour to theme item | |||
2022-01-31 | Fixes invalid links to tutorials in AudioStreamGenerator, ↵ | Ev01 | |
AudioStreamGeneratorPlayback, and AudioEffectSpectrumAnalyzer class references | |||
2022-01-30 | Move placeholder color to theme item | Paulb23 | |
2022-01-29 | Rename the physics server `run_on_thread` project settings | Hugo Locurcio | |
`run_on_separate_thread` is more explicit. | |||
2022-01-29 | Merge pull request #57372 from KoBeWi/tween_freeze() | Rémi Verschelde | |
Better handle infinite Tween loops | |||
2022-01-29 | Better handle infinite Tween loops | kobewi | |
2022-01-29 | Decrease the default GradientTexture and CurveTexture size | Hugo Locurcio | |
This provides better usability when a GradientTexture or CurveTexture is added to a Control node. Visual appearance of most GradientTextures and CurveTextures will be unaffected. | |||
2022-01-28 | Merge pull request #57330 from eikobear/master | Rémi Verschelde | |
2022-01-28 | Make various improvements to OptionButton | eikobear | |
- Allow OptionButton selection to be set to -1 to signify no selection, both via API and in the editor. - Reset OptionButton selection to -1 when the selected item has been removed. - Fully convert PopupMenu to a zero-based ID system, which improves an inconsistency in generated IDs when making new items in the editor. | |||
2022-01-28 | Improve Navigation2D default settings, see #56852 | Pawel Lampe | |
This commit reduces `cell_size` and `edge_connection_margin` default values so that `Navigation2D` behaves more like in Godot <= `3.4` by default. | |||
2022-01-28 | [VisualShader] Merge scalar and vector derivative functions into one | Yuri Roubinsky | |
2022-01-28 | Improve some signal bindings to use specific `Object` subtypes | Rémi Verschelde | |
2022-01-28 | Improve some method bindings to use specific `Object` subtypes | Rémi Verschelde | |
This was made possible by changes to `VariantCaster` which now make it possible to pass any `Object`-derived type as pointer. | |||
2022-01-28 | TileSetAtlasSource: Make `get_tile_data` return `TileData *` | Rémi Verschelde | |
This is now possible thanks to `Variant` changes. Also unbind some `_` prefixed methods which don't need to be exposed. | |||
2022-01-27 | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde | |
Allow method binds to take Object subclasses as arguments | |||
2022-01-27 | Improve documentation for `ReflectionProbe.max_distance` property | Hugo Locurcio | |
2022-01-27 | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde | |
2022-01-27 | Merge pull request #57293 from mhilbrunner/windows-console-fixups | Rémi Verschelde | |
2022-01-27 | Merge pull request #57281 from Rubonnek/rename-subsequence | Rémi Verschelde | |
2022-01-27 | Minor typo fixups to Windows console changes | Max Hilbrunner | |
2022-01-27 | Expose Transform3D::sphere_interpolate_with() | Max Hilbrunner | |
2022-01-26 | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez | |
2022-01-26 | Revert #53174 (applying the delta in move and collide), rename rec_vel to ↵ | fabriceci | |
distance and improve the doc description | |||
2022-01-26 | Merge pull request #54574 from Ansraer/glow_map | Rémi Verschelde | |
2022-01-26 | Improve XRInterface hooks into rendering | Bastiaan Olij | |
2022-01-25 | Allow method binds to take Object subclasses as arguments | TechnoPorg | |
This commit adds a condition to VariantCaster that casts Variants of type OBJECT to any type T, if T is derived from Object. This change enables a fair bit of code cleanup. First, the Variant implicit cast operators for Node and Control can be removed, which allows for some invalid includes to be removed. Second, helper methods in Tree whose sole purpose was to cast arguments to TreeItem * are no longer necessary. A few small changes also had to be made to other files, due to the changes cascading down all the includes. | |||
2022-01-25 | Merge pull request #55841 from OverloadedOrama/expose-bitmap-methods | Rémi Verschelde | |
2022-01-25 | Merge pull request #37945 from IllusiveS/master | Rémi Verschelde | |
Expose AnimationNodeOneShot::mix_mode as a property | |||
2022-01-25 | Expose AnimationNodeOneShot::mix_mode as a property | Wysocki Patryk | |
Fixes #23458. | |||
2022-01-25 | doc: Clarify expected type of `Object *` parameters in Tree methods | Rémi Verschelde | |
They're meant to be `TreeItem *` but this can't be bound in Variant. Fixes #20538. | |||
2022-01-24 | Merge pull request #56888 from FreegleBarr/implement_gpuparticle_subemitters2d | Rémi Verschelde | |
2022-01-24 | ported particle sub-emission to 2D | freeglebarr | |
2022-01-24 | Merge pull request #57120 from KoBeWi/grandpa_issue | Rémi Verschelde | |
2022-01-24 | rename free mode to floating mode | fabriceci | |
2022-01-24 | Better clarify map_to_world() description | kobewi | |
2022-01-24 | Fix make_rst.py on Windows | Max Hilbrunner | |
2022-01-24 | Merge pull request #57100 from Paulb23/textedit-placeholder | Rémi Verschelde | |
2022-01-23 | BaseButton: Rename `pressed` property to `button_pressed` | Rémi Verschelde | |
This fixes a conflict with the `pressed` signal. The new name is temporary and only intended to solve the conflict for upcoming alpha builds. Discussions are still ongoing regarding the BaseButton API and how to rename and refactor more of its properties, signals and methods to have a clearer API in 4.0. | |||
2022-01-23 | Add Placeholder to TextEdit | Paulb23 | |
2022-01-23 | Merge pull request #56983 from Calinou/doc-softdynamicbody3d-no-gameplay | Rémi Verschelde | |
2022-01-23 | Merge pull request #57060 from KoBeWi/you_have_1_completion_request | Rémi Verschelde | |