Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-21 | Merge pull request #59351 from taisph/feature/fix-getaddrinfo-failed | Rémi Verschelde | |
Fix getaddrinfo failed with undefined proxy config | |||
2022-03-21 | Merge pull request #59142 from Calinou/doc-multiplayerpeerextension | Max Hilbrunner | |
Document the MultiplayerPeerExtension class | |||
2022-03-20 | Merge pull request #59357 from ↵ | Rémi Verschelde | |
KoBeWi/your_toolbar_is_so_long_it_pushes_the_inspector Reduce the size of Controls editor toolbar | |||
2022-03-20 | Fix getaddrinfo failed with undefined proxy config | Tais P. Hansen | |
HTTPClientTCP expects proxy host to be empty or port to be -1 to ignore the proxy. When getting the proxy config from the settings file, the values will default to U"null" and 0, respectively, making HTTPClientTCP to attempt to use the values as a proxy, which causes getaddrinfo to fail looking up a "null" hostname. Setting the default config values seems like a good approach to prevent this issue. Fixes #59037 | |||
2022-03-20 | Reduce the size of Controls editor toolbar | kobewi | |
2022-03-20 | Merge pull request #59350 from timothyqiu/extract-more | Rémi Verschelde | |
More editor `extract.py` improvements and fixes | |||
2022-03-20 | More editor `extract.py` improvements and fixes | Haoyu Qiu | |
2022-03-20 | Merge pull request #59345 from BastiaanOlij/call_correct_texture_free | Rémi Verschelde | |
Call the correct texture free method on texture storage cleanup | |||
2022-03-20 | Merge pull request #59346 from rburing/raycast_from_inside_global | Rémi Verschelde | |
Raycasts hitting from inside: return collision point in global coordinates | |||
2022-03-20 | Merge pull request #59341 from fazil47/clear-import-inspector | Rémi Verschelde | |
Advanced import settings inspector is cleared when opened | |||
2022-03-20 | Merge pull request #59343 from madmiraal/fix-57943 | Rémi Verschelde | |
Ensure minimum modifiers are pressed when matching actions | |||
2022-03-20 | Raycasts hitting from inside: return collision point in global coordinates | Ricardo Buring | |
2022-03-20 | Call the correct texture free method on texture storage cleanup | Bastiaan Olij | |
2022-03-20 | Ensure minimum modifiers are pressed when matching actions | Marcel Admiraal | |
2022-03-20 | Import settings inspector is cleared when opened | Fazil Babu | |
2022-03-19 | Merge pull request #59322 from YeldhamDev/groups_arent_bools | Rémi Verschelde | |
2022-03-19 | Merge pull request #59305 from nevarek/fragment-shader-inv-projection | Rémi Verschelde | |
2022-03-19 | Fix `tabs_rearrange_group` property being exposed as a `bool` instead of a `int` | Michael Alexsander | |
2022-03-19 | Merge pull request #59315 from KoBeWi/less_options_in_OptionButton_or_something | Rémi Verschelde | |
2022-03-19 | Hide text and icon properties in OptionButton | kobewi | |
2022-03-19 | Merge pull request #59290 from rburing/get_process_info_docs | Rémi Verschelde | |
PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs | |||
2022-03-18 | Add inverse projection matrix to fragment shader globals | nevarek | |
2022-03-18 | Merge pull request #59286 from raulsntos/csharp-ignore-PhysicsServer3DExtension | Rémi Verschelde | |
Ignore `PhysicsServer3DExtension` class in C# | |||
2022-03-18 | PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs | Ricardo Buring | |
2022-03-18 | Merge pull request #59287 from Vitika9/59181 | Rémi Verschelde | |
Right-clicking will not close popup in windows | |||
2022-03-18 | Merge pull request #59268 from Chaosus/shader_renames2 | Rémi Verschelde | |
Rename several transform built-ins in shaders | |||
2022-03-18 | Merge pull request #59254 from Calinou/doc-node-owner | Rémi Verschelde | |
Mention that Node's `owner` must be set for persistence to work | |||
2022-03-18 | Merge pull request #59257 from Calinou/key-name-backspace | Rémi Verschelde | |
Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab" | |||
2022-03-18 | Mention that Node's `owner` must be set for persistence to work | Hugo Locurcio | |
This is already done in `Node.add_child()` documentation, but this copies the note in `Node.owner` for good measure. | |||
2022-03-18 | Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab" | Hugo Locurcio | |
2022-03-18 | Right-clicking will not close popup | Vitika9 | |
2022-03-18 | Ignore PhysicsServer3DExtension class in C# | Raul Santos | |
PhysicsServer3DExtension inherits from PhysicsServer3D which is a singleton class, since singleton classes are generated as static in C# it would generate invalid C# so for now we'll be ignoring PhysicsServer3DExtension. | |||
2022-03-18 | Merge pull request #58394 from bruvzg/rtl_hint | Rémi Verschelde | |
2022-03-18 | Merge pull request #59277 from bruvzg/hb401 | Rémi Verschelde | |
2022-03-18 | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde | |
2022-03-18 | Merge pull request #58233 from bruvzg/gde_ts | Rémi Verschelde | |
2022-03-18 | Merge pull request #59273 from V-Sekai/import-scene-no-roll | Rémi Verschelde | |
2022-03-18 | HarfBuzz: Update to version 4.0.1 | bruvzg | |
2022-03-18 | Avoid roll in scene importer camera. | K. S. Ernest (iFire) Lee | |
2022-03-18 | i18n: Sync editor translation template after #59265 | Rémi Verschelde | |
(cherry picked from commit 0de7cfc60f9ad8c7e5717bbbe484b22344b4bb17) | |||
2022-03-18 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 4228d320bd1410c9b668d9c3cf3bfa4d296a2d0b) | |||
2022-03-18 | Merge pull request #59264 from timothyqiu/extract-groups | Rémi Verschelde | |
2022-03-18 | Merge pull request #59269 from Vitika9/59196 | Rémi Verschelde | |
2022-03-18 | Improves editor property name extraction | Haoyu Qiu | |
2022-03-18 | Merge pull request #59237 from akien-mga/gitignore | Rémi Verschelde | |
2022-03-18 | Removed extra separator in absence of ChangeType and Rename | Vitika9 | |
2022-03-18 | Rename several transform built-ins in shaders | Yuri Roubinsky | |
2022-03-18 | Merge pull request #59263 from Chaosus/vs_fix_expression_port_name_crash | Rémi Verschelde | |
2022-03-18 | Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershape | Rémi Verschelde | |
ParticleMaterial: Sphere emission shape emitting from the volume. | |||
2022-03-18 | Merge pull request #59246 from Sauermann/fix-setting-name-shrink-scale | Rémi Verschelde | |
Rename Project setting display/window/stretch/shrink to scale |