summaryrefslogtreecommitdiffstats
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
* Dead code tells no talesRémi Verschelde2017-08-274-162/+13
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2716-16/+16
* Viewport: fix 'size' binding from Rect2 to Vector2Poommetee Ketson2017-08-271-1/+1
* Merge pull request #10579 from quinnyo/rpc-sender-idRémi Verschelde2017-08-272-0/+12
|\
| * add SceneTree method to get ID of rpc calling peerQuinn Schwab2017-08-232-0/+12
* | Add two missing Null checksHein-Pieter van Braam2017-08-261-1/+4
* | Node: Add debug info to add_child reparenting checkRémi Verschelde2017-08-261-7/+11
* | -Massive clean up to gizmosJuan Linietsky2017-08-261-1/+1
* | Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-244-76/+63
|/
* 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-218-73/+79
|\ \
| * | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-208-73/+79
* | | Merge pull request #10443 from karroffel/propagate_callRémi Verschelde2017-08-212-0/+20
|\ \ \
| * | | add "propagate_call" method to NodeKarroffel2017-08-192-0/+20
| |/ /
* | | Fixed segfault when hovering over scene tree elements and showing tooltips.Wilson E. Alvarez2017-08-201-0/+4
* | | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-204-31/+10
|\ \ \ | |/ / |/| |
| * | Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-194-31/+10
* | | Small fix that makes overal UI (including dragging spliiters) much, much faster.Juan Linietsky2017-08-181-77/+2
* | | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-162-5/+5
* | | Allow zero-padded serial namingPedro J. Estébanez2017-08-161-1/+2
* | | Merge pull request #9889 from groud/control_enhancementskubecz3k2017-08-151-2/+2
|\ \ \
| * | | Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-2/+2
| | |/ | |/|
* | | Fix debug materials, closes #8607Juan Linietsky2017-08-151-20/+21
* | | Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622Juan Linietsky2017-08-151-2/+1
|/ /
* | Merge pull request #10198 from jjay/f/stretch_aspect_expandRémi Verschelde2017-08-112-5/+5
|\ \ | |/ |/|
| * Add expand stretch/ascpect - no more black barsYakov Borevich2017-08-092-5/+5
* | Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-102-4/+4
* | Removes type information from method bindsIgnacio Etcheverry2017-08-106-47/+47
|/
* -Fixed BoneAttachment delay, closes #3966Juan Linietsky2017-08-071-0/+4
* Merge pull request #10136 from MednauN/masterThomas Herzog2017-08-071-0/+83
|\
| * Add handling of touch events in _gui_input_eventEvgeny Zuev2017-08-071-0/+83
* | Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde2017-08-074-18/+18
|\ \
| * | Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-074-18/+18
| |/
* | Merge pull request #9394 from supagu/sync-rpc-fixRémi Verschelde2017-08-071-34/+37
|\ \ | |/ |/|
| * Queue RPC packet before calling method locally to ensure correct RPC packet o...Fabian Mathews2017-06-261-34/+37
* | renamed node path, closes #5691Juan Linietsky2017-08-051-1/+1
* | Merge pull request #8567 from BastiaanOlij/ar_vr_serverRémi Verschelde2017-07-312-0/+21
|\ \
| * | Adding base classes and structures for ARVR supportBastiaanOlij2017-07-282-0/+21
* | | Style: Apply clang-format on all filesRémi Verschelde2017-07-301-1/+1
|/ /
* | Fix Node::move_child() crash if moving to the end plus onePedro J. Estébanez2017-07-251-0/+5
* | Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde2017-07-243-6/+6
|\ \
| * | Add object type hint for docsPoommetee Ketson2017-07-233-6/+6
* | | Several changes to better run in mobile.Juan Linietsky2017-07-222-7/+10
|/ /
* | -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-194-12/+16
* | Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
* | -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-14/+14
* | Script editor usability fixesJuan Linietsky2017-07-151-4/+8