Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-27 | Fix flipped binormal in StandardMaterial3D triplanar mapping | Hugo Locurcio | |
This made normal maps on triplanar materials use an inverted Y direction compared to non-triplanar materials. | |||
2021-06-26 | Merge pull request #49891 from Calinou/3d-editor-add-grid-toggle-shortcut | Rémi Verschelde | |
Use Ctrl + G to toggle the 3D editor grid visibility by default | |||
2021-06-25 | Merge pull request #49744 from reduz/implement-native-extensions | Rémi Verschelde | |
Implement native extension system | |||
2021-06-25 | Implement native extension system | reduz | |
* Deprecates GDNative in favor of a simpler, lower level interface. * New extension system allows registering core engine classes. * Simple header interface in gdnative_interace.h | |||
2021-06-25 | Merge pull request #49908 from KoBeWi/📎🔫 | Rémi Verschelde | |
Remove clips_input() method and use clip_content | |||
2021-06-25 | Merge pull request #49906 from EricEzaM/fix-richtextlabel-array-export | Rémi Verschelde | |
Fix RichTextLabel custom_effects export to be properly filtered in the Editor | |||
2021-06-25 | Remove clips_input() method and use clip_content | kobewi | |
2021-06-25 | Merge pull request #49885 from reduz/implement-render-pass-support | Rémi Verschelde | |
Implement Framebuffer Subpass support | |||
2021-06-25 | Fix RichTextLabel custom_effects export to be properly filtered in the Editor | Eric M | |
2021-06-24 | Merge pull request #49889 from timothyqiu/url-path | Fabio Alessandrelli | |
Strip query string when parsing HTTP request line for path | |||
2021-06-24 | Implement Framebuffer Subpass support | reduz | |
* Required for better optimizing mobile platforms * Will be used by the Vulkan mobile renderer. | |||
2021-06-24 | Use Ctrl + G to toggle the 3D editor grid visibility by default | Hugo Locurcio | |
The 2D editor grid toggle shortcut has been changed to use `KEY_MASK_CMD` for consistency. This means it will now use Cmd on macOS instead of Ctrl. | |||
2021-06-24 | Merge pull request #49826 from groud/fix_mesh_transform | Rémi Verschelde | |
Keep the drawing transform when drawing meshing in CanvasItem | |||
2021-06-24 | Merge pull request #49854 from ↵ | K. S. Ernest (iFire) Lee | |
kleonc/visual_script_editor-fix-position-when-zooming-master VisualScriptEditor Fix in graph position calculation (do not skip zoom) | |||
2021-06-24 | Merge pull request #49872 from m4gr3d/update_config_versions | Rémi Verschelde | |
2021-06-24 | Merge pull request #49886 from KoBeWi/small_step_for_tweens | Rémi Verschelde | |
Correct the description of Tween.custom_step | |||
2021-06-24 | Merge pull request #49650 from KoBeWi/FindReplaceCrash | Rémi Verschelde | |
Fix crash with FindReplaceBar | |||
2021-06-25 | Strip query string when parsing HTTP request line for path | Haoyu Qiu | |
2021-06-24 | Update config versions and deprecate the use of the jcenter maven repo. | ne0fhyk | |
2021-06-24 | Merge pull request #49876 from Calinou/tweak-script-export-text | Rémi Verschelde | |
Tweak script export text in the export dialog to be more explicit | |||
2021-06-24 | Correct the description of Tween.custom_step | kobewi | |
2021-06-24 | Fix crash with FindReplaceBar | kobewi | |
2021-06-24 | Tweak script export text in the export dialog to be more explicit | Hugo Locurcio | |
2021-06-24 | Merge pull request #49874 from groud/fix_polygon2D_rendering_black | Rémi Verschelde | |
Fix polygon 2D rendering black | |||
2021-06-24 | Merge pull request #49583 from timothyqiu/texture-crash | Rémi Verschelde | |
Fix crash when freeing GradientTexture and NoiseTexture | |||
2021-06-24 | Fix polygon 2D rendering black | Gilles Roudière | |
2021-06-23 | VisualScriptEditor Fix in graph position calculation (do not skip zoom) | kleonc | |
2021-06-23 | Merge pull request #49864 from Calinou/cylindermesh-allow-zero-radius | Rémi Verschelde | |
Allow a top and bottom radius equal to 0 in CylinderMesh | |||
2021-06-23 | Allow a top and bottom radius equal to 0 in CylinderMesh | Hugo Locurcio | |
The CylinderMesh generation code handles this special case and avoids generating the top and bottom faces if their radius is equal to 0. This improves performance by reducing the number of vertices to draw. If both values are set to 0, nothing will be visible but the mesh generation will still succeed. This also improves the CylinderMesh class documentation. | |||
2021-06-23 | Merge pull request #49863 from groud/fix_mesh2d_modulation | Rémi Verschelde | |
Fixes Mesh2D drawn without modulation | |||
2021-06-23 | Fixes Mesh2D drawn without modulation | Gilles Roudière | |
2021-06-23 | Merge pull request #49860 from pulawskig/master | Rémi Verschelde | |
Fixing mono build after instance() -> instanciate() name change | |||
2021-06-23 | Fixing mono build after instance() -> instanciate() name change | Grzegorz Puławski | |
2021-06-23 | Merge pull request #49857 from Calinou/occluder-generation-improve-error-message | Rémi Verschelde | |
Improve error message when there are no meshes to bake for 3D occlusion | |||
2021-06-23 | Improve error message when there are no meshes to bake for 3D occlusion | Hugo Locurcio | |
2021-06-23 | Merge pull request #49833 from ↵ | Rémi Verschelde | |
m4gr3d/add_support_for_custom_debug_keystore_master Add support for custom debug keystore | |||
2021-06-23 | Merge pull request #49853 from AndreaCatania/AndreaCatania-patch-4 | Rémi Verschelde | |
Remove early return from gizmo intersect_ray | |||
2021-06-23 | Merge pull request #49831 from m44615/fix_49412 | Rémi Verschelde | |
VisualScript: Fix mislabeled logic operators #49412 | |||
2021-06-23 | Merge pull request #47308 from Faless/net/4.x_http_client_request_and_custom | Rémi Verschelde | |
[Net] Unify HTTPClient `requests` make it a custom class. | |||
2021-06-23 | [Net] Makes HTTPClient a custom instance class. | Fabio Alessandrelli | |
2021-06-23 | [Net] Unify HTTPClient request and request_raw. | Fabio Alessandrelli | |
2021-06-23 | Remove early return from gizmo intersect_ray | AndreaCatania | |
Remove early returns from `EditorNode3DGizmo::intersect_ray` that is preventing to have gizmos that use Mesh collision + Segment collision + Icon. | |||
2021-06-23 | Fix logic operators mislabeled #49412 | Martin | |
2021-06-23 | Merge pull request #49848 from bruvzg/ccur_macos_fix | Rémi Verschelde | |
[macOS] Fix custom mouse cursor not set after mouse mode change. | |||
2021-06-23 | [macOS] Fix custom mouse cursor not set after mouse mode change. | bruvzg | |
2021-06-22 | Add support for custom debug keystore. | ne0fhyk | |
2021-06-22 | Merge pull request #49803 from naithar/feature/ios-plugin-multitype-plist-4.0 | Rémi Verschelde | |
[4.0] [iOS] Support multiple `plist` types in plugin | |||
2021-06-22 | Keep the drawing transform when drawing meshing in CanvasItem | Gilles Roudière | |
2021-06-21 | Merge pull request #38972 from Calinou/scons-add-release-option | Rémi Verschelde | |
Print a notice when compiling with `target=debug` | |||
2021-06-21 | Merge pull request #49798 from pycbouh/tree-lines-items-draw-order | Rémi Verschelde | |
Make relationship lines draw on top of `TreeItem`s |