aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/button_array.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-02Fixes editor freezecrr00041-1/+5
2015-09-01-removed resources dock, good bye old friendJuan Linietsky9-27/+402
2015-08-30new editor settings customization of where to run the game from the editorJuan Linietsky7-10/+140
2015-08-30Added gravity scale, and linear/angular damp override to 3D physics.Juan Linietsky11-42/+200
2015-08-30make moving up&down items from the autoload list workJuan Linietsky1-9/+40
2015-08-30detect node and variable assignments in _ready, _init, etc for further code ↵Juan Linietsky3-11/+127
completion
2015-08-30-fix compile issue (pow)Juan Linietsky4-6/+40
-ask user for track to call nodes when adding call track
2015-08-29-multi-selection (shift-click) working in scene treeJuan Linietsky1-2/+4
2015-08-29-Properly keep animation editor and viewport state while switching scene tabsJuan Linietsky4-1/+67
2015-08-29-display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky11-6/+77
-icons to show node menus
2015-08-29-added hints to sprite v/hframes, fixes truncation problemJuan Linietsky4-6/+8
-removed an error being printed often unnecesarly about missing child
2015-08-29-fixes to capture modeJuan Linietsky6-29/+204
-ability to drag spinboxes and tree ranges to change values, like in Unity or Unreal
2015-08-25make sure array is created if not existing, as noted by Guilherme FelipeJuan Linietsky4-7/+14
2015-08-25Show documentation for properties on hover.Juan Linietsky7-1/+117
This works if the property has been documented (about half are at this point)
2015-08-25Ability to edit all kinds of arrays from the property editor.Juan Linietsky4-12/+366
Yes, I'm trying to convince you to test the alpha release by adding all these now :)
2015-08-25Multiple, simultaneous node editing spuport!!Juan Linietsky9-10/+199
..but will you be brave enough to try it? :)