Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-14 | Merge pull request #68657 from Sauermann/fix-redundant-initialization | Rémi Verschelde | |
Remove redundant non-trivial Variant types initializations | |||
2022-11-14 | Merge pull request #68658 from Calinou/message-fix-periods | Rémi Verschelde | |
Fix periods in editor strings and messages | |||
2022-11-14 | Merge pull request #68488 from dsnopek/master-webxr-no-exit-runtime | Fabio Alessandrelli | |
Fix WebXR after changing Emscripten configuration noExitRuntime to false | |||
2022-11-14 | Fix periods in editor strings and messages | Hugo Locurcio | |
- Ensure all strings with ellipsis end with 3 periods instead of 2. - Fix extraneous period in "Error calling from signal '...' to callable" messages. | |||
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann | |
2022-11-14 | Merge pull request #65712 from Chaosus/gds_fix_completion | Rémi Verschelde | |
fix https://github.com/godotengine/godot/issues/64477 | |||
2022-11-14 | Merge pull request #68374 from rune-scape/rune-gdscript-compiler-bugfixes | Rémi Verschelde | |
Fixes https://github.com/godotengine/godot/issues/65953 Fixes https://github.com/godotengine/godot/issues/68291 Fixes https://github.com/godotengine/godot/issues/68561 Fixes https://github.com/godotengine/godot/issues/64915 Fixes https://github.com/godotengine/godot/issues/61848 Fixes https://github.com/godotengine/godot/issues/61268 | |||
2022-11-14 | [MP] Move engine and editor profilers to a plugin. | Fabio Alessandrelli | |
Also refactor the editor plugin out of the ReplicationEditor. | |||
2022-11-14 | Merge pull request #64530 from bruvzg/svg_in_ot | Rémi Verschelde | |
2022-11-14 | Merge pull request #67975 from BastiaanOlij/implement_uv2_on_primitives | Rémi Verschelde | |
Add optional UV2 logic for lightmapping to primitive shapes | |||
2022-11-13 | Merge pull request #68594 from dzil123/fix_wtype_limits_warning_openxr | Rémi Verschelde | |
Fix -Wtype-limits warning in openxr_interface.cpp | |||
2022-11-13 | Merge pull request #68603 from HolonProduction/zip | Rémi Verschelde | |
Fix problem with ZIPPacker | |||
2022-11-13 | Merge pull request #60684 from trollodel/lightweight_editor_plugin | Rémi Verschelde | |
Use forward-declarations in EditorPlugin where possible | |||
2022-11-13 | Fix problem with ZIPPacker | HolonProduction | |
The Zipfile Reference should be set to `NULL` when the `ZIPPacker` is closed not when a file in it is closed. When calling `ZIPPacker.close` without this nothing happens because `zf` is `NULL`. (7zip could still extract the file but warned about unexpected end of file.) | |||
2022-11-13 | GDScript compiler subclass bugfixes | Rune | |
2022-11-13 | Add optional UV2 logic for lightmapping to primitive shapes | Bastiaan Olij | |
2022-11-12 | Fix -Wtype-limits warning in openxr_interface.cpp | dzil123 | |
2022-11-11 | Use forward-declarations in EditorPlugin where possible | trollodel | |
2022-11-11 | Add index check to OpenXRInterface::get_projection_for_view and ↵ | avemort | |
OpenXRInterface::get_transform_for_view | |||
2022-11-10 | Fix WebXR after changing Emscripten configuration noExitRuntime to false | David Snopek | |
2022-11-09 | [openxr] Remove unnecessary fallbacks for native handles on X11 | David Snopek | |
2022-11-09 | Fix default values on virtual classes causing errors in projects | Aaron Franke | |
2022-11-08 | Add support for OpenGL to OpenXR | David Snopek | |
2022-11-08 | Fix named enums to use int64 type | Yuri Rubinsky | |
2022-11-07 | Merge pull request #68202 from zaevi/fix_Web_WebSocket_failed | Rémi Verschelde | |
Fix WebSocket connection failed on Web. | |||
2022-11-04 | Merge pull request #68253 from dzil123/fix_array_shuffle | Ignacio Roldán Etcheverry | |
Fix c# Array.Shuffle incorrect mono bindings | |||
2022-11-04 | Fix c# Array.Shuffle incorrect mono bindings | dzil123 | |
2022-11-04 | Implement SVG in OT support. | bruvzg | |
2022-11-04 | Merge pull request #68080 from akien-mga/vulkan-sdk-1.3.231.1 | Rémi Verschelde | |
vulkan: Update all components to Vulkan SDK 1.3.231.1 | |||
2022-11-03 | Merge pull request #68102 from BastiaanOlij/fix_render_issues_xr | Rémi Verschelde | |
Fix several render issues found while debugging XR | |||
2022-11-03 | Merge pull request #68092 from raulsntos/dotnet/variant-from-array | Ignacio Roldán Etcheverry | |
C#: Add implicit conversion from arrays to Variant | |||
2022-11-03 | vulkan: Update all components to Vulkan SDK 1.3.231.1 | Rémi Verschelde | |
Updates to volk, vulkan headers, `vk_enum_string_helper.h`, glslang, spirv-reflect. No update to VMA which still has 3.0.1 as it's last tagged release. | |||
2022-11-03 | Fix WebSocket connection failed on Web. | Zae | |
2022-11-02 | Allow getting Quaternion rotation in different Euler orders | Aaron Franke | |
2022-11-02 | Merge pull request #66747 from aaronfranke/move-euler-order | Rémi Verschelde | |
Move EulerOrder enum to math_defs.h and global scope | |||
2022-11-02 | C#: Add implicit conversion from arrays to Variant | Raul Santos | |
Adds an implicit conversion from supported array types (the ones that are equivalent to `Packed*Array` types in Godot) to Variant. | |||
2022-11-02 | Move EulerOrder enum to math_defs.h and global scope | Aaron Franke | |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde | |
- Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | |||
2022-11-02 | Merge pull request #65062 from KoBeWi/RedoUndo | Rémi Verschelde | |
Unify usage of undo_redo in editor | |||
2022-11-02 | Merge pull request #67917 from Faless/mp/4.x_auth | Rémi Verschelde | |
[MP] Add peer authentication support to the default MultiplayerAPI. | |||
2022-11-02 | Merge pull request #68118 from aaronfranke/quat-from-euler | Rémi Verschelde | |
Replace Quaternion Euler constructor with `from_euler` method | |||
2022-11-02 | Unify usage of undo_redo in editor | kobewi | |
2022-11-02 | [MP] Remove connection state signals from MultiplayerPeer. | Fabio Alessandrelli | |
Now handled directly by the MultiplayerAPI implementation. | |||
2022-11-02 | [MP] Add optional authentication to SceneMultiplayer. | Fabio Alessandrelli | |
Add few methods to allow peers to exchange authentication information. - `set_auth_callback(callback)`: Enable the authentication features. The callback is a `Callable` that accepts an `int` (the peer ID), and a `PackedByteArray` of data. - The `peer_authenticating(id)` signal will be emitted instead of `peer_connected` when a new peer connects. - Use `send_auth(id: int, data: PackedByteArray)` to exchange data. - Call `complete_auth(id: int)` when the authentication process is complete and you expect to start receiving game data. - The `peer_connected` signal will be emitted as soon as both parties complete the authentication. - Use `disconnect_peer(id)` to disconnect a connected peer. - If the `peer_connected` signal didn't fire for that peer (i.e. it was still in the authentication phase), the `peer_auth_failed` signal will be emitted instead of `peer_disconnected`. | |||
2022-11-02 | Merge pull request #68125 from ↵ | Rémi Verschelde | |
kleonc/range-fix-single-arg-optimized-type-mismatch [GDScript] Fix type mismatch in optimized single arg `range` | |||
2022-11-02 | Merge pull request #68161 from Chaosus/dotnet_quaternion_constructor | Rémi Verschelde | |
Add missed Quaternion constructor to C# | |||
2022-11-02 | Merge pull request #68136 from qarmin/projection_not_equal | Rémi Verschelde | |
Support for checking that Projection is(not) null | |||
2022-11-02 | Merge pull request #68131 from benbusby/hotfix/zippacker_null_check | Rémi Verschelde | |
Remove `zf != NULL` check from `ZIPPacker::start_file` | |||
2022-11-02 | Merge pull request #68040 from adamscott/fix-property-getter-return-type | Rémi Verschelde | |
Fix property getter with custom return type | |||
2022-11-02 | Merge pull request #68057 from Klowner/tga-truncated-crash-fix-67985 | Rémi Verschelde | |
Add buffer size check to Image.load_tga_from_buffer(). Fixes #67985 |