aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* -Fix input bug on window ordering due to foretting to sort root itemsJuan Linietsky2016-01-251-0/+2
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-01-251-3/+10
|\
| * Merge pull request #3440 from TheHX/issue-2946Rémi Verschelde2016-01-251-1/+2
| |\
| | * Fixed small inconsistencies with the text formatFranklin Sobrinho2016-01-241-1/+2
| * | Merge pull request #3434 from TheHX/pr-tscn-dependencyJuan Linietsky2016-01-241-2/+1
| |\ \
| | * | Fix .tscn not raising dependency errorFranklin Sobrinho2016-01-241-2/+1
| | |/
| * | Merge pull request #3431 from TheHX/pr-tscn-groupsJuan Linietsky2016-01-241-0/+7
| |\ \
| | * | Fix .tscn format not loading groupsFranklin Sobrinho2016-01-241-0/+7
| | |/
* | / -Changed how popups work in Viewport to make them a lot less invasive to the ...Juan Linietsky2016-01-252-27/+51
|/ /
* / -Take in consideration canvas layers for GUI inputJuan Linietsky2016-01-244-1/+17
|/
* Merge pull request #2698 from Faless/add_area_fixJuan Linietsky2016-01-232-4/+4
|\
| * Properly update node after clearing shapes in _update_shapes_from_children()Fabio Alessandrelli2015-12-022-4/+4
* | -Some changes to how scenes and scripts are overriden in scene instance and i...Juan Linietsky2016-01-231-5/+31
* | -Forgot to add clips input to graphedit, fixes #3420Juan Linietsky2016-01-233-1/+9
* | -Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368Juan Linietsky2016-01-232-97/+45
* | -Ability to retrieve state data from PackedScene, closes #3413Juan Linietsky2016-01-233-0/+43
* | -Added a "modal_close" signal for controlsJuan Linietsky2016-01-233-0/+22
* | Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky2016-01-232-29/+1
* | -Improved tab visibility, fixes #3314Juan Linietsky2016-01-222-0/+42
* | -leftover debug code was causing a crash in navigation 2d, removed it and fix...Juan Linietsky2016-01-221-0/+3
* | -make sure instance placeholder works with duplicate(), fixes #3378Juan Linietsky2016-01-222-1/+22
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-01-224-12/+39
|\ \
| * \ Merge pull request #3407 from TheHX/pr-issue-1717Rémi Verschelde2016-01-212-1/+29
| |\ \
| | * | Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho2016-01-212-1/+29
| * | | Merge pull request #3403 from neikeq/spinbox_hold_impRémi Verschelde2016-01-212-8/+7
| |\ \ \
| | * | | Fix wrong local mouse pos when holding spinbox and improve behaviourIgnacio Etcheverry2016-01-212-8/+7
| * | | | Documented AudioServserSW, EventPlayer and EventStream*. Corrections on Audio...Ovnuniarchos2016-01-211-3/+3
| | |/ / | |/| |
* / | | -Fix viewport converting the scren in grayness, fixes #3406Juan Linietsky2016-01-221-8/+12
|/ / /
* | | Merge pull request #3381 from MarianoGnu/graph_zoomRémi Verschelde2016-01-203-12/+96
|\ \ \
| * | | Add a slider to handle zoomMarianoGNU2016-01-182-3/+24
| * | | Add zoom to GraphEditMarianoGNU2016-01-183-11/+74
* | | | Merge pull request #3390 from Hinsbart/duplicate_fixRémi Verschelde2016-01-201-0/+9
|\ \ \ \
| * | | | duplicate groups and signalshondres2016-01-201-0/+9
| | |/ / | |/| |
* | | | -Some fixes to drag and drop and canvas offset for GUI that were introduced a...Juan Linietsky2016-01-194-10/+32
* | | | Fix build with tools=noRémi Verschelde2016-01-191-0/+4
|/ / /
* / / -fixed bug related to mouse cursor changes, fixes #3366Juan Linietsky2016-01-182-19/+44
|/ /
* | New shader nodes are now created under (more or less) the cursor.Ovnuniarchos2016-01-182-2/+7
* | Merge pull request #3358 from neikeq/issue_1123Rémi Verschelde2016-01-181-0/+4
|\ \
| * | F5 hotkey to refresh FileDialog/EditorFileDialogIgnacio Etcheverry2016-01-151-0/+4
* | | Merge pull request #2854 from MarianoGnu/color_pickerRémi Verschelde2016-01-1813-155/+668
|\ \ \
| * | | Add guide lines to visual editor.MarianoGNU2016-01-152-5/+45
| * | | add screen color pickingMarianoGNU2016-01-152-3/+49
| * | | Add presets.MarianoGNU2016-01-155-32/+139
| * | | Move shaders to default theme and add shader_override related methods to Cont...MarianoGNU2016-01-1510-58/+281
| * | | Add a visual editor to color picker.MarianoGNU2016-01-155-138/+235
* | | | -Massive editor dialog cleanupJuan Linietsky2016-01-173-20/+30
* | | | -Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky2016-01-166-992/+1134
|/ / /
* | | Merge pull request #3204 from neikeq/fix_3153Rémi Verschelde2016-01-151-2/+25
|\ \ \
| * | | TileMap: Properly flip/rotate tiles with non-square regionIgnacio Etcheverry2016-01-041-0/+16
| * | | TileMap: Consider texture offset for rotated tilesIgnacio Etcheverry2016-01-021-2/+9