summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2016-06-18Make ".." always appear even if dir is unlistable (likely lacking ↵Juan Linietsky
permissions), closes #1938
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
Also removes a couple wrong Godot headers from third-party source files.
2016-06-18Fix Theora video playback without a Vorbis streamBłażej Szczygieł
- prevent audio resampler errors when number of channels is 0, - don't check for 'audio_done' when there is no audio data. (cherry picked from commit 763b29f34e8c99c2f9559dcc31b59f99d0d6dee3)
2016-06-17TabContainer now reports proper minimum size, closes #4896Juan Linietsky
2016-06-17Send body inout notifications after state is applied, fixes #4683Juan Linietsky
2016-06-17Fix bug in GridContainer not updating minimumsize when columns changes, ↵Juan Linietsky
fixes #4677
2016-06-17Keep track of when fonts change, so theme or controls that use fonts as ↵Juan Linietsky
overrides get properly updated. closes #4622 , probably closes many other issues too
2016-06-17fixes compilation error on visual studio, closes #5249Juan Linietsky
2016-06-17-added missing .inc filesJuan Linietsky
-Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme
2016-06-16It is now possible to set a default custom theme, whether you want a hidpi ↵Juan Linietsky
default theme, or just use a custom font for the default theme
2016-06-15Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis
Can be turned on/off in editor settings + line color change available as well
2016-06-15Merge pull request #5218 from djrm/new_iconsRémi Verschelde
Some theme icons and better exporter
2016-06-15Merge pull request #5149 from m4nu3lf/masterRémi Verschelde
TimeSeek node in AnimationTreePlayer now propagates filters
2016-06-14Added some theme icons and its sourcesDaniel J. Ramirez
2016-06-14does not fix the bug reported in #4326 and #4818,Juan Linietsky
but at least make sure it throws and error and does not crash
2016-06-14correctly wrap lines longer than width in richtextlabel, fixes #4735Juan Linietsky
2016-06-13Better error text when trying to add/remove/move child nodes in a busy ↵Juan Linietsky
parent, closes #4838
2016-06-13fix crash when clearing dynamicfontdata, closes #4877Juan Linietsky
2016-06-13added a function CanvasItem.get_item_and_children_rect() , fixes #4738Juan Linietsky
2016-06-13propagate theme changes properly even through 2D nodes, fixes #4754Juan Linietsky
2016-06-13Merge pull request #5058 from neikeq/pr-issue-1461Juan Linietsky
Preserve signal connections when replacing target node
2016-06-13Merge pull request #5176 from marcelofg55/masterJuan Linietsky
Fixed overloaded virtual functions with const vs none warning
2016-06-12resolve numerical error when comparing instancing an inheritance to avoid ↵Juan Linietsky
saving changed properties when they didn't, closes 4759
2016-06-12fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky
2016-06-12Changed how min/max icon size in ItemList works and replaced it by a fixed ↵Juan Linietsky
size. Fixes many issues, closes #4907
2016-06-12Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky
2016-06-12Fixed overloaded virtual functions with const vs none warningmarcelofg55
2016-06-12rewrote LineEdit window repositioning code so it does not eat the last ↵Juan Linietsky
character, closes #4992
2016-06-11fix how some display values are shown, fixes #4953Juan Linietsky
2016-06-11fix crash in SamplePlayer, closes #5005Juan Linietsky
2016-06-11make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky
2016-06-11Made many built-in gdscript functions return more descriptive errors, closes ↵Juan Linietsky
#5150
2016-06-11Added options to keep scale and keep aspect centered to TextureFrame, closes ↵Juan Linietsky
#5114
2016-06-11do not allow picking in captured mode, closes #5134Juan Linietsky
2016-06-11better rewordingJuan Linietsky
2016-06-11Show descriptive errors when look_at is improperly used, closes #5131Juan Linietsky
2016-06-11Merge pull request #5161 from neikeq/pr-imp-sc-tooltipJuan Linietsky
BaseButton: Add identifier for shortcut in tooltip
2016-06-11BaseButton: Add identifier for shortcut in tooltipIgnacio Etcheverry
2016-06-10TimeSeek node in AnimationTreePlayer now propagates filtersm4nu3lf
2016-06-09fixes wrong bool return, closes #5037Juan Linietsky
2016-06-09Fix last line of label being deleted by line spacingJuan Linietsky
2016-06-09Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-06-09Reverted a PR i don't understand how to find but fixes #5097Juan Linietsky
2016-06-09Revert "Fix min size bug of Label"Juan Linietsky
2016-06-09Preserve signal connections when replacing the target nodeIgnacio Etcheverry
2016-06-08port changes from AnimatedSprite to AnimatedSprite3DJuan Linietsky
2016-06-08Caret blink no longer updates when hidden, issue 5100Paulb23
2016-06-08Merge pull request #5007 from bojidar-bg/asset-storeJuan Linietsky
Update asset library editor plugin, adding a bit new functionality and fixes
2016-06-08Merge pull request #5088 from Paulb23/breakpoint_marker_scalingJuan Linietsky
Improved breakpoint marker position, and scales with font size
2016-06-08Merge pull request #5093 from DimOkGamer/more_translatable_stringsJuan Linietsky
Fixed localization in file dialogs