aboutsummaryrefslogtreecommitdiff
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
* Fix own world option of Viewport.Franklin Sobrinho2016-07-081-1/+1
* Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky2016-07-082-3/+21
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-07-081-8/+11
* Revert "Fixed the order of events called by _input, closes #4384"Rémi Verschelde2016-07-081-1/+1
* Fixed the order of events called by _input, closes #4384Juan Linietsky2016-06-251-1/+1
* Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431Juan Linietsky2016-06-251-1/+9
* Make dure to only call drop_data if can_drop_data returned true, closes #4616Juan Linietsky2016-06-251-2/+3
* Better error text when trying to add/remove/move child nodes in a busy parent...Juan Linietsky2016-06-251-2/+15
* do not allow picking in captured mode, closes #5134Juan Linietsky2016-06-251-1/+1
* fixes wrong bool return, closes #5037Juan Linietsky2016-06-251-1/+1
* Fix indentation issues in last commitsRémi Verschelde2016-06-251-21/+20
* properly pass events to parent controls, closes #4701Juan Linietsky2016-06-251-15/+23
* Fix for tooltip blinking (#4713)captainwasabi2016-06-041-2/+2
* Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-122-18/+37
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-062-2/+2
* Keep editable instances data when replacing tree root nodeIgnacio Etcheverry2016-04-272-0/+12
* Fix link error when disable_3d=yessanikoyes2016-04-021-1/+2
* remove trailing whitespaceHubert Jarosz2016-04-028-221/+221
* fix transform localization event in mouse motionJuan Linietsky2016-02-291-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
* -Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky2016-01-163-3/+1018
* change intersect_ray function to discriminate pickable objects, fixes #3203Juan Linietsky2016-01-101-2/+2
* Fix is_node_being_edited() when not building toolsRémi Verschelde2016-01-051-0/+4
* forgot to bind NOTIFICATION_INSTANCED, closes #2261Juan Linietsky2016-01-031-0/+2
* Properly clear/restore current camera when switching scenes. Fixes #2137Juan Linietsky2016-01-022-0/+13
* Update copyright to 2016 in headersGeorge Marques2016-01-0116-16/+16
* -fix loading of samples in mod, s3m and xm. Fixes #2553reduz2015-12-291-1/+1
* -restrict gui root from being removed while performing input, fixes #2578reduz2015-12-291-0/+1
* Ability to set autoloads as singleton global variablesreduz2015-12-281-1/+4
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-283-3/+3
* better unique name resolution, as suggested i #3017Juan Linietsky2015-12-081-5/+1
* added option to add_child, to use the same deduplication convention as in the...Juan Linietsky2015-12-082-9/+12
* Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\
| * Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
* | windows crash and bind placeholder methodAriel Manzur2015-11-141-0/+4
* | -better integration of ndee's themeJuan Linietsky2015-11-132-4/+5
|/
* Merge pull request #2556 from volzhs/fix_miss_bind_findnodeJuan Linietsky2015-10-171-1/+1
|\