aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Expand)AuthorAgeFilesLines
* make popup emit index when id is not definedJuan Linietsky2015-12-122-9/+9
* -collision debug is shown above all else, fixes #2985Juan Linietsky2015-12-123-6/+29
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-117-5/+144
|\
| * Merge pull request #2306 from dbsGen/patch-1Rémi Verschelde2015-12-101-0/+2
| |\
| | * Fixed the mouse position for control when it is in a canvas_layer.Gen2015-07-271-0/+2
| * | Merge pull request #3019 from neikeq/spinbox_timerRémi Verschelde2015-12-104-2/+102
| |\ \
| | * | Spinbox: increase/decrease with mouse heldneikeq2015-12-104-2/+102
| * | | Merge pull request #3029 from neikeq/textedit_select_impRémi Verschelde2015-12-102-3/+40
| |\ \ \
| | * | | TextEdit: Scroll while selecting with mouse idleneikeq2015-12-092-3/+40
* | | | | added fallbacks proprty to fontsJuan Linietsky2015-12-102-23/+32
|/ / / /
* / / / Fix tscn format not being recongnized by EditorFileSystemFranklin Sobrinho2015-12-091-0/+4
|/ / /
* | | -New mask mode for lights, makes using masks MUCH easier.Juan Linietsky2015-12-082-1/+3
* | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-086-12/+27
|\ \ \
| * \ \ Merge pull request #2868 from akien-mga/pr-fix-can-move-toJuan Linietsky2015-12-082-12/+5
| |\ \ \
| | * | | Fix can_move_to and rename it for more clarityRémi Verschelde2015-11-222-12/+5
| * | | | Merge pull request #2922 from romulox-x/set_hiddenJuan Linietsky2015-12-084-0/+22
| |\ \ \ \
| | * | | | Added set_hidden method to Spatial and CanvasItemromulox_x2015-11-264-0/+22
* | | | | | made the exclusion of nodes from joints optional, fixes #3015Juan Linietsky2015-12-084-5/+70
|/ / / / /
* | | | | better unique name resolution, as suggested i #3017Juan Linietsky2015-12-081-5/+1
* | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-082-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #3005 from TheHX/pr-file-dialogRémi Verschelde2015-12-071-1/+1
| |\ \ \ \
| | * | | | Better hidden folders display preferences for editor file dialogsFranklin Sobrinho2015-12-061-1/+1
| * | | | | Merge pull request #3007 from neikeq/fix_line_editRémi Verschelde2015-12-071-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix LineEdit cursorneikeq2015-12-071-1/+1
* | | | | | added option to add_child, to use the same deduplication convention as in the...Juan Linietsky2015-12-082-9/+12
|/ / / / /
* | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-052-0/+12
|\| | | |
| * | | | Add refresh button to file dialogsneikeq2015-12-042-0/+12
* | | | | -Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky2015-12-052-6/+83
|/ / / /
* | | | missing pngsJuan Linietsky2015-12-042-0/+0
* | | | Merge pull request #2975 from neikeq/help_scroll_topRémi Verschelde2015-12-021-6/+2
|\ \ \ \
| * | | | Fix help view not scrolling to the topneikeq2015-12-021-6/+2
* | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-021-1/+1
|\ \ \ \ \
| * | | | | Fix RichTextLabel copy never calledneikeq2015-12-021-1/+1
| |/ / / /
* / / / / -several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits F...Juan Linietsky2015-12-022-0/+14
|/ / / /
* | | | Script Editor: automatic indentation after a colonkoalefant2015-11-292-1/+14
* | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-11-283-1/+11
|\ \ \ \
| * | | | Add container automatic update when moving a child nodeFranklin Sobrinho2015-11-282-0/+9
| * | | | Fix editor help scroll to resultFranklin Sobrinho2015-11-271-1/+2
* | | | | -Fixed bug with scene inheritance, should work againJuan Linietsky2015-11-284-214/+575
|/ / / /
* / / / 0theora compilation fixesJuan Linietsky2015-11-251-2/+2
|/ / /
* | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-243-2/+12
|\ \ \
| * \ \ Merge pull request #2870 from neikeq/submenu_pos_fixRémi Verschelde2015-11-231-1/+8
| |\ \ \
| | * | | Popup submenu position enhancementneikeq2015-11-221-1/+8
| | |/ /
| * | | Merge pull request #2752 from SaracenOne/shadow_colorRémi Verschelde2015-11-231-0/+1
| |\ \ \
| | * \ \ Merge branch 'master' of https://github.com/okamstudio/godot into shadow_colorSaracen2015-11-1857-142/+562
| | |\ \ \
| | * | | | New shader feature: change the colour of shadows on a per-material basis.Saracen2015-11-081-0/+1
| * | | | | Add more properties to AcceptDialogFranklin Sobrinho2015-11-201-1/+3
| | |_|/ / | |/| | |
* / | | | -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-243-12/+862
|/ / / /
* | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-191-2/+2
|\ \ \ \
| * | | | Fix SplitContainer bool propertiesFranklin Sobrinho2015-11-191-2/+2