aboutsummaryrefslogtreecommitdiff
path: root/scene/main/scene_tree.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Small fix that makes overal UI (including dragging spliiters) much, much faster.Juan Linietsky2017-08-181-77/+2
| | | | | | | | | | | | | | | | | | Flushing messages meant that for every event, UI was reaccomodating everything. This is relly slow. Messages will have to happen sometime later, during iteration most likely. I still can't fix the overall code editor slowness on Mesa+Radeon, I suspect it's a driver issue.
* | | 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" option for stretch aspect, no more black bars
| * 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
| | | | -Fixed skeleton crash, probably fixes other issues
* 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
|\ | | | | Add object type hint for docs
| * Add object type hint for docsPoommetee Ketson2017-07-231-2/+2
| |
* | Several changes to better run in mobile.Juan Linietsky2017-07-221-6/+8
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-6/+10
| | | | -Added system for feature overrides, it's pretty cool :)
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-14/+14
| | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky2017-07-031-3/+15
|
* Reworked translation systemJuan Linietsky2017-06-281-1/+3
| | | | | -Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
* -Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky2017-06-261-0/+2427
-Fixded BackBuffercopy object