aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Expand)AuthorAgeFilesLines
* UI navigation via JOYSTICK_MOTION.Andreas Haas2016-07-301-0/+1
* World2D: Fix typo in default_density deprecation checkRémi Verschelde2016-07-281-1/+1
* Exposed enable syntax highlighting to propertiesPaulb232016-07-281-0/+1
* LineEdit: Fix event handled as text when a mod key is pressedIgnacio Etcheverry2016-07-271-1/+1
* Merge pull request #5926 from akien-mga/pr-graphedit-dragJuan Linietsky2016-07-262-1/+5
|\
| * Fix GraphEdit dragging issues at scales != 1Rémi Verschelde2016-07-262-1/+5
* | Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky2016-07-262-5/+5
|/
* Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez2016-07-252-0/+12
* Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky2016-07-242-24/+97
* Merge pull request #5881 from neikeq/pr-fix-propagationJuan Linietsky2016-07-241-6/+4
|\
| * Viewport: Replace obsolete "windows" group callsIgnacio Etcheverry2016-07-241-6/+4
* | Merge pull request #5803 from jarfil/issue/origin5695-prJuan Linietsky2016-07-241-1/+15
|\ \
| * | Hide tooltip if new mouse position's tooltip is emptyJaroslaw Filiochowski2016-07-191-4/+10
| * | Don't start a new tooltip timer for the same tooltipJaroslaw Filiochowski2016-07-191-1/+9
* | | Merge pull request #5746 from Ovnuniarchos/FileDialogExposedJuan Linietsky2016-07-242-1/+20
|\ \ \
| * | | Exposed mode, access, filters, and show hidden files to the editor. Also, two...Ovnuniarchos2016-07-172-1/+20
* | | | Merge pull request #5447 from RandomShaper/parallax-layer-fix-tidyJuan Linietsky2016-07-241-15/+4
|\ \ \ \
| * | | | Improve parallax mirroring algorithmPedro J. Estébanez2016-06-271-15/+4
* | | | | Merge pull request #5832 from Algrin6/patch-1Juan Linietsky2016-07-241-3/+3
|\ \ \ \ \
| * | | | | Fix curve bugAlgrin62016-07-211-3/+3
* | | | | | Merge pull request #5884 from 29jm/fix-crash-graphnodeRémi Verschelde2016-07-241-0/+5
|\ \ \ \ \ \
| * | | | | | Fix crash when GraphNode wasn't a child of a ControlJohan Manuel2016-07-241-0/+5
* | | | | | | Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde2016-07-232-0/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | TextEdit: Center search resultsIgnacio Etcheverry2016-07-212-0/+30
| | |_|/ / / | |/| | | |
* | | | | | Fix pick color from screen. Closes #5853MarianoGNU2016-07-221-1/+2
* | | | | | Fix ItemList.clear() not removing separatorsJohan Manuel2016-07-221-0/+1
* | | | | | Fixed ItemList indexing bug while selecting items.Robert Lewicki2016-07-221-11/+8
* | | | | | Removed support for saving paths as relative, closes #5728Juan Linietsky2016-07-221-0/+2
* | | | | | Make texture parameter optional in begin() of ImmediateGeometry. Closes #5676...Juan Linietsky2016-07-222-2/+2
* | | | | | Merge pull request #5849 from SaracenOne/expose_add_indexRémi Verschelde2016-07-221-0/+1
|\ \ \ \ \ \
| * | | | | | SurfaceTool add_index method exposed to scripts.Saracen2016-07-221-0/+1
| | |_|_|_|/ | |/| | | |
* / | | | | Fix binding for ItemList.sort_items_by_textRémi Verschelde2016-07-221-1/+4
|/ / / / /
* | | | | properly implement item disabling, fixes #5683Juan Linietsky2016-07-211-9/+17
* | | | | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky2016-07-211-9/+42
* | | | | Merge pull request #5836 from volzhs/issue-5830Rémi Verschelde2016-07-211-2/+0
|\ \ \ \ \
| * | | | | Remove "SMOOTH BEGIN?" messagevolzhs2016-07-211-2/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #5829 from 29jm/masterRémi Verschelde2016-07-211-0/+1
|\ \ \ \ \
| * | | | | Fix the rotation not updating in the inspector with ControlsJohan Manuel2016-07-211-0/+1
| |/ / / /
* | | | | Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde2016-07-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry2016-07-211-1/+1
* | | | | put text formats for resources and scenes as priorityJuan Linietsky2016-07-191-2/+2
* | | | | Fixed properly not save signals that already exist in their base scenes, clos...Juan Linietsky2016-07-193-30/+27
* | | | | WIP bugfix for existing connectionsJuan Linietsky2016-07-194-15/+140
* | | | | Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde2016-07-193-0/+1662
* | | | | Merge pull request #5792 from neikeq/pr-issue-3868Rémi Verschelde2016-07-192-0/+17
|\ \ \ \ \
| * | | | | Label: Added `get_visible_line_count` methodIgnacio Etcheverry2016-07-182-0/+17
| | |/ / / | |/| | |
* | | | | Merge pull request #5790 from neikeq/pr-issue-1149Rémi Verschelde2016-07-191-0/+4
|\ \ \ \ \
| * | | | | MenuButton: Fix event propagation with dialogsIgnacio Etcheverry2016-07-181-0/+4
| |/ / / /
* | | | | Merge pull request #5731 from neikeq/pr-issue-5642Juan Linietsky2016-07-181-3/+6
|\ \ \ \ \
| * | | | | LineEdit: Fix rtl scrolling with mouse drag selectionIgnacio Etcheverry2016-07-151-3/+6
| | |/ / / | |/| | |