aboutsummaryrefslogtreecommitdiff
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
* Uncomment debug properties of HTTP Requestkhairul1692016-11-151-12/+12
* Keep groups when replacing nodesIgnacio Etcheverry2016-11-151-0/+6
* adding get_stored_values methodAriel Manzur2016-11-082-1/+20
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-021-1/+1
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* Added simple check to viewport, if matrix32 is invesile (https://github.com/g...Mateusz Adamczyk2016-10-091-0/+3
* Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl2016-10-091-3/+3
* Fix Viewport.get_mouse_pos() for specific situations, closes #1885Juan Linietsky2016-09-182-17/+16
* Add http method and request data parametersKazuo2562016-09-182-5/+11
* UI navigation via JOYSTICK_MOTION.Andreas Haas2016-07-301-0/+1
* 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
* | WIP bugfix for existing connectionsJuan Linietsky2016-07-192-0/+33
* | Properly transform sub-viewport input, closes #3580Juan Linietsky2016-07-181-4/+31
|/
* Fix own world option of Viewport.Franklin Sobrinho2016-07-081-1/+1
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-1/+0
* Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky2016-07-062-3/+21
* Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky2016-07-061-0/+1
* Fixed the order of input, reverts #4384, closes #5361Juan Linietsky2016-07-011-9/+1
* Color picker was getting too much focus, made it get not as much focus.Juan Linietsky2016-07-011-0/+8
* Invalidate key focus if not visible, fixes #5354Juan Linietsky2016-07-011-1/+6
* Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky2016-07-011-15/+40
* remove unnecesary warning, closes #5169Juan Linietsky2016-06-291-4/+4
* Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky2016-06-282-0/+17
* Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky2016-06-272-0/+4
* Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky2016-06-271-1/+2
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-06-271-8/+11
* Make button aware of it being dragged and reset state, closes #4178Juan Linietsky2016-06-231-1/+0
* Make return type explicit.Saracen2016-06-211-1/+1
* property remove parent owned nodes when using replace, fixes #4128Juan Linietsky2016-06-202-0/+6
* Fixed the order of events called by _input, closes #4384Juan Linietsky2016-06-201-1/+1
* Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431Juan Linietsky2016-06-201-1/+9
* Make dure to only call drop_data if can_drop_data returned true, closes #4616Juan Linietsky2016-06-201-2/+3
* Drop empty files that are not used anywhereRémi Verschelde2016-06-185-152/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-184-0/+112
* Better error text when trying to add/remove/move child nodes in a busy parent...Juan Linietsky2016-06-131-2/+15
* Merge pull request #5058 from neikeq/pr-issue-1461Juan Linietsky2016-06-132-1/+17
|\
| * Preserve signal connections when replacing the target nodeIgnacio Etcheverry2016-06-092-1/+17
* | do not allow picking in captured mode, closes #5134Juan Linietsky2016-06-111-1/+1
* | fixes wrong bool return, closes #5037Juan Linietsky2016-06-091-1/+1
* | Merge pull request #5007 from bojidar-bg/asset-storeJuan Linietsky2016-06-081-0/+1
|\ \ | |/ |/|
| * Update asset library editor plugin - new functionality and fixesBojidar Marinov2016-06-071-0/+1
* | -Heavily improved editor startup and exit performanceJuan Linietsky2016-06-074-36/+44
|/
* Fix indentation issues in last commitsRémi Verschelde2016-06-071-21/+20
* Merge pull request #4101 from SaracenOne/listenerJuan Linietsky2016-06-062-19/+113
|\
| * Added listener spatial node.Saracen2016-03-202-19/+113