Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-04 | Add tooltips to GraphEdit node | Michael Alexsander Silva Dias | |
2018-12-03 | Merge pull request #23991 from glaforte/bugfix/19195 | Rémi Verschelde | |
Generate the tangents without de-indexing and re-indexing the vertices. | |||
2018-12-03 | Merge pull request #24051 from Omicron666/patch-1 | Rémi Verschelde | |
Fixes typo in source string sent to translation. | |||
2018-12-03 | Merge pull request #24112 from allkhor/rich_label_update_cache | Rémi Verschelde | |
RichTextLabel: update the cache when the scroll hide. | |||
2018-12-03 | Merge pull request #24126 from pgruenbacher/deprecated_get_frustum_listener | Rémi Verschelde | |
remove_unused_get_frustum | |||
2018-12-02 | remove_unused_get_frustum | paul gruenbacher | |
2018-12-02 | Add missing validations | Guilherme Felipe | |
Add missing validations to prevent crash of multiple mouse buttons being pressed | |||
2018-12-02 | Merge pull request #24106 from groud/fix_split_container | Rémi Verschelde | |
Fixes collapsed SplitContainers | |||
2018-12-02 | Merge pull request #24007 from JFonS/fix_cpuparticles_scale | Rémi Verschelde | |
Fix "scale" property collision in CPUParticles | |||
2018-12-02 | Merge pull request #24104 from guilhermefelipecgs/fix_mouse_crash | Rémi Verschelde | |
Fix crash when multiple mouse buttons is pressed. | |||
2018-12-02 | RichTextLabel: update the cache when the scroll hide. | allkhor | |
2018-12-01 | Fixes collapsed SplitContainers | groud | |
2018-12-01 | Fix crash when multiple mouse buttons is pressed. | Guilherme Felipe | |
2018-11-30 | Fix "scale" property collision in CPUParticles | JFonS | |
2018-11-29 | TextEdit: added redo option to the context menu | allkhor | |
2018-11-29 | Fixes typo in source string sent to translation. | Omicron | |
no mesh has ~~not~~ been assigned | |||
2018-11-28 | Removed error that should not be an error, fixes #21088 | Juan Linietsky | |
2018-11-28 | Fixes crash, closes #24038 | Juan Linietsky | |
2018-11-28 | Merge pull request #24025 from aaronfranke/analyzer-errors | Rémi Verschelde | |
Fix many errors found by PVS-Studio | |||
2018-11-28 | Improved the mouse focus system (mouse keeps focus on a control while ↵ | Juan Linietsky | |
buttons are pressed). Fixes #19154 and likely many others. WARNING: Test well in every OS, if mouse wheel events are not properly sent as pressed+unpressed pair, it will fail and break (and the OS needs to be fixed). Only tested on X11 so far. | |||
2018-11-28 | Merge pull request #23993 from Kanabenki/autocomplete-ignore-case | Rémi Verschelde | |
Add suggestions ignoring case at the end of the code autocomplete | |||
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke | |
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15. | |||
2018-11-28 | Merge pull request #23994 from AndreaCatania/prec | Rémi Verschelde | |
Added function to control 6DOF precision | |||
2018-11-28 | Merge pull request #24011 from Xrayez/fix-23031 | Rémi Verschelde | |
Init `ignore_camera_zoom` property in parallax background constructor | |||
2018-11-28 | Fix style issues and signature mismatch | Rémi Verschelde | |
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 | Init `ignore_camera_zoom` property in parallax background constructor | Andrii Doroshenko (Xrayez) | |
The default value for `ignore_camera_zoom` property was initialized by garbage value, leading to camera's zoom to be ignored even if unset in editor most of the time. | |||
2018-11-27 | Added function to control 6DOF precision | Andrea Catania | |
2018-11-27 | Ceil tabs font size | allkhor | |
2018-11-26 | Add suggestions ignoring case at the end of the code autocomplete | Kanabenki | |
2018-11-26 | Generate the tangents without de-indexing and re-indexing the vertices. | Guillaume Laforte | |
The support for shape keys / blend shapes depends on a consistent order for the vertices. Fixes https://github.com/godotengine/godot/issues/19195. | |||
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 |