Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-26 | Merge pull request #64570 from KoBeWi/nodeđŸ§³ing | RĂ©mi Verschelde | |
Unify node casing adjustment | |||
2022-08-26 | Merge pull request #64879 from TokageItLab/cubic-to-cubicintime | RĂ©mi Verschelde | |
Replace `Cubic` to `CubicInTime` in the animation track interpolation type | |||
2022-08-26 | Merge pull request #54646 from jmb462/fix-animatedsprite-animation-list | RĂ©mi Verschelde | |
Fix AnimatedSprite2D & 3D animation list in inspector | |||
2022-08-26 | Merge pull request #64566 from Mickeon/rename-particle-material | RĂ©mi Verschelde | |
Rename ParticlesMaterial to ParticleProcessMaterial | |||
2022-08-26 | Merge pull request #54456 from rafallus/fix/anim_state_machine_start | RĂ©mi Verschelde | |
Fix AnimationTree state machine start() | |||
2022-08-26 | Rename ParticlesMaterial to ParticleProcessMaterial | Micky | |
Also affects their file names, related classes and documentation. | |||
2022-08-26 | Fix AnimatedSprite2D & 3D animation list in inspector | jmb462 | |
2022-08-26 | Make Cubic to CubicInTime and reduce items in the track intrp type | Silc Renew | |
2022-08-25 | Merge pull request #53299 from Calinou/viewport-tweak-configuration-warning | RĂ©mi Verschelde | |
2022-08-25 | Merge pull request #64804 from Mickeon/rename-path-progress | RĂ©mi Verschelde | |
2022-08-25 | Merge pull request #64354 from Mickeon/rename-navigation-distance | RĂ©mi Verschelde | |
2022-08-25 | Merge pull request #64355 from Mickeon/rename-follow-viewport | RĂ©mi Verschelde | |
2022-08-25 | Merge pull request #64824 from Mickeon/rename-polygon-invert | RĂ©mi Verschelde | |
2022-08-25 | Merge pull request #64820 from Chaosus/shader_fix_varyings | RĂ©mi Verschelde | |
2022-08-25 | Merge pull request #64802 from benbot/master | RĂ©mi Verschelde | |
2022-08-25 | Allow using integer varyings with `flat` interpolation modifier | Yuri Rubinsky | |
2022-08-25 | Merge pull request #64841 from fabriceci/shorten-variable-names-moving-platforms | RĂ©mi Verschelde | |
2022-08-25 | Merge pull request #64536 from Mickeon/editor-tree-icon-size | RĂ©mi Verschelde | |
Account for TreeItem's Cell icon and center the text Popup vertically | |||
2022-08-25 | Shorten variable names for moving platforms in CharacterBody | fabriceci | |
2022-08-25 | Merge pull request #64801 from clayjohn/plane-quad | RĂ©mi Verschelde | |
Remove QuadMesh and add orientation parameter to PlaneMesh | |||
2022-08-25 | Merge pull request #64829 from fabriceci/improve-monitor-contact-api | RĂ©mi Verschelde | |
Improves the API for monitoring contacts in RigidDynamicBody | |||
2022-08-25 | Merge pull request #64806 from Zylann/graph_node_protected_validate_property | RĂ©mi Verschelde | |
Make GraphNode::_validate_property protected so GraphNode can be inherited | |||
2022-08-24 | Remove QuadMesh and add orientation parameter to PlaneMesh | clayjohn | |
2022-08-25 | Fix ParticlesMaterial build after #61238 | RĂ©mi Verschelde | |
2022-08-25 | Merge pull request #64837 from ↵ | Rémi Verschelde | |
YuriSizov/control-disconnect-from-everything-and-free-yourself Disconnect Control from theme resources to avoid issues on destruction | |||
2022-08-25 | Merge pull request #64843 from Faless/mp/4.x_encode_fix | RĂ©mi Verschelde | |
[MP] Fix variant serialization after variant size change. | |||
2022-08-25 | Merge pull request #61238 from ↵ | Rémi Verschelde | |
Calinou/particlesmaterial-add-fade-on-contact-collision-mode Add "Hide on Contact" collision mode to ParticlesMaterial | |||
2022-08-24 | removes unused skeleton functions and stray comments in RigidDynamicBody3D | benbot | |
2022-08-24 | Make GraphNode::_validate_property protected so GraphNode can be inherited. | Marc Gilleron | |
It's not about overriding or accessing `_validate_property`, but since `_validate_property` became a multilevel method, the GDCLASS macro now tries to access the one from the parent class, which causes a compiling error if the parent class declares `_validate_property` as private. | |||
2022-08-24 | Improves the API for monitoring contacts in RigidDynamicBody | fabriceci | |
2022-08-24 | [MP] Fix variant serialization after variant size change. | Fabio Alessandrelli | |
The bit mask used for the type when compressing variants in the Multiplayer API became too small to represent all variant types. This commit expand the mask, which means we no longer have an extra bit in the "meta" byte we use to store encoding information. The extra bit was only used in case of booleans to store the value and since booleans do not require extra encoding information we use those 2 bits to store the value instead. | |||
2022-08-24 | Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix | RĂ©mi Verschelde | |
Make `Menu/OptionButton` item auto-highlight behave better | |||
2022-08-24 | Merge pull request #64691 from TokageItLab/Quaternion-editor | RĂ©mi Verschelde | |
2022-08-24 | Disconnect Control from theme resources to avoid issues on destruction | Yuri Sizov | |
2022-08-24 | Merge pull request #64780 from YuriSizov/editor-color-conversion-map | RĂ©mi Verschelde | |
2022-08-24 | Merge pull request #64082 from KoBeWi/array3k | RĂ©mi Verschelde | |
2022-08-24 | Merge pull request #59226 from Rindbee/better-setters-in-gui-controls | Yuri Sizov | |
Improve the setters in gui, return directly if the value does not change. | |||
2022-08-24 | Merge pull request #64369 from derammo/derammo_tree_right_click_title | Yuri Sizov | |
Replace Tree control left click on title signal with new signal for either left or right click | |||
2022-08-24 | Implement Quaternion Editor | Silc Renew | |
2022-08-24 | Extract editor color map and simplify SVG color conversion | Yuri Sizov | |
2022-08-24 | implemented right click on Tree control header | derammo | |
2022-08-24 | Rename Polygon2D.`invert_enable` to end with "d" | Micky | |
Polygon2D.`invert_enable` -> `invert_enabled` Also affects the setters and getters, which are now named in full instead of cutting "enabled" off. Updates old leftover documentation slightly, as well. | |||
2022-08-24 | Replace Array return types with TypedArray 3 | kobewi | |
2022-08-24 | Merge pull request #64759 from skyace65/Anisotropic | RĂ©mi Verschelde | |
Spell out "anisotropic" fully in filter options | |||
2022-08-24 | Merge pull request #64800 from KoBeWi/split_hax | RĂ©mi Verschelde | |
Handle child control size changes in SplitContainer | |||
2022-08-24 | Merge pull request #64783 from bruvzg/fix_rtl_min_size | RĂ©mi Verschelde | |
Fix RTL min. size not triggering text cache update. | |||
2022-08-24 | Merge pull request #64370 from Mickeon/rename-marker-node | RĂ©mi Verschelde | |
Rename Position* nodes to Marker* | |||
2022-08-24 | Merge pull request #64009 from KoBeWi/arrayy_lmao | RĂ©mi Verschelde | |
Replace Array return types with TypedArray (part 2) | |||
2022-08-24 | Rename PathFollow's `offset`s to `progress` & `progress_ratio` | Micky | |
Applies for both PathFollow2D and PathFollow3D | |||
2022-08-23 | Spell out "anisotropic" fully in filter options | skyace65 | |