Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-19 | C#: Fix line position when opening file in VSCode | RedworkDE | |
2023-02-18 | Merge pull request #73501 from anvilfolk/oopsiedaisy | Yuri Sizov | |
Fix inability to assign null regression | |||
2023-02-17 | Merge pull request #73448 from RandomShaper/fix_sticky_stack | Yuri Sizov | |
Avoid GDScript bookkeeping from referencing objects longer than necessary | |||
2023-02-17 | Avoid GDScript bookkeeping from referencing objects longer than necessary | Pedro J. Estébanez | |
2023-02-17 | Fix inability to assign null regression | ocean (they/them) | |
Co-authored-by: Dmitry Maganov <vonagam@gmail.com> | |||
2023-02-17 | Merge pull request #72867 from vnen/gdscript-limit-call-depth | Yuri Sizov | |
GDScript: Add limit to call depth | |||
2023-02-17 | Merge pull request #72925 from vonagam/fix-enum-typed-array-error | Yuri Sizov | |
GDScript: Fix error about enum typed arrays | |||
2023-02-17 | Merge pull request #73441 from akien-mga/linux-unbundling-fixes | Rémi Verschelde | |
Fix includes of thirdparty libs which can be unbundled on Linux | |||
2023-02-17 | Merge pull request #73195 from timothyqiu/weblate-comments | Rémi Verschelde | |
Improvements and fixes based on Weblate comments | |||
2023-02-17 | Merge pull request #73398 from anvilfolk/fix-getter | Rémi Verschelde | |
Fix unset getter return types resulting in strange behavior | |||
2023-02-17 | Merge pull request #73364 from anvilfolk/fix-freed | Rémi Verschelde | |
Fix crash by freed object assign to typed variable | |||
2023-02-17 | Merge pull request #73458 from paulloz/csharp/actually-clean-solution | Rémi Verschelde | |
.NET: Clicking "Clean solution" should clean, not build | |||
2023-02-16 | Fix crash by freed object assign to typed variable | ocean (they/them) | |
2023-02-16 | Merge pull request #73238 from vonagam/fix-read-only-vars | Rémi Verschelde | |
GDScript: Fix infer on read-only property | |||
2023-02-16 | Merge pull request #73392 from raulsntos/dotnet/vscode-open-solution | Rémi Verschelde | |
C#: Open the solution directory when using VSCode | |||
2023-02-16 | Fix includes of thirdparty libs which can be unbundled on Linux | Rémi Verschelde | |
Changes `builtin_icu` and `builtin_recast` to match the folder names in `thirdparty`. | |||
2023-02-16 | GDScript: Fix infer on read-only property | Dmitrii Maganov | |
2023-02-16 | Clicking "Clean solution" should clean, not build | Paul Joannon | |
2023-02-16 | C#: Fix internal source generator on the 7.0.200 SDK | RedworkDE | |
2023-02-15 | Add return type for GDScript getters | ocean (they/them) | |
2023-02-15 | C#: Open the solution directory when using VSCode | Raul Santos | |
The solution directory used to be the same as the project directory (`res://`). We now allow specifying a different path for the solution and the other external editors already use that (which seems more convenient for multi-project scenarios). | |||
2023-02-15 | Merge pull request #73345 from TokageItLab/gltfimport | Rémi Verschelde | |
Fix gltf import generate_scene() option | |||
2023-02-15 | Merge pull request #73322 from fire/basisu-compress-black | Rémi Verschelde | |
For basisu avoid inserting to the image array twice. | |||
2023-02-15 | Fix gltf import generate_scene() option | Silc Renew | |
2023-02-14 | For basisu avoid inserting to the image array twice. | K. S. Ernest (iFire) Lee | |
Basisu images were getting referenced incorrectly like set black or set as not transparent. | |||
2023-02-14 | GDScript: Fix default value of exported enum variable | Danil Alexeev | |
2023-02-14 | Merge pull request #73281 from Mickeon/doc-misc-oops | Rémi Verschelde | |
Slightly tweak `@GlobalScope` & `GDScript`'s documentation | |||
2023-02-14 | Tweak `@GlobalScope` & `GDScript`'s documentation | Micky | |
2023-02-14 | Merge pull request #73216 from baptr/multiplayer | Fabio Alessandrelli | |
Fix multiplayer replication crash in on_sync_receive. | |||
2023-02-14 | Fix multiplayer replication crash in on_sync_receive. | baptr | |
A number of early continue cases applied the packet-provided `size` without validation, allowing large uint32_t values to be treated as negative offsets and leading to segfaults. Now, we validate `size` against the buffer length immediately to avoid a crash. This could be triggered by receiving sync data for a synchronizer who's root node had just been removed, since the code path that checked for unusable sync state failed to advance the offset. Thus the next read could interpret part of the payload as such an invalid `size`. Now, we properly advance the read offset in that case (and raise a better error). | |||
2023-02-14 | Merge pull request #73252 from ↵ | Rémi Verschelde | |
smix8/navigationserver_improve_rid_not_found_error_4.x Improve NavigationServer.free() error msg when RID not found | |||
2023-02-13 | Merge pull request #72659 from Calinou/doc-rendering-method-support | Rémi Verschelde | |
Document unsupported features in Mobile and Compatibility rendering methods | |||
2023-02-13 | Improve NavigationServer.free() error msg when RID not found | smix8 | |
Improves the error msg when NavigationServer.free() does not find the RID e.g. because it was already deleted or did never exist in the first place. | |||
2023-02-13 | Merge pull request #73244 from vonagam/fix-int-in-float-typed-array | Rémi Verschelde | |
GDScript: Fix usage of ints with typed array of floats | |||
2023-02-13 | Document unsupported features in Mobile and Compatibility rendering methods | Hugo Locurcio | |
2023-02-13 | GDScript: Fix usage of ints with typed array of floats | Dmitrii Maganov | |
2023-02-13 | Add compatibility code for CSGBox3D width/height/depth from Godot 3.x | DESKTOP-9O27V4U\Navi | |
Fixes #66420. | |||
2023-02-13 | Revert "Fixed the jumping to function definition using 'Ctrl+LMB'." | Rémi Verschelde | |
This reverts commit 7eb6367d5cb62fb48563ad940423198f792e3fe8. Fixes #73058. Fixes #73167. This caused regressions, we'll retry with fixes for 4.1. | |||
2023-02-13 | Improvements and fixes based on Weblate comments | Haoyu Qiu | |
* Description of `ui_text_submit` action should be "Submit Text" instead of "Text Submitted". * Spell out "Animation" instead of using "Anim.". * Treat "Max" as regular word instead of writing "Max.". * Use generic "Set %s" for action name instead of a dedicated "Set target_position". * Add translator comment for: * "Inclusive" and "Self" in the profiler. * Places where it needs the context about being an editor progress label. * "Duplicated Animation Name" since it's refering to the new name of a duplicated animation. * Disambiguation of "View Plane Transform", "Paste Selects" and "Display Normal". * Fix wrong undo action name for renaming an input action. * Fix missing end quote in a shader error message. * In class reference: * Fix duplicated "if" in the description of `signf()`. * Fix mismatched example output in `String.operator %()`. * Fix typo in the description of `Decal.texture_emission`. * Unify description of `String.match()` and `StringName.match()`. | |||
2023-02-12 | Merge pull request #73026 from SirUppyPancakes/sync-context-send | Rémi Verschelde | |
Implement GodotSynchronizationContext.Send | |||
2023-02-12 | Merge pull request #54034 from pkowal1982/fix_53878 | Rémi Verschelde | |
Improve GDScript error for method call on null/previously freed instance | |||
2023-02-12 | Implement GodotSynchronizationContext.Send | Caleb Kemper | |
2023-02-12 | Improve GDScript error for method call on null/previously freed instance | pkowal | |
Fixes #53878. | |||
2023-02-12 | [MP] Fix MultiplayerSpawner not connecting to child_entered_tree. | Fabio Alessandrelli | |
The connection used to happen during enter_tree, but this was causing issues when setting the spawnable scenes from code. The spawner now connects/disconnects to the signal during add_spawnable_scene/clear_spawnable_scenes if the node is inside tree and has a valid spawn_path. | |||
2023-02-11 | Merge pull request #73033 from akien-mga/gdscript-fix-gd4-renames-build | Rémi Verschelde | |
Clean up ProjectConverter3To4 architecture, move renames map to separate file | |||
2023-02-11 | Merge pull request #73015 from raulsntos/dotnet/build-csproj | Rémi Verschelde | |
Build C# csproj instead of the solution | |||
2023-02-11 | Merge pull request #72654 from RandomShaper/ptrcall_ret_raw_obj | Rémi Verschelde | |
Avoid losing references to objects in the native-scripting boundary | |||
2023-02-11 | Merge pull request #73068 from dsnopek/webxr-bounds-geometry-bug | Rémi Verschelde | |
Fix byte packing (and buffer overrun) in godot_webxr_get_bounds_geometry() | |||
2023-02-10 | Fix byte packing (and buffer overrun) in godot_webxr_get_bounds_geometry() | David Snopek | |
2023-02-10 | Merge pull request #72045 from DeeJayLSP/update_libwebp | Rémi Verschelde | |
libwebp: Sync with upstream 1.3.0 |