Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-28 | Merge pull request #24024 from DualMatrix/queue | Rémi Verschelde | |
Made it possible to read AnimationPlayer queue from GDscript | |||
2018-11-28 | Added luminance capping to avoid glitches on small dots. closes #17996 | Juan Linietsky | |
2018-11-28 | Made it possible to read AnimationPlayer queue from GDscript | DualMatrix | |
2018-11-27 | Get rid of ancient .theme format for Theme resource. It was not working and ↵ | Juan Linietsky | |
can be done the same using .tres format. Closes #19038 | |||
2018-11-27 | Changed theme notifications to work with newly introduced reference counted ↵ | Juan Linietsky | |
connections. Closes #21265, Fixes #6145. Probably fixes more theme notification related open issues, should check. | |||
2018-11-27 | Ceil tabs font size | allkhor | |
2018-11-26 | Merge pull request #23962 from Windfisch/arvr_conf_warn | Rémi Verschelde | |
Update ARVR{Anchor,Controller}'s configuration warning | |||
2018-11-26 | Fixup to typo and indentation in 81c86e8 | Rémi Verschelde | |
2018-11-26 | Merge pull request #23964 from allkhor/text_edit_clear_selection | Rémi Verschelde | |
TextEdit: remove selection when clear happens. | |||
2018-11-26 | Merge pull request #23943 from Paulb23/fix_smoothscroll_jitter_issue_23314 | Rémi Verschelde | |
Fix scroll bar lock when smooth scroll enabled, issue 23314 | |||
2018-11-25 | Improved bindings and added documentation for AnimationNode, closes #20720 | Juan Linietsky | |
2018-11-25 | Update ARVR{Anchor,Controller}'s configuration warning | Florian Jung | |
Updates their config warning upon change of `controller_id` or `anchor_id`, respectively. fixes godotengine/godot#23881 | |||
2018-11-25 | TextEdit: remove selection when clear happens. | allkhor | |
2018-11-24 | Fix scroll bar lock when smooth scroll enabled, issue 23314 | Paulb23 | |
2018-11-24 | Merge pull request #23934 from allkhor/rich_text_label_scroll_offset | Rémi Verschelde | |
RichTextLabel: clear the scroll offset. | |||
2018-11-23 | RichTextLabel: clear the scroll offset. | allkhor | |
2018-11-23 | Fixed signal animation_finished | zer0problem | |
The signal animation_finished is now fired after all values have been changed so changes to the animation can be done without animation_finished without generating unexpected behavior. | |||
2018-11-23 | Ensure no crash happens when skeleton is removed, closes #20677 | Juan Linietsky | |
2018-11-23 | Fixing wrong type hint on CPUParticles and CPUParticles2D's color ramp | Italo Vieira | |
Fixes #22795 | |||
2018-11-22 | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde | |
Unified Class and Reference Search 2: Resurrection | |||
2018-11-22 | Merge pull request #23731 from lupoDharkael/remove-button-tooltip | Rémi Verschelde | |
BaseButton: make input related information in the tooltip optional | |||
2018-11-22 | Merge pull request #23856 from nthrack/fix_6DOF_physicalbone_spring | Rémi Verschelde | |
Fix 6DOF Physical Bone joint | |||
2018-11-22 | Fix 6DOF Physical Bone joint | Ivan Varesi | |
Adding angular and linear springs param to PhysicalBone joint type JOINT_TYPE_6DOF, using new 6DOF feautres implemented in sdfgeoff/godot@e149327. Typo correction lenear_equilibrium_point to linear_equilibrium_point. | |||
2018-11-21 | Make sure sync to physics is disabled in editor, fixes #20230 | Juan Linietsky | |
2018-11-21 | Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135 | Juan Linietsky | |
2018-11-21 | Merge pull request #23859 from lupoDharkael/node-naming | Rémi Verschelde | |
Node: make _generate_serial_child_name manipulate numbers as String | |||
2018-11-21 | Node: make _generate_serial_child_name manipulate numbers as String | lupoDharkael | |
The conversion from an String to int can overflow int and int64 so it is safer to manipulate strings when we try to find the next available name for a Node. | |||
2018-11-20 | Unify editor class and reference search | Ray Koopa | |
Co-authored-by: Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | |||
2018-11-20 | Merge pull request #23645 from Calinou/add-dynamicfont-antialias-option | Rémi Verschelde | |
Add a property to control DynamicFont anti-aliasing | |||
2018-11-20 | Merge pull request #23728 from groud/keep_splitcontainer_offset | Rémi Verschelde | |
Keep the SplitContainer offset value when it is shrinked | |||
2018-11-20 | Merge pull request #23760 from BastiaanOlij/fix_tangent_direction | Rémi Verschelde | |
Fixing tangent and binormal logic | |||
2018-11-20 | Added possibility to override or add target basis to tip bone | Andrea Catania | |
2018-11-20 | Remove trailing whitespace | Rémi Verschelde | |
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'` (+ manual revert of some thirdparty code under `platform/android`). | |||
2018-11-20 | Removed duplicate property bind in Generic6DOFJoint. | Ibrahn Sahir | |
Probably a copy paste error. | |||
2018-11-19 | Remove the "is able to sleep" condition for adding visibility notifier ↵ | Juan Linietsky | |
nodes, fixes #19659 I think the previous behavior was more useful, but I understand it's not obvious or discoverable. | |||
2018-11-19 | BaseButton: add shortcut_in_tooltip | lupoDharkael | |
This flag disables the input related information in the tooltip. It is exposed as a member variable in gdscript. | |||
2018-11-19 | Properly handle multiple parent drag, fixes #19460 | Juan Linietsky | |
2018-11-19 | Reseek if cachees were cleared in animation player, fixes #19424 | Juan Linietsky | |
2018-11-19 | Ensure bone AABBs are properly transformed to affect mesh AABB, fixes #19281 | Juan Linietsky | |
2018-11-19 | Fixing tangent and binormal logic | Bastiaan Olij | |
2018-11-19 | Tweak the Hue Variation property hint to allow finer adjustments | Hugo Locurcio | |
2018-11-18 | If using relationship lines (now default) hide guides. | Juan Linietsky | |
2018-11-18 | Make sky and ground energy do something, fixes #18856 | Juan Linietsky | |
2018-11-18 | Skeleton2D was missing transform notification, fixes #18719 | Juan Linietsky | |
2018-11-18 | Massive speed up on deleting nodes, fixes #18673 | Juan Linietsky | |
Also makes the editor exit faster | |||
2018-11-17 | Merge pull request #23767 from marcelofg55/fix_is_playing | Rémi Verschelde | |
Fix AudioStreamPlayer2D/3D::is_playing right after a play() | |||
2018-11-17 | Merge pull request #23668 from sdfgeoff/fix_angular_constraints | Rémi Verschelde | |
Exposing more of bullets 6DOF spring constraints | |||
2018-11-17 | Fix AudioStreamPlayer2D/3D::is_playing right after a play() | Marcelo Fernandez | |
2018-11-16 | Avoid duplicate visility changed notification, fixes #18160 | Juan Linietsky | |
2018-11-16 | Do not allow controls in ignore mouse to get focus via their children, fixes ↵ | Juan Linietsky | |
#17955 |