Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-22 | Make `_validate_property` a multilevel method | Yuri Sizov | |
2022-08-22 | Merge pull request #64618 from bruvzg/fix_menu_min_size | Rémi Verschelde | |
2022-08-22 | Merge pull request #63602 from TokageItLab/cubic-interp-time | Rémi Verschelde | |
2022-08-22 | Merge pull request #63486 from TokageItLab/init-poses | Rémi Verschelde | |
2022-08-22 | Merge pull request #64343 from TokageItLab/priority-ph | Rémi Verschelde | |
2022-08-22 | Merge pull request #64553 from RedMser/fix-property-validation-refactor | Rémi Verschelde | |
2022-08-22 | Fix Viewport size change not updating textures | kobewi | |
2022-08-22 | Merge pull request #64496 from KoBeWi/proxXxies | Yuri Sizov | |
Use false as default for use_proxies argument | |||
2022-08-22 | Merge pull request #64670 from Mickeon/fix-label-visibile-percent | Yuri Sizov | |
Clamp Label's `percent_visible` properly between 0 and 1.0 | |||
2022-08-22 | Use false as default for use_proxies argument | kobewi | |
2022-08-22 | Merge pull request #54549 from KoBeWi/fastcells | Yuri Sizov | |
Add a method to get TileData from a cell | |||
2022-08-22 | Fix Quaternion Tween and implement ease baker | Silc Renew | |
2022-08-22 | Clamp Label's `percent_visible` properly between 0 and 1.0 | Micky | |
Also applies to RichTextLabel | |||
2022-08-22 | Expose the collider RID in Raycast nodes | Paul Joannon | |
Create and expose the method `get_collider_rid` in `RayCast2D` and `Raycast3D`. This method returns the `RID` of the first object that the ray intersects, or an empty `RID` if no object is intersecting the fay (i.e. `is_colliding` returns `false`). | |||
2022-08-21 | Fix `ItemList` selection visual when the scrollbar visibility changes | Michael Alexsander | |
2022-08-21 | Improve SplitContainer minimum size splitting | kobewi | |
2022-08-20 | Clean up mesh include code and comments | Aaron Franke | |
2022-08-20 | Octahedral Normal Support for Sprite and Soft Body | Omar El Sheikh | |
Properly encode the normal and tangent vectors with octahedral compression | |||
2022-08-19 | Clean up include guards in 3D skeleton modification code | Aaron Franke | |
2022-08-19 | Remove requirement to have vertex positions when creating a mesh. Meshes can ↵ | clayjohn | |
now be constructed from an index buffer alone | |||
2022-08-19 | Add "Hide on Contact" collision mode to ParticlesMaterial | Hugo Locurcio | |
This can be used to make particles disappear when colliding, rather than bouncing around or sticking to surfaces. This is useful for rain particles which should not be able to go through floors/ceilings, but shouldn't stick to surfaces either. | |||
2022-08-19 | Fix MenuBar minimum size adding unnecessary extra spacing after the last item. | bruvzg | |
2022-08-19 | Make `Menu/OptionButton` item auto-highlight behave better | Michael Alexsander | |
2022-08-19 | Replace meta properties with regular properties in `Control` | Yuri Sizov | |
2022-08-19 | Merge pull request #64612 from bruvzg/fix_shortcuts | Yuri Sizov | |
Fix MenuBar not processing shortcuts. | |||
2022-08-19 | Merge pull request #64592 from mhilbrunner/move-fast-break-things | Yuri Sizov | |
Unexpose VelocityTracker3D | |||
2022-08-19 | Merge pull request #64595 from mhilbrunner/ergo-proxy | Yuri Sizov | |
Unexpose ProxyTexture | |||
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 | Fix MenuBar not processing shortcuts. | bruvzg | |
2022-08-19 | Account for TreeItem's Cell icon and center the text Popup vertically | Micky | |
2022-08-19 | Make `cubic_interpolate()` consider key time in animation | Silc Renew | |
2022-08-19 | Unexpose ProxyTexture | Max Hilbrunner | |
2022-08-19 | Unexpose VelocityTracker3D | Max Hilbrunner | |
2022-08-19 | Merge pull request #63950 from bruvzg/menu_bar3 | Max Hilbrunner | |
Implement MenuBar control to wrap Popup menus or native menu, use native menu for editor. | |||
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 | Merge pull request #64315 from ↵ | Clay John | |
Daylily-Zeleen/fixed-GraphEdit-signal-argument-type Fixed GraphEdit signal argument type | |||
2022-08-18 | Merge pull request #63999 from QbieShay/qbie/vs-qol | Clay John | |
Quality of life visual shaders updates | |||
2022-08-18 | Merge pull request #64449 from Calinou/label3d-hide-ineffective-properties | Clay John | |
Hide properties that have no effect in Label3D inspector | |||
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵ | bruvzg | |
menu for editor. | |||
2022-08-18 | Remove unintentional PROPERTY_USAGE_INTERNAL | RedMser | |
The flag only matters for property definition, but was also used in _validate_property a lot. | |||
2022-08-18 | Fix some property validation not been refactored | RedMser | |
2022-08-18 | Unify node casing adjustment | kobewi | |
2022-08-18 | add init bone poses | Silc Renew | |
2022-08-18 | added Curve in animation node transition for better control over cros… | Silc Renew | |
Co-authored-by: jeronimo-schreyer <jeronimo.schreyer@gmail.com> | |||
2022-08-18 | Add collision weight to PhysicsBody for penetrations must be avoided | Silc Renew | |
Co-authored-by: Juan Linietsky <reduzio@gmail.com> | |||
2022-08-18 | Make `property_*_revert` methods multilevel and expose them for scripting | Yuri Sizov | |
2022-08-17 | Hide prefix/suffix on SpinBox focus | kobewi | |
2022-08-16 | Add methods for node reparenting | Tomasz Chabora | |
2022-08-16 | Add a method to get TileData from a cell | kobewi | |
2022-08-16 | Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATED | VolTer | |