Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-25 | Strip query string when parsing HTTP request line for path | Haoyu Qiu | |
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 | 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 | 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-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 | |||
2021-06-21 | Merge pull request #49795 from timothyqiu/label-min-size | Rémi Verschelde | |
Update min size on Label::set_text | |||
2021-06-21 | [iOS] Support multiple plist types | Sergey Minakov | |
2021-06-21 | Print a notice when compiling with `target=debug` | Hugo Locurcio | |
Debug builds are considerably slower than release builds or even release_debug builds. `target=debug` is still the default SCons target option, so unsuspecting users may be compiling unoptimized debug builds for their personal use. | |||
2021-06-21 | Make relationship lines draw on top of TreeItems | Yuri Sizov | |
2021-06-21 | Merge pull request #49792 from EricEzaM/improve-object-errors | Rémi Verschelde | |
Improved some error messages (from ERR_FAIL_*) in Object. | |||
2021-06-21 | Update min size on Label::set_text | Haoyu Qiu | |
2021-06-21 | Improved some error messages (from ERR_FAIL_*) in Object. | Eric M | |
2021-06-21 | Merge pull request #49665 from Paulb23/code_edit_indent | Rémi Verschelde | |
Move indentation into CodeEdit | |||
2021-06-21 | Merge pull request #45815 from floppyhammer/master | Rémi Verschelde | |
Improve nine patch behavior of TextureProgressBar | |||
2021-06-21 | Improve nine patch behavior of TextureProgressBar | floppyhammer | |
2021-06-20 | Merge pull request #49772 from pycbouh/editor-theme-pin-new-stylebox | Rémi Verschelde | |
Fix pinned `StyleBox` incorrectly reacting to several actions in the new `Theme` editor | |||
2021-06-20 | Fix pinned StyleBox incorrectly reacting to several actions in the new Theme ↵ | Yuri Sizov | |
editor | |||
2021-06-20 | Move indent management to CodeEdit | Paulb23 | |
2021-06-20 | Merge pull request #35608 from golfinq/master | Rémi Verschelde | |
2021-06-20 | Merge pull request #49281 from aaronfranke/use-enums-mouse-joypad | Rémi Verschelde | |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke | |
Also MIDIMessage | |||
2021-06-20 | Move many input enums to their own file | Aaron Franke | |
2021-06-20 | Rich Text Label now allows for foreground colors and background colors | golfinq | |
2021-06-20 | Merge pull request #49760 from Calinou/doc-projectsettings-stdout-stderr | Rémi Verschelde | |
Improve descriptions for ProjectSettings' `disable_stdout`/`disable_stderr` | |||
2021-06-20 | Improve descriptions for ProjectSettings' `disable_stdout`/`disable_stderr` | Hugo Locurcio | |
2021-06-20 | Merge pull request #49714 from fire/lod-scale | Rémi Verschelde | |
Fix for LOD is broken 49706 | |||
2021-06-20 | Fix for LOD is broken 49706 | K. S. Ernest (iFire) Lee | |