Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-02 | Add static method for creating RegEx | kobewi | |
2022-08-02 | [TextServer] Add ICU Unicode security and spoofing detection. | bruvzg | |
2022-08-02 | Merge pull request #53956 from bruvzg/icu_uax_31 | Rémi Verschelde | |
2022-08-02 | Merge pull request #63789 from YuriSizov/editor-remove-old-property-widgets | Rémi Verschelde | |
Remove `CustomPropertyEditor` completely | |||
2022-08-02 | [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function. | bruvzg | |
2022-08-01 | Merge pull request #63790 from raulsntos/csharp-unused | Ignacio Roldán Etcheverry | |
C#: Remove unused `Transform2D.ScaleBasis` method | |||
2022-08-01 | Remove `CustomPropertyEditor` completely | Yuri Sizov | |
2022-08-01 | C#: Remove unused `Transform2D.ScaleBasis` method | Raul Santos | |
2022-08-01 | Remove excessive `editor/property_editor.h` includes | Yuri Sizov | |
2022-08-01 | Rename math 'phi' arguments to 'angle' in C# | Raul Santos | |
2022-08-01 | Mono: Fix build after #63737 | Rémi Verschelde | |
2022-08-01 | Merge pull request #55450 from ↵ | Rémi Verschelde | |
Calinou/script-editor-improve-light-theme-syntax-colors | |||
2022-07-31 | Merge pull request #63737 from YuriSizov/editorresourceconversionpluginactomy | Rémi Verschelde | |
2022-07-31 | Merge pull request #63537 from antonWetzel/csharp-vector4 | Rémi Verschelde | |
`Vector4`, `Vector4i` and `Projection` for Csharp | |||
2022-07-31 | Improve script editor's light theme syntax colors for better readability | Hugo Locurcio | |
New colors were hand-picked to have a better contrast rate, while still following the general coloring of the previous light theme. This improves the light theme's accessibility, especially in outdoor environments with direct sunlight. | |||
2022-07-31 | Merge pull request #63743 from bruvzg/hb_inc_order_and_ver_check | Rémi Verschelde | |
2022-07-31 | Merge pull request #63599 from nathanfranke/mp-docs | Fabio Alessandrelli | |
Document multiplayer replication classes, small changes to MultiplayerSpawner | |||
2022-07-31 | [TextServer] Ensure that built-in library headers are always included before ↵ | bruvzg | |
system header, add HarfBuzz version checks for optional features. | |||
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean ↵ | Yuri Sizov | |
up editor includes | |||
2022-07-31 | create vector4, vector4i and projection for csharp | antonWetzel | |
2022-07-31 | Merge pull request #55943 from jvanmourik/master | Rémi Verschelde | |
glTF animation parsing: Changed the 'loop' and 'cycle' animation name keywords to be case-insensitive | |||
2022-07-31 | Merge pull request #63656 from raulsntos/fix-signal-bind-csharp | Rémi Verschelde | |
2022-07-31 | Merge pull request #63661 from raulsntos/fix-editor-paths-include | Rémi Verschelde | |
Add `editor_paths.h` include missing in mono module | |||
2022-07-30 | document multiplayer replication classes, small changes to multiplayer spawner | Nathan Franke | |
2022-07-30 | Fix TranslatedLocal method in C# affecting the original transform | Aaron Franke | |
2022-07-30 | Add editor_paths.h include missing in mono module | Raul Santos | |
2022-07-29 | Merge pull request #48183 from madmiraal/fix-regex-offset | Rémi Verschelde | |
Generate error if RegEx offset is negative | |||
2022-07-29 | Merge pull request #61647 from KoBeWi/SaverResource | Rémi Verschelde | |
2022-07-29 | Fix Callable calls in mono module | Raul Santos | |
The `Callable::call` and `Callable::call_deferred` methods have been renamed to `Callable::callp` and `Callable::call_deferredp`. | |||
2022-07-29 | Generate error if RegEx offset is negative | Marcel Admiraal | |
2022-07-29 | Swap arguments of ResourceSaver.save() | kobewi | |
2022-07-29 | fix 'Comparison result is always the same' warnings | LinuxUserGD | |
2022-07-29 | Merge pull request #63603 from aaronfranke/editor-paths | Rémi Verschelde | |
Move editor paths into the EditorPaths class | |||
2022-07-29 | Merge pull request #63595 from reduz/remove-signal-connect-binds | Rémi Verschelde | |
Remove Signal connect binds | |||
2022-07-29 | Move editor paths into the EditorPaths class | Aaron Franke | |
2022-07-29 | Remove Signal connect binds | Juan Linietsky | |
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind() | |||
2022-07-29 | fix(gdscript): Fix infinite loop on type inferernce from super method calls | Antonio Dell'Annunziata | |
When infering the type from a `super()` call, the gdscript_editor didn't use the base class to search for the original implementation of the method, but instead searched in the extending class. This caused the same function to be analyzed for type inference which created the infinite loop. Solves #63592 | |||
2022-07-29 | Merge pull request #63584 from smix8/navigation_std_to_localvector_4.x | Rémi Verschelde | |
2022-07-28 | Rename every instance of "OGG" to "Ogg" | DeeJayLSP | |
2022-07-28 | Merge pull request #63049 from Faless/mp/4.x_as_module | Rémi Verschelde | |
2022-07-28 | Replace Navigation std::vector use with LocalVector | smix8 | |
Replace Navigation std::vector use with LocalVector. | |||
2022-07-28 | fix(gdscript): Fix out of bounds crash after reloading member variables | Antonio Dell'Annunziata | |
The crash happens because the members Vector is resized, while the member_indices_cache still has the old indices saved. On deleting a member from the script this can result to a cached index of 1 while the members Vector size is only 1. | |||
2022-07-28 | Merge pull request #57698 from ↵ | Rémi Verschelde | |
bluenote10/feature/rename_translated_to_translated_local | |||
2022-07-28 | Merge pull request #63560 from V-Sekai/named_global_crashfix | Rémi Verschelde | |
2022-07-28 | Add startup flag to override XR mode settings | Bastiaan Olij | |
2022-07-27 | Prevent hard crash in GDScriptVM when a named global can not be found. | SaracenOne | |
2022-07-27 | inconsistent str() error fix | Edward | |
inconsistent str() error fix | |||
2022-07-28 | LSP: Sanitizes protocol URI `file:///c%3A` in file path | Lamia | |
Fixes #63205. | |||
2022-07-27 | Merge pull request #63325 from EIRTeam/typed_array_fix | Rémi Verschelde | |
2022-07-27 | Merge pull request #63121 from aaronfranke/editor-export-split | Rémi Verschelde | |