summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2016-08-04Concluded base visual scripting! can edit but not run though.Juan Linietsky
2016-08-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-08-02DynamicFont caches now accounts for texture flagsZher Huei Lee
CacheID added for future-proofing
2016-08-02Added extra spacing support for DynamicFontZher Huei Lee
Side effect is that label min-size will now take into account kerning.
2016-08-02Added texture mipmaps and filtering to DynamicFontZher Huei Lee
2016-07-30UI navigation via JOYSTICK_MOTION.Andreas Haas
Previously, you could assign joystick axis events to "ui_*" actions but they had no effect. See https://godotengine.org/qa/6232
2016-07-28World2D: Fix typo in default_density deprecation checkRémi Verschelde
2016-07-28Exposed enable syntax highlighting to propertiesPaulb23
2016-07-27LineEdit: Fix event handled as text when a mod key is pressedIgnacio Etcheverry
2016-07-26Merge pull request #5926 from akien-mga/pr-graphedit-dragJuan Linietsky
Fix GraphEdit dragging issues at scales != 1
2016-07-26Fix GraphEdit dragging issues at scales != 1Rémi Verschelde
Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes).
2016-07-26Changed the way the step decimals are computed to a safer way, fixes many ↵Juan Linietsky
issues.
2016-07-25Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez
moved missing baked light warning to BakedLightInstance configuration warning
2016-07-24Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky
2016-07-24Merge pull request #5881 from neikeq/pr-fix-propagationJuan Linietsky
Viewport: Replace obsolete "windows" group calls
2016-07-24Merge pull request #5803 from jarfil/issue/origin5695-prJuan Linietsky
Fix tooltips blinking
2016-07-24Merge pull request #5746 from Ovnuniarchos/FileDialogExposedJuan Linietsky
Corrections and additions to FileDialog
2016-07-24Merge pull request #5447 from RandomShaper/parallax-layer-fix-tidyJuan Linietsky
Improve parallax mirroring algorithm
2016-07-24Merge pull request #5832 from Algrin6/patch-1Juan Linietsky
Fixes defects in Curve2D and Curve3D
2016-07-24Viewport: Replace obsolete "windows" group callsIgnacio Etcheverry
- Fixes neighbour focusing event propagation not being stopped
2016-07-24Merge pull request #5884 from 29jm/fix-crash-graphnodeRémi Verschelde
Fix crash when GraphNode wasn't a child of a Control
2016-07-24Fix crash when GraphNode wasn't a child of a ControlJohan Manuel
2016-07-23Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde
TextEdit: Scroll search results to the center
2016-07-22Fix pick color from screen. Closes #5853MarianoGNU
2016-07-22Fix ItemList.clear() not removing separatorsJohan Manuel
2016-07-22Fixed ItemList indexing bug while selecting items.Robert Lewicki
Also added functionality for unselecting items in itemlist while clicking in empty space. Fixes #5772.
2016-07-22Removed support for saving paths as relative, closes #5728Juan Linietsky
Editor now has good refactoring tools, so this function is mostly obsolete
2016-07-22Make texture parameter optional in begin() of ImmediateGeometry. Closes ↵Juan Linietsky
#5676 and closes #5720
2016-07-22Merge pull request #5849 from SaracenOne/expose_add_indexRémi Verschelde
SurfaceTool add_index method exposed to scripts.
2016-07-22Fix binding for ItemList.sort_items_by_textRémi Verschelde
Also forces to recompute the cached rect for all items. Fixes #5799
2016-07-22SurfaceTool add_index method exposed to scripts.Saracen
2016-07-21properly implement item disabling, fixes #5683Juan Linietsky
2016-07-21Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky
2016-07-21Merge pull request #5836 from volzhs/issue-5830Rémi Verschelde
Remove "SMOOTH BEGIN?" message
2016-07-21Remove "SMOOTH BEGIN?" messagevolzhs
2016-07-21Merge pull request #5829 from 29jm/masterRémi Verschelde
Fix the rotation not updating in the inspector with Controls
2016-07-21Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde
Implement ShortCuts in CanvasItemEditor
2016-07-21TextEdit: Center search resultsIgnacio Etcheverry
2016-07-21Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry
2016-07-21Fix curve bugAlgrin6
2016-07-21Fix the rotation not updating in the inspector with ControlsJohan Manuel
2016-07-19put text formats for resources and scenes as priorityJuan Linietsky
2016-07-19Fixed properly not save signals that already exist in their base scenes, ↵Juan Linietsky
closes #5656
2016-07-19WIP bugfix for existing connectionsJuan Linietsky
2016-07-19Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde
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.
2016-07-19Merge pull request #5792 from neikeq/pr-issue-3868Rémi Verschelde
Label: Added `get_visible_line_count` method
2016-07-19Merge pull request #5790 from neikeq/pr-issue-1149Rémi Verschelde
MenuButton: Fix event propagation with dialogs
2016-07-19Hide tooltip if new mouse position's tooltip is emptyJaroslaw Filiochowski
2016-07-19Don't start a new tooltip timer for the same tooltipJaroslaw Filiochowski