aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* UI navigation via JOYSTICK_MOTION.Andreas Haas2016-07-301-0/+1
| | | | | Previously, you could assign joystick axis events to "ui_*" actions but they had no effect. See https://godotengine.org/qa/6232
* 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 != 1
| * Fix GraphEdit dragging issues at scales != 1Rémi Verschelde2016-07-262-1/+5
| | | | | | | | | | Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes).
* | Changed the way the step decimals are computed to a safer way, fixes many ↵Juan Linietsky2016-07-262-5/+5
|/ | | | issues.
* Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez2016-07-252-0/+12
| | | | moved missing baked light warning to BakedLightInstance configuration warning
* 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 calls
| * Viewport: Replace obsolete "windows" group callsIgnacio Etcheverry2016-07-241-6/+4
| | | | | | | | - Fixes neighbour focusing event propagation not being stopped
* | Merge pull request #5803 from jarfil/issue/origin5695-prJuan Linietsky2016-07-241-1/+15
|\ \ | | | | | | Fix tooltips blinking
| * | 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
|\ \ \ | | | | | | | | Corrections and additions to FileDialog
| * | | Exposed mode, access, filters, and show hidden files to the editor. Also, ↵Ovnuniarchos2016-07-172-1/+20
| | | | | | | | | | | | | | | | two functions to get/set the filter list.
* | | | Merge pull request #5447 from RandomShaper/parallax-layer-fix-tidyJuan Linietsky2016-07-241-15/+4
|\ \ \ \ | | | | | | | | | | Improve parallax mirroring algorithm
| * | | | Improve parallax mirroring algorithmPedro J. Estébanez2016-06-271-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Replaces the iterative approach currently used by an equivalent direct computation. Also fixes infinite looping that happens when the mirroring value is negative.
* | | | | Merge pull request #5832 from Algrin6/patch-1Juan Linietsky2016-07-241-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fixes defects in Curve2D and Curve3D
| * | | | | 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 Control
| * | | | | | 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: Scroll search results to the center
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added functionality for unselecting items in itemlist while clicking in empty space. Fixes #5772.
* | | | | | Removed support for saving paths as relative, closes #5728Juan Linietsky2016-07-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Editor now has good refactoring tools, so this function is mostly obsolete
* | | | | | Make texture parameter optional in begin() of ImmediateGeometry. Closes ↵Juan Linietsky2016-07-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | #5676 and closes #5720
* | | | | | Merge pull request #5849 from SaracenOne/expose_add_indexRémi Verschelde2016-07-221-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | SurfaceTool add_index method exposed to scripts.
| * | | | | | 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
|/ / / / / | | | | | | | | | | | | | | | | | | | | Also forces to recompute the cached rect for all items. Fixes #5799
* | | | | 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?" message
| * | | | | 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 Controls
| * | | | | 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 ShortCuts in CanvasItemEditor
| * | | | 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, ↵Juan Linietsky2016-07-193-30/+27
| | | | | | | | | | | | | | | | | | | | closes #5656
* | | | | WIP bugfix for existing connectionsJuan Linietsky2016-07-194-15/+140
| | | | |
* | | | | Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde2016-07-193-0/+1662
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The text format definition needs to stay in `scene/` as it relies on other scene components, and `core/` must stay self-contained. This reverts commits a5e27503fd52589703d637d1245a023233a14a27 and 1492fd846073a4fa643365a8a5d4e021868c0e48.
* | | | | Merge pull request #5792 from neikeq/pr-issue-3868Rémi Verschelde2016-07-192-0/+17
|\ \ \ \ \ | | | | | | | | | | | | Label: Added `get_visible_line_count` method
| * | | | | 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 dialogs
| * | | | | 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 selection
| * | | | | LineEdit: Fix rtl scrolling with mouse drag selectionIgnacio Etcheverry2016-07-151-3/+6
| | |/ / / | |/| | |