summaryrefslogtreecommitdiff
path: root/scene/main/node.cpp
AgeCommit message (Expand)Author
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-14no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13Node name casing: fix mistake from previous commitRémi Verschelde
2017-01-13Reenable node name case setting + code cleanupsRémi Verschelde
2017-01-12Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...Juan Linietsky
2017-01-12Project setting to control node name casingRay Koopa
2017-01-12Renamed most signals so they refer to:Juan Linietsky
2017-01-10- _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-03Begin modifying properties to make them more friendly to script and doc.Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-30Revert "Do not emit NOTIFICATION_READY more than once (breaking change)"Rémi Verschelde
2016-11-17Do not emit NOTIFICATION_READY more than once (breaking change)Bojidar Marinov
2016-11-17Guard agains duplicate calling of _ready when instanced in _enter_treeBojidar Marinov
2016-11-03Keep groups when replacing nodesIgnacio Etcheverry
2016-10-10Revise serial naming behaviorPedro J. Estébanez
2016-10-08Refactor node naming APIs used by editorPedro J. Estébanez
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-07Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky
2016-08-19Brand new networked multiplayerJuan Linietsky
2016-08-14Added high level networked multiplayer to Godot.Juan Linietsky
2016-07-19WIP bugfix for existing connectionsJuan Linietsky
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde
2016-07-06Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky
2016-06-28Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky
2016-06-21Make return type explicit.Saracen
2016-06-20property remove parent owned nodes when using replace, fixes #4128Juan Linietsky
2016-06-13Better error text when trying to add/remove/move child nodes in a busy parent...Juan Linietsky
2016-06-09Preserve signal connections when replacing the target nodeIgnacio Etcheverry
2016-06-07-Heavily improved editor startup and exit performanceJuan Linietsky
2016-06-04Created a NodeDock with signals and groupsJuan Linietsky
2016-05-17-Added configuration warning system for nodesJuan Linietsky
2016-05-13Node duplication positions under duplicated node, issue 964Paulb23
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
2016-05-04Fix wrong return and argument types in documentationIgnacio Etcheverry
2016-04-12Keep editable instances data when replacing tree root nodeIgnacio Etcheverry
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-22-make sure instance placeholder works with duplicate(), fixes #3378Juan Linietsky
2016-01-20duplicate groups and signalshondres
2016-01-03forgot to bind NOTIFICATION_INSTANCED, closes #2261Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-29-fix loading of samples in mod, s3m and xm. Fixes #2553reduz
2015-12-29-restrict gui root from being removed while performing input, fixes #2578reduz
2015-12-28Ability to set autoloads as singleton global variablesreduz
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
2015-12-08better unique name resolution, as suggested i #3017Juan Linietsky
2015-12-08added option to add_child, to use the same deduplication convention as in the...Juan Linietsky