summaryrefslogtreecommitdiffstats
path: root/scene/main/scene_tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* Ensure process notification is received only if really enabled, fixes #7894Juan Linietsky2018-07-291-0/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-6/+6
* Merge pull request #19888 from AndreaCatania/pryJuan Linietsky2018-07-231-4/+15
|\
| * Implemented proceses priorityAndrea Catania2018-07-231-4/+15
* | -Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky2018-07-031-3/+4
* | Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-021-0/+5
|/
* Add option to disable automatic multiplayer pollFabio Alessandrelli2018-06-031-1/+15
* Rename multiplayer_api to just multiplayer.Fabio Alessandrelli2018-05-081-31/+31
* Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde2018-05-031-6/+6
|\
| * Fix binding some core API methods only in tools buildsIgnacio Etcheverry2018-04-291-6/+6
* | Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-0/+8
|/
* Merge pull request #17227 from Faless/multiplayer_apiJuan Linietsky2018-04-081-442/+39
|\
| * Use MultiplayerAPI class for high level networkingFabio Alessandrelli2018-03-031-442/+39
* | Fix oversampled font artifacts after resizeRuslan Mustakov2018-03-191-3/+3
* | FIX Windows enter/exit mouse notificationsRanoller2018-03-031-0/+2
|/
* Fix typos with codespellluz.paz2018-02-211-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