summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* -fixes to theora video ending sooner than expected, fixes #3066Juan Linietsky2015-12-151-1/+2
* -implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky2015-12-145-4/+141
* implement point cloud function using convex hull for ConvexPolygonShape2D, fi...Juan Linietsky2015-12-141-1/+5
* replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-143-5/+5
* -scenes are properly reloaded when a dependency changes, fixes #2896Juan Linietsky2015-12-132-0/+21
* Merge pull request #3050 from eska014/fix-tree-cell-sliderRémi Verschelde2015-12-131-11/+3
|\
| * Fix editing TreeItem cells in range modeeska2015-12-101-11/+3
* | Merge pull request #3049 from eska014/fix-exp-sliderRémi Verschelde2015-12-131-2/+2
|\ \
| * | Fix exponential sliderseska2015-12-101-2/+2
| |/
* | ability to export scene to zipJuan Linietsky2015-12-133-4/+10
* | ability to get video player textureJuan Linietsky2015-12-122-2/+13
* | Merge pull request #2933 from TheHX/pr-shader-loaderJuan Linietsky2015-12-122-16/+6
|\ \
| * | Fix shader loading, making possible load .shd and .sgp from editorFranklin Sobrinho2015-11-272-16/+6
* | | -force exporting of original script exported variables on overriden scriptsJuan Linietsky2015-12-121-0/+13
* | | added rotation and scale support to gui controlsJuan Linietsky2015-12-125-14/+72
* | | ability to set occluder mask in tilemap, fixes #3025Juan Linietsky2015-12-122-0/+32
* | | added proper functions to ColorRamp, fixes #3034Juan Linietsky2015-12-122-0/+37
* | | -make smoothing respect camera limits, fixes #3037Juan Linietsky2015-12-122-4/+41
* | | 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
|\ \ \ \ \ \