aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Collapse)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 format
| | * 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 error
| | * | 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 groups
| | * | 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
|/ / | | | | | | scene tree
* / -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
|\ | | | | Fix bug in Body(2D)SW::add_area
| * Properly update node after clearing shapes in _update_shapes_from_children()Fabio Alessandrelli2015-12-022-4/+4
| | | | | | | | (fix bug causing eg. CircleShape2D.set_radius to generate multiple shapes)
* | -Some changes to how scenes and scripts are overriden in scene instance and ↵Juan Linietsky2016-01-231-5/+31
| | | | | | | | | | | | inheritance -Fixes #3127 and also properly fixes #2958
* | -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
| | | | | | | | -Used it to keep changes on lineedit when focused out
* | 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 ↵Juan Linietsky2016-01-221-0/+3
| | | | | | | | fixes #3374
* | -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 loss
| | * | 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 and improved Spinbox behaviour
| | * | | Fix wrong local mouse pos when holding spinbox and improve behaviourIgnacio Etcheverry2016-01-212-8/+7
| | | | |
| * | | | Documented AudioServserSW, EventPlayer and EventStream*. Corrections on ↵Ovnuniarchos2016-01-211-3/+3
| | |/ / | |/| | | | | | | | | | AudioServer and Sample.
* / | | -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 zoom to GraphEdit
| * | | Add a slider to handle zoomMarianoGNU2016-01-182-3/+24
| | | |
| * | | Add zoom to GraphEditMarianoGNU2016-01-183-11/+74
| | | | | | | | | | | | | | | | | | | | | | | | Also fix some responsiveness issues: -Box selection no longer visible when connecting. -Allow cancel connection with mouse's right button.
* | | | Merge pull request #3390 from Hinsbart/duplicate_fixRémi Verschelde2016-01-201-0/+9
|\ \ \ \ | | | | | | | | | | duplicate groups and signals
| * | | | duplicate groups and signalshondres2016-01-201-0/+9
| | |/ / | |/| |
* | | | -Some fixes to drag and drop and canvas offset for GUI that were introduced ↵Juan Linietsky2016-01-194-10/+32
| | | | | | | | | | | | | | | | after rewrite
* | | | Fix build with tools=noRémi Verschelde2016-01-191-0/+4
|/ / / | | | | | | Fixes #3384.
* / / -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/EditorFileDialog
| * | 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
|\ \ \ | | | | | | | | new ColorPicker
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Also fix some bugs. Fix a crash and a minor bug
| * | | Move shaders to default theme and add shader_override related methods to ↵MarianoGNU2016-01-1510-58/+281
| | | | | | | | | | | | | | | | Control class
| * | | Add a visual editor to color picker.MarianoGNU2016-01-155-138/+235
| | | |
* | | | -Massive editor dialog cleanupJuan Linietsky2016-01-173-20/+30
| | | | | | | | | | | | | | | | -Added a bottom menu list
* | | | -Moved all the "root" input handling for GUI from individual Controls to ↵Juan Linietsky2016-01-166-992/+1134
|/ / / | | | | | | | | | | | | | | | | | | | | | Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so!
* | | Merge pull request #3204 from neikeq/fix_3153Rémi Verschelde2016-01-151-2/+25
|\ \ \ | | | | | | | | Consider texture offset when rotating tiles
| * | | 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
| | | |