Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | 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-23 | Spell out "anisotropic" fully in filter options | skyace65 | |
2022-08-23 | Replace Array return types with TypedArray 2 | kobewi | |
2022-08-23 | Handle child control size changes in SplitContainer | kobewi | |
2022-08-23 | Rename Position* nodes to Marker* | Micky | |
- Position2D -> Marker2D - Position3D -> Marker3D Also changes their respective file names. | |||
2022-08-23 | Merge pull request #64647 from TokageItLab/auto-tangent | Rémi Verschelde | |
2022-08-23 | Merge pull request #64719 from akien-mga/property-slasher | Rémi Verschelde | |
2022-08-23 | Merge pull request #64774 from RandomShaper/check_cursor_shape_avail | Rémi Verschelde | |
2022-08-23 | Merge pull request #63854 from TokageItLab/auto-bone-mapping | Rémi Verschelde | |
2022-08-23 | Merge pull request #64767 from bruvzg/meta_click | Rémi Verschelde | |
2022-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 | |
Avoid executing the following value-changed logics if the value does not really change. | |||
2022-08-23 | Fix RTL min. size not triggering text cache update. | bruvzg | |
2022-08-23 | Merge pull request #64640 from aaronfranke/skeleton-cleanup | Rémi Verschelde | |
2022-08-23 | Add bezier preset and refactor bezier editor | Silc Renew | |
Co-authored-by: Razoric480 <razoric480@gmail.com> | |||
2022-08-23 | Joint3D: Remove utility method bindings for angular limits | Rémi Verschelde | |
The inspector now supports converting degrees to radians automatically when using the `radians` hint, so all those utility bindings were redundant. This cleans things up by making these properties with slash properly bound to `set_param`/`get_param` which the users can call with the relevant enum. | |||
2022-08-23 | Rename properties unnecessarily using slash (`/`) in their names | Rémi Verschelde | |
This is a legacy of Godot 2 days before the inspector had support for groups. "Properties" with a slash in their name can't be accessed from script unless using `set()`/`get()` so they were not actual properties as far as script languages are concerned. Part of #17558. | |||
2022-08-23 | Avoid warnings about cursor shape change not supported | Pedro J. Estébanez | |
2022-08-23 | Merge pull request #64676 from KoBeWi/split_and_conquer | Rémi Verschelde | |
2022-08-23 | Add simple auto mapping to BoneMapper | Silc Renew | |
Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | |||
2022-08-23 | Merge pull request #64678 from TokageItLab/implement-ease-baker | Rémi Verschelde | |
Fix Quaternion Tween and add Easing baker to AnimationTrackEditor | |||
2022-08-23 | [RTL] Improve meta click position. | bruvzg | |
2022-08-23 | Merge pull request #63959 from KoBeWi/typo_arrray | Rémi Verschelde | |
Replace Array return types with TypedArray (part 1) | |||
2022-08-22 | Replace Array return types with TypedArray | kobewi | |
2022-08-22 | Merge pull request #63891 from derammo/derammo_tree_cache | Rémi Verschelde | |
2022-08-22 | Merge pull request #64218 from Rindbee/fix-button-minimum-size-calculation | Rémi Verschelde | |
2022-08-22 | Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDO | Rémi Verschelde | |