aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* It is now possible to set a default custom theme, whether you want a hidpi ↵Juan Linietsky2016-06-163-24/+39
| | | | default theme, or just use a custom font for the default theme
* Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis2016-06-153-6/+19
| | | | | Can be turned on/off in editor settings + line color change available as well
* Merge pull request #5218 from djrm/new_iconsRémi Verschelde2016-06-1534-27/+962
|\ | | | | Some theme icons and better exporter
| * Added some theme icons and its sourcesDaniel J. Ramirez2016-06-1434-27/+962
| |
* | Merge pull request #5149 from m4nu3lf/masterRémi Verschelde2016-06-151-1/+1
|\ \ | |/ |/| TimeSeek node in AnimationTreePlayer now propagates filters
| * TimeSeek node in AnimationTreePlayer now propagates filtersm4nu3lf2016-06-101-1/+1
| |
* | does not fix the bug reported in #4326 and #4818,Juan Linietsky2016-06-141-4/+12
| | | | | | | | but at least make sure it throws and error and does not crash
* | correctly wrap lines longer than width in richtextlabel, fixes #4735Juan Linietsky2016-06-141-0/+7
| |
* | Better error text when trying to add/remove/move child nodes in a busy ↵Juan Linietsky2016-06-131-2/+15
| | | | | | | | parent, closes #4838
* | fix crash when clearing dynamicfontdata, closes #4877Juan Linietsky2016-06-132-2/+6
| |
* | added a function CanvasItem.get_item_and_children_rect() , fixes #4738Juan Linietsky2016-06-133-3/+25
| |
* | propagate theme changes properly even through 2D nodes, fixes #4754Juan Linietsky2016-06-132-12/+33
| |
* | Merge pull request #5058 from neikeq/pr-issue-1461Juan Linietsky2016-06-132-1/+17
|\ \ | | | | | | Preserve signal connections when replacing target node
| * | Preserve signal connections when replacing the target nodeIgnacio Etcheverry2016-06-092-1/+17
| | |
* | | Merge pull request #5176 from marcelofg55/masterJuan Linietsky2016-06-138-8/+8
|\ \ \ | | | | | | | | Fixed overloaded virtual functions with const vs none warning
| * | | Fixed overloaded virtual functions with const vs none warningmarcelofg552016-06-128-8/+8
| | | |
* | | | resolve numerical error when comparing instancing an inheritance to avoid ↵Juan Linietsky2016-06-121-3/+13
| | | | | | | | | | | | | | | | saving changed properties when they didn't, closes 4759
* | | | fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky2016-06-121-1/+1
| | | |
* | | | Changed how min/max icon size in ItemList works and replaced it by a fixed ↵Juan Linietsky2016-06-122-75/+47
| | | | | | | | | | | | | | | | size. Fixes many issues, closes #4907
* | | | Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky2016-06-122-31/+21
|/ / /
* | | rewrote LineEdit window repositioning code so it does not eat the last ↵Juan Linietsky2016-06-121-6/+13
| | | | | | | | | | | | character, closes #4992
* | | fix how some display values are shown, fixes #4953Juan Linietsky2016-06-111-1/+2
| | |
* | | fix crash in SamplePlayer, closes #5005Juan Linietsky2016-06-111-2/+2
| | |
* | | make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky2016-06-111-0/+2
| | |
* | | Made many built-in gdscript functions return more descriptive errors, closes ↵Juan Linietsky2016-06-111-1/+1
| | | | | | | | | | | | #5150
* | | Added options to keep scale and keep aspect centered to TextureFrame, closes ↵Juan Linietsky2016-06-112-1/+30
| | | | | | | | | | | | #5114
* | | do not allow picking in captured mode, closes #5134Juan Linietsky2016-06-111-1/+1
| | |
* | | better rewordingJuan Linietsky2016-06-111-1/+1
| | |
* | | Show descriptive errors when look_at is improperly used, closes #5131Juan Linietsky2016-06-111-0/+9
| | |
* | | Merge pull request #5161 from neikeq/pr-imp-sc-tooltipJuan Linietsky2016-06-111-2/+7
|\ \ \ | |_|/ |/| | BaseButton: Add identifier for shortcut in tooltip
| * | BaseButton: Add identifier for shortcut in tooltipIgnacio Etcheverry2016-06-111-2/+7
| | |
* | | fixes wrong bool return, closes #5037Juan Linietsky2016-06-091-1/+1
| | |
* | | Fix last line of label being deleted by line spacingJuan Linietsky2016-06-091-1/+3
| | |
* | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-06-091-2/+2
|\ \ \
| * | | Revert "Fix min size bug of Label"Juan Linietsky2016-06-091-2/+2
| |/ /
* / / Reverted a PR i don't understand how to find but fixes #5097Juan Linietsky2016-06-091-3/+3
|/ /
* | port changes from AnimatedSprite to AnimatedSprite3DJuan Linietsky2016-06-082-1/+561
| |
* | Caret blink no longer updates when hidden, issue 5100Paulb232016-06-081-1/+3
| |
* | Merge pull request #5007 from bojidar-bg/asset-storeJuan Linietsky2016-06-081-0/+1
|\ \ | | | | | | Update asset library editor plugin, adding a bit new functionality and fixes
| * | Update asset library editor plugin - new functionality and fixesBojidar Marinov2016-06-071-0/+1
| | |
* | | Merge pull request #5088 from Paulb23/breakpoint_marker_scalingJuan Linietsky2016-06-081-3/+6
|\ \ \ | | | | | | | | Improved breakpoint marker position, and scales with font size
| * | | Improved breakpoint marker position, and scales with font sizePaulb232016-06-071-3/+6
| |/ /
* | | Merge pull request #5093 from DimOkGamer/more_translatable_stringsJuan Linietsky2016-06-081-18/+18
|\ \ \ | |_|/ |/| | Fixed localization in file dialogs
| * | rtr instead ttrDimOkGamer2016-06-071-18/+18
| | |
| * | Fixed localization in file dialogsDimOkGamer2016-06-071-18/+18
| |/ | | | | | | | | and two more lines. 2 fixes in ru.po.
* / -Heavily improved editor startup and exit performanceJuan Linietsky2016-06-074-36/+44
|/
* Fix indentation issues in last commitsRémi Verschelde2016-06-072-28/+26
| | | | Ping @reduz.
* Merge pull request #4101 from SaracenOne/listenerJuan Linietsky2016-06-065-19/+335
|\ | | | | Added New Listener Spatial Node.
| * Added listener spatial node.Saracen2016-03-205-19/+335
| |
* | properly pass events to parent controls, closes #4701Juan Linietsky2016-06-061-15/+23
| |