Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-13 | Add a crosshair to the 3D viewport | Hugo Locurcio | |
The crosshair makes freelook navigation a bit easier, while making it clearer that it's possible to select nodes by clicking while in freelook mode. The crosshair is only displayed while in freelook mode. It uses an icon designed to be visible on any background. | |||
2020-01-04 | Merge pull request #34795 from dankan1890/mono_cs_icon | Rémi Verschelde | |
[Mono]: the C# script icon is now visible in the editor. | |||
2020-01-03 | Merge pull request #34794 from clayjohn/GLES2-trimesh-crash | Rémi Verschelde | |
Fix crash on trimesh_create | |||
2020-01-03 | [Mono]: the C# script icon is now visible in the editor. | dankan1890 | |
2020-01-03 | Merge pull request #34790 from clayjohn/ETC-support-alpha | Rémi Verschelde | |
Add support for Lum-alpha textures to ETC fallback | |||
2020-01-03 | Merge pull request #34788 from Faless/enet/max_clients | Rémi Verschelde | |
Fix ENet max clients highest value. | |||
2020-01-03 | Merge pull request #34792 from YeldhamDev/tabcontainer_hidden_tabs_doc | Rémi Verschelde | |
Document TabContainer's "use_hidden_tabs_for_min_size" | |||
2020-01-03 | Fix crash on trimesh_create by making surface->data available in non-tool builds | clayjohn | |
2020-01-03 | Document TabContainer's "use_hidden_tabs_for_min_size" | Michael Alexsander | |
2020-01-03 | Fix ENet max clients highest value. | Fabio Alessandrelli | |
Was 4096, while actually it's 4095. Fixed now in both docs and `create_server` check. | |||
2020-01-03 | Add support for Lum-alpha textures to ETC fallback | clayjohn | |
2020-01-03 | Merge pull request #34784 from neikeq/fix-hintpath-godottools | Rémi Verschelde | |
Mono/C#: Fix wrong HintPath for package in GodotTools | |||
2020-01-03 | Merge pull request #34781 from fossegutten/button-flash | Rémi Verschelde | |
Fixes button flashing when releasing mousebutton outside | |||
2020-01-03 | Mono/C#: Fix wrong HintPath for package in GodotTools | Ignacio Etcheverry | |
2020-01-03 | doc: Sync classref with current source | Rémi Verschelde | |
2020-01-03 | Merge pull request #34452 from aaronfranke/color-arith | Rémi Verschelde | |
[Mono] Color arithmetic operators | |||
2020-01-03 | Fixes button flashing when releasing mousebutton outside | fossegutten | |
2020-01-03 | Merge pull request #34755 from Calinou/shadermaterial-connect-editor-only | Rémi Verschelde | |
Don't connect ShaderMaterial's `changed` signal when not in the editor | |||
2020-01-03 | Merge pull request #34782 from akien-mga/multiplayerapi-set_network_peer-invalid | Rémi Verschelde | |
MultiplayerAPI: Fix disconnect errors when passing invalid peer | |||
2020-01-03 | Merge pull request #34772 from clayjohn/ETC-support-alpha | Rémi Verschelde | |
Fallback to RGBA4444 for textures with alpha set to ETC compression | |||
2020-01-03 | Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix | Rémi Verschelde | |
Fixed antialiasing option for Polygon2D with concave/hollow shapes | |||
2020-01-03 | Merge pull request #34779 from timothyqiu/tree-hscroll | Rémi Verschelde | |
Better horizontal scroll for Tree | |||
2020-01-03 | Merge pull request #34681 from Calinou/add-quit-exit-code-shorthand | Rémi Verschelde | |
Add a shorthand for setting the exit code using `SceneTree::quit()` | |||
2020-01-03 | MultiplayerAPI: Fix disconnect errors when passing invalid peer | Rémi Verschelde | |
Fixes #34634. | |||
2020-01-03 | Better horizontal scroll for Tree | Haoyu Qiu | |
* Adds pan gesture support for horizontal scroll. * Scrolls horizontally when needed to ensure cursor visiblility. | |||
2020-01-03 | [Mono] Color arithmetic operators | Aaron Franke | |
2020-01-03 | Add a shorthand for setting the exit code using `SceneTree::quit()` | Hugo Locurcio | |
This reduces the amount of code required to exit a process with a non-zero exit code. This pattern is also found in most other programming languages. | |||
2020-01-03 | Merge pull request #34688 from sheepandshepherd/gdnative_class_ptr | Rémi Verschelde | |
Expose is_class_ptr to GDNative for dynamic casts | |||
2020-01-03 | Merge pull request #34456 from aaronfranke/its-a-sign | Rémi Verschelde | |
[Mono] Make Sign methods consistent with GDScript and System.Math | |||
2020-01-03 | Merge pull request #34760 from fire/gltf2-scissors | Rémi Verschelde | |
Support GLTF2 alpha scissors. | |||
2020-01-03 | Merge pull request #34770 from timothyqiu/layered | Rémi Verschelde | |
Clears initial button mask before activating menu item | |||
2020-01-03 | Merge pull request #34747 from rcorre/add_child_owner | Rémi Verschelde | |
Add note about add_child and owner. | |||
2020-01-03 | Merge pull request #34551 from MadEqua/fix-light-with-skeleton | Rémi Verschelde | |
Fix 2D lighting when using skeleton. | |||
2020-01-02 | Fallback to RGBA4444 for textures with alpha set to ETC compression | clayjohn | |
2020-01-03 | Expose cast_to to GDNative for dynamic casts | sheepandshepherd | |
2020-01-02 | Add note about add_child and owner. | Ryan Roden-Corrent | |
Resolves #34739. | |||
2020-01-03 | Clears button mask before activating menu item | Haoyu Qiu | |
2020-01-02 | [Mono] Make Sign methods consistent with GDScript and System.Math | Aaron Franke | |
2020-01-02 | Merge pull request #34763 from Calinou/enable-line-length-guideline | Rémi Verschelde | |
Enable the script editor line length guideline by default | |||
2020-01-02 | Enable the script editor line length guideline by default | Hugo Locurcio | |
Now that the GDScript style guide has an official recommendation, it makes sense to enable the line length guideline by default. | |||
2020-01-02 | Merge pull request #34761 from Anutrix/remove_2_unused_imports | Rémi Verschelde | |
Remove unused imports in methods.py | |||
2020-01-02 | Support GLTF2 alpha scissors. | K. S. Ernest (iFire) Lee | |
2020-01-03 | Remove unused imports | unknown | |
2020-01-02 | Merge pull request #34736 from cbscribe/kcc_doc_fixes | Rémi Verschelde | |
[DOCS] Class reference typos and fixes. | |||
2020-01-02 | [DOCS] Class reference typos and fixes. | Chris Bradfield | |
2020-01-02 | Merge pull request #34476 from volzhs/no-slash-localize_path | Rémi Verschelde | |
Make sure no additional slash being added with localize_path | |||
2020-01-02 | Merge pull request #34758 from neikeq/mono-bindings-void-vararg | Rémi Verschelde | |
Mono/C#: Fix bindings generator with void vararg methods | |||
2020-01-02 | Merge pull request #34757 from neikeq/the-revenge-of-the-defvals | Rémi Verschelde | |
Fix missing DEFVAL in some EditorSpatialGizmo methods | |||
2020-01-02 | Merge pull request #34756 from bojidar-bg/34689-export-line-break | Rémi Verschelde | |
Allow the usage of newlines in export hints | |||
2020-01-02 | Mono/C#: Fix comment generation for non-constant param default | Ignacio Etcheverry | |
- Generate the comment for the param, even if the method has no description. - Generate the comment outside the <summary> element. |