aboutsummaryrefslogtreecommitdiff
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | properly pass events to parent controls, closes #4701Juan Linietsky2016-06-061-15/+23
* | -customizable shortcuts in editorJuan Linietsky2016-06-041-1/+0
* | Created a NodeDock with signals and groupsJuan Linietsky2016-06-042-0/+13
* | Exposed a RESULT_DOWNLOAD_FILE_CANT_OPEN constant to docs and GDScript.J08nY2016-06-031-1/+2
* | Changed import workflowJuan Linietsky2016-05-272-0/+11
* | Real-Time Remote Inspector supportJuan Linietsky2016-05-221-0/+1
* | remove trailing whitespaceHubert Jarosz2016-05-212-2/+2
* | i18n: Proofreading of all stringsRémi Verschelde2016-05-211-1/+1
* | Fix for tooltip blinking (#4713)captainwasabi2016-05-201-2/+2
* | -Added configuration warning system for nodesJuan Linietsky2016-05-175-0/+42
* | Node duplication positions under duplicated node, issue 964Paulb232016-05-132-0/+13
* | -begun implementing drag & drop editor wideJuan Linietsky2016-05-114-1/+40
* | Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-062-18/+37
* | Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-042-2/+2
* | Keep editable instances data when replacing tree root nodeIgnacio Etcheverry2016-04-122-0/+12
* | Now the timer could be pausedHearto Lazor2016-03-312-3/+27
|/
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-122-75/+179
* Merge pull request #4012 from sanikoyes/Pr-linke-fail-disable-3dRémi Verschelde2016-03-111-1/+2
|\
| * Fix link error when disable_3d=yessanikoyes2016-03-111-1/+2
* | remove trailing whitespaceHubert Jarosz2016-03-098-221/+221
|/
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-042-0/+511
* fix transform localization event in mouse motionJuan Linietsky2016-02-271-2/+3
* -Fix mouse coordinates not being affected by canvas transformJuan Linietsky2016-02-031-5/+8
* Merge pull request #3534 from Biliogadafr/pickable2dJuan Linietsky2016-02-031-1/+1
|\
| * Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable'Biliogadafr2016-02-011-1/+1
* | -make stream player and time restore state properly if removed, fixes #1949Juan Linietsky2016-02-021-0/+1
|/
* -Fix crash opening and closing the scene, closes #3491Juan Linietsky2016-01-312-2/+36
* -Fix input bug on window ordering due to foretting to sort root itemsJuan Linietsky2016-01-251-0/+2
* -Changed how popups work in Viewport to make them a lot less invasive to the ...Juan Linietsky2016-01-252-27/+51
* -make sure instance placeholder works with duplicate(), fixes #3378Juan Linietsky2016-01-222-1/+22
* -Fix viewport converting the scren in grayness, fixes #3406Juan Linietsky2016-01-221-8/+12
* Merge pull request #3390 from Hinsbart/duplicate_fixRémi Verschelde2016-01-201-0/+9
|\
| * duplicate groups and signalshondres2016-01-201-0/+9
* | -Some fixes to drag and drop and canvas offset for GUI that were introduced a...Juan Linietsky2016-01-192-8/+8
* | Fix build with tools=noRémi Verschelde2016-01-191-0/+4
|/
* -fixed bug related to mouse cursor changes, fixes #3366Juan Linietsky2016-01-182-19/+44