Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-28 | Able to change visibility when ancestor node is hidden | volzhs | |
2016-12-23 | Merge pull request #7349 from volzhs/fix-richtextlabel | Rémi Verschelde | |
Fix duplicated string on RichTextLabel if starts with '\n' | |||
2016-12-23 | Merge pull request #7330 from darkfoxprime/#7326-fix-whole-word-search | Rémi Verschelde | |
Fix search to find "whole" words at end of line | |||
2016-12-23 | Merge pull request #7311 from bojidar-bg/quad-leak | Rémi Verschelde | |
Fix a Quad node mesh data leak | |||
2016-12-23 | PopupMenu upgrade: Hide on item selection (#7306) | Ivan P. Skodje | |
* Added the option to set hide on item selection. Usable in GDScript and from within the source code when you want to specify popup menus you don't want to close immediately when selecting an item * Renamed getter from get_ to is_, fixed parent/child behavior, renamed bool variable to match most code and added ADD_PROPERTYNO to save some memory | |||
2016-12-22 | Fix duplicated string on RichTextLabel if starts with '\n' | volzhs | |
Fix #6212, #3773 | |||
2016-12-18 | Register SpatialGizmo as a scene type | Ignacio Etcheverry | |
2016-12-18 | Fix search to find "whole" words at end of line | Johnson Earls | |
Fix `_get_column_pos_of_word` so that the `SEARCH_WHOLE_WORDS` flag will properly find words that are at the end of a line. Fixes #7326 . | |||
2016-12-16 | Fix #7303, Quad node mesh data leak | Bojidar Marinov | |
2016-12-13 | Merge pull request #7283 from Hinsbart/clear_curve | Rémi Verschelde | |
Curve2D/3D: Add clear_points method. | |||
2016-12-10 | KinematicBody: Fix wrong method bind return type | Ignacio Etcheverry | |
2016-12-03 | Curve2D/3D: Add clear_points method. | Andreas Haas | |
Adds a method to the Curve2D and Curve3D classes to easily clear the curve. So you don't have to remove each point manually. | |||
2016-12-03 | Particles2D: Fix initial size randomness property having no effect. | Andreas Haas | |
It was just a little typo :p | |||
2016-11-30 | Revert "Do not emit NOTIFICATION_READY more than once (breaking change)" | Rémi Verschelde | |
This reverts commit b6eab006dbd21d25a664486809109fffa9533124. This commit broke compatibility in an undesired way, as outlined in https://github.com/godotengine/godot/issues/3290#issuecomment-263388003 | |||
2016-11-28 | Merge pull request #7200 from volzhs/fix-anim-scroll | Rémi Verschelde | |
Fix scroll bar moving in AnimationPlayer editor | |||
2016-11-28 | Merge pull request #7198 from volzhs/fix-color-picker | Rémi Verschelde | |
Fix color selected with mouse scroll | |||
2016-11-28 | Merge pull request #7184 from volzhs/spinbox | Rémi Verschelde | |
Prevent Spinbox value update while not focused or disabled | |||
2016-11-28 | Merge pull request #7170 from Ovnuniarchos/TileMapBlendMode | Rémi Verschelde | |
TileMap now honors blending mode. | |||
2016-11-28 | Merge pull request #7157 from leezh/buttonarray_fixes | Rémi Verschelde | |
Flat button support in ButtonArray. Fixes #7153 | |||
2016-11-28 | Merge pull request #7138 from bojidar-bg/ready_guard | Rémi Verschelde | |
Do not enter _ready twice | |||
2016-11-28 | Fix scroll bar moving in AnimationPlayer editor | volzhs | |
Fix #7196 | |||
2016-11-28 | Fix color selected with mouse scroll | volzhs | |
Fix #7192 | |||
2016-11-24 | TileMap now honors blending mode. | Ovnuniarchos | |
2016-11-25 | Prevent Spinbox value update while not focused or disabled | volzhs | |
2016-11-21 | Merge pull request #7145 from avril-gh/fixes-6464-lost-icons | Rémi Verschelde | |
fixes #6464 lost icons in dock and file dialog, also #6443 , #6302 | |||
2016-11-21 | Merge pull request #7124 from volzhs/select_match | Rémi Verschelde | |
Select exactly matched file automatically in FileDialog | |||
2016-11-19 | Reused Button styleboxes for ButtonArray | Zher Huei Lee | |
Plus other tweaks to make it look more similar to a VBoxContainer of Buttons. | |||
2016-11-19 | Flat button support in ButtonArray. Fixes #7153 | Zher Huei Lee | |
2016-11-18 | adding get_stored_values method | Ariel Manzur | |
changed order name (cherry picked from commit dbca4ee3fe283f59a8c9d50aae73b97f48be7b01) | |||
2016-11-18 | fixes #6464 lost icons in dock and file dialog, also #6443 , #6302 | Avril | |
Fixes lost icons in docks, file manager, sample library, settings and various other places. | |||
2016-11-17 | Do not emit NOTIFICATION_READY more than once (breaking change) | Bojidar Marinov | |
Currently, there is no notification with the old behaviour, so probably breaks all cpp code relying on that notification as well. | |||
2016-11-17 | Guard agains duplicate calling of _ready when instanced in _enter_tree | Bojidar Marinov | |
Fixes #6005 | |||
2016-11-17 | Select exactly matched file automatically in FileDialog | volzhs | |
2016-11-15 | Merge pull request #7112 from khairul169/hidehttpreqdebug | Rémi Verschelde | |
Disable debug properties of HTTP Request | |||
2016-11-14 | Merge pull request #7109 from volzhs/emit-signal-from-set | George Marques | |
Emit "*_changed" signal in set_* | |||
2016-11-14 | Merge pull request #7107 from eska014/wasm | Rémi Verschelde | |
Some WebAssembly stuff | |||
2016-11-14 | Uncomment debug properties of HTTP Request | khairul169 | |
2016-11-14 | Emit "*_changed" signal in set_* | volzhs | |
2016-11-13 | Clarify a NULL comparison | eska | |
'TreeItem::get_children()' does not return the child count, but rather a pointer to the children. This comparison caused an error during WebAssembly builds using the LLVM backend path. | |||
2016-11-11 | Merge pull request #6833 from Elinvention/master | Rémi Verschelde | |
Make the step property useful for sliders | |||
2016-11-09 | Merge pull request #7052 from Paulb23/text_edit_color_uniformation | Rémi Verschelde | |
Made background and symbol color follow the color API | |||
2016-11-07 | Fix Label valign position | volzhs | |
Fix #7055 | |||
2016-11-06 | Caret blink will no longer cause redraw without focus, issue 6167 | Paulb23 | |
2016-11-06 | Made background and symbol color follow the color API | Paulb23 | |
2016-11-06 | Merge pull request #7036 from volzhs/spinbox-prefix | Rémi Verschelde | |
Fix updating value of SpinBox with prefix | |||
2016-11-06 | Merge pull request #7009 from volzhs/fix-double-click | Rémi Verschelde | |
Fix to focus or rename node by double click | |||
2016-11-06 | Merge pull request #7022 from neikeq/pr-issue-7013 | Ignacio Etcheverry | |
Keep groups when replacing nodes | |||
2016-11-05 | Fix updating value of SpinBox with prefix | volzhs | |
2016-11-04 | fix a tiny typo | ScotFlux | |
2016-11-03 | Keep groups when replacing nodes | Ignacio Etcheverry | |