aboutsummaryrefslogtreecommitdiff
path: root/scene/main/scene_tree.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typos with codespellluz.paz2018-02-221-1/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+20
* Fix typo in new stringsPoommetee Ketson2018-01-061-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15192 from volzhs/expose-quit-on-go-backRémi Verschelde2018-01-031-0/+1
|\
| * Bind SceneTree::set_quit_on_go_back() to gdscriptvolzhs2017-12-301-0/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-261-8/+7
* Fixed wrong Project Settings direction on an error message.Michael Alexsander Silva Dias2017-12-201-1/+1
* Make dynamic font oversampling fully dynamic.Juan Linietsky2017-12-191-0/+1
* Added font oversampling supportJuan Linietsky2017-12-191-0/+24
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-0/+2
* Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D.Juan Linietsky2017-12-041-2/+2
* Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky2017-11-261-5/+5
|\
| * Implement onion skinning for the animation editorPedro J. Estébanez2017-11-251-5/+5
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-4/+4
|/
* Merge pull request #12224 from NathanWarden/scene_tree_added_signalRémi Verschelde2017-10-201-0/+7
|\
| * Added a node_added signal to the SceneTreeNathan Warden2017-10-191-0/+7
* | Fix window display shrink can't set to float numbersgeequlim2017-10-201-1/+1
|/
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-6/+6
* Merge pull request #11545 from Paulb23/line_edit_caret_blink_resetting_issue_...Rémi Verschelde2017-09-251-1/+1
|\
| * Fixed caret blink and speed resetting in scenes, issue 10764Paulb232017-09-241-1/+1
* | Merge pull request #11552 from Tetane/masterPoommetee Ketson2017-09-251-0/+1
|\ \ | |/ |/|
| * Add a missing constant binding in SceenTreeTetane2017-09-241-0/+1
* | Fix unused variable warningsHein-Pieter van Braam2017-09-081-1/+0
|/
* Fix files headerPoommetee Ketson2017-09-011-1/+1
* Do not error flood if removing default environment. Closes #9945Juan Linietsky2017-08-311-0/+4
* Dead code tells no talesRémi Verschelde2017-08-271-18/+5
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #10579 from quinnyo/rpc-sender-idRémi Verschelde2017-08-271-0/+9
|\
| * add SceneTree method to get ID of rpc calling peerQuinn Schwab2017-08-231-0/+9
* | Add two missing Null checksHein-Pieter van Braam2017-08-261-1/+4
* | Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-5/+2
|/
* Add missing NULL check for the new show_about() callMarcelo Fernandez2017-08-221-1/+1
* Fix build after merge of #10254Rémi Verschelde2017-08-221-1/+1
* Merge pull request #10254 from marcelofg55/masterRémi Verschelde2017-08-221-0/+14
|\
| * Added notification const NOTIFICATION_WM_ABOUTMarcelo Fernandez2017-08-171-0/+14
* | Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-11/+12
|\ \
| * | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-11/+12
* | | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-19/+5
|\ \ \ | |/ / |/| |
| * | Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-19/+5
* | | Small fix that makes overal UI (including dragging spliiters) much, much faster.Juan Linietsky2017-08-181-77/+2
* | | Fix debug materials, closes #8607Juan Linietsky2017-08-151-20/+21
| |/ |/|
* | Merge pull request #10198 from jjay/f/stretch_aspect_expandRémi Verschelde2017-08-111-5/+4
|\ \ | |/ |/|
| * Add expand stretch/ascpect - no more black barsYakov Borevich2017-08-091-5/+4
* | Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-2/+2
* | Removes type information from method bindsIgnacio Etcheverry2017-08-101-8/+8
|/
* -Fixed BoneAttachment delay, closes #3966Juan Linietsky2017-08-071-0/+4
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2
* Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde2017-07-241-2/+2
|\