| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-26 | Add warnings for unsupported features in mobile and gl_compatibility backends | clayjohn | |
| 2023-02-25 | Merge pull request #73933 from vnen/gdscript-revert-group-property-ref-check | Yuri Sizov | |
| Revert "GDScript: Fix groups and categories been seen as members" | |||
| 2023-02-25 | Revert "GDScript: Fix groups and categories been seen as members" | George Marques | |
| This reverts commit 6f2a8434c675b3df2aceca4e5200aaf799eeb2bd. The commit introduces a bug where it creates spurious entries for member information. | |||
| 2023-02-25 | Merge pull request #73881 from vnen/max-min-only-for-numbers | Rémi Verschelde | |
| Make max() and min() global functions only accept numbers | |||
| 2023-02-25 | Merge pull request #73882 from raulsntos/dotnet/check-singletons-properly | Rémi Verschelde | |
| C#: Check if a class is a singleton using the Core name | |||
| 2023-02-25 | Merge pull request #73892 from vonagam/fix-objects-indentity-compare | Rémi Verschelde | |
| Core: Identity compare objects by id, not by pointers | |||
| 2023-02-25 | Merge pull request #73887 from nklbdev/master | Rémi Verschelde | |
| fix typo `set_polygon` in GenericTilePolygonEditor | |||
| 2023-02-24 | Core: Identity compare objects by id, not by pointers | Dmitrii Maganov | |
| 2023-02-24 | Merge pull request #73885 from bruvzg/popup_fix | Rémi Verschelde | |
| Revert "Reordering emitted signals in PopupMenu" and fix editor selection issue in the safer way. | |||
| 2023-02-25 | fix typo `set_polygon` in GenericTilePolygonEditor | nklbdev | |
| 2023-02-24 | Revert "Reordering emitted signals in PopupMenu" and fix editor selection ↵ | bruvzg | |
| issue in the safer way. | |||
| 2023-02-24 | Make max() and min() global functions only accept numbers | George Marques | |
| The behavior for those are not well defined for non-numeric arguments. To avoid confusion the other types are forbidden. | |||
| 2023-02-24 | GDScript: Don't use validated call for vararg methods | George Marques | |
| Since they may have runtime type validation, we cannot use the validated call. | |||
| 2023-02-24 | C#: Check if a class is a singleton using the Core name | Raul Santos | |
| Use the name of the class in Core, rather than the C# rename, when checking if a class is registered as a singleton. | |||
| 2023-02-24 | Update AUTHORS and DONORS list | Rémi Verschelde | |
| New contributors added to AUTHORS: @anvilfolk, @Bromeon, @Maran23, @RedworkDE, @snailrhymer, @vonagam Thanks to all contributors and donors for making Godot possible! | |||
| 2023-02-24 | i18n: Sync translations with Weblate | Rémi Verschelde | |
| 2023-02-24 | Fixup GDScript test using non-deterministic ids | Rémi Verschelde | |
| Follow-up to #73870. | |||
| 2023-02-24 | Merge pull request #73752 from bruvzg/x11_quote_left | Rémi Verschelde | |
| Fix X11 QUOTELEFT / SECTION physical key mapping. | |||
| 2023-02-24 | Merge pull request #73870 from vnen/gdscript-dont-reference-group-properties | Rémi Verschelde | |
| GDScript: Fix groups and categories been seen as members | |||
| 2023-02-24 | GDScript: Fix groups and categories been seen as members | George Marques | |
| 2023-02-24 | Merge pull request #73853 from Calinou/doc-max-clustered-elements | Rémi Verschelde | |
| Document the Max Clustered Elements project setting | |||
| 2023-02-24 | Merge pull request #73859 from BastiaanOlij/fix_ssil_artifacts | Rémi Verschelde | |
| Fixing issues with SSIL artifacts | |||
| 2023-02-24 | Merge pull request #73855 from ↵ | Rémi Verschelde | |
| CheesecakeCG/scene-import-animationlibrary-tab-fix Fix settings not appearing for Animation Libraries in the Scene Import window | |||
| 2023-02-24 | Merge pull request #73856 from timothyqiu/classref-fixes | Rémi Verschelde | |
| More class reference fixes | |||
| 2023-02-24 | Merge pull request #73847 from smix8/fix_shapecast3d_exception_functions_4.x | Rémi Verschelde | |
| Fix ShapeCast3D add and remove exception functions | |||
| 2023-02-24 | Merge pull request #73846 from KoBeWi/blind_surveillance | Rémi Verschelde | |
| Fix custom viewports in Camera2D | |||
| 2023-02-24 | Merge pull request #73841 from vonagam/fix-range-regression | Rémi Verschelde | |
| GDScript: Fix range regression | |||
| 2023-02-24 | Merge pull request #73838 from RevoluPowered/fix-editor-hanging-headlessly | Rémi Verschelde | |
| Fix editor resource preview deadlocking with --headless mode | |||
| 2023-02-24 | Merge pull request #73836 from smix8/fix_gridmap_cell_size_changed_signal_4.x | Rémi Verschelde | |
| Fix GridMap 'cell_size_changed' signal not disconnecting properly | |||
| 2023-02-24 | Fix custom viewports in Camera2D | kobewi | |
| 2023-02-24 | Fixing issues with SSIL artifacts | Bastiaan Olij | |
| 2023-02-24 | More class reference fixes | Haoyu Qiu | |
| Mostly typos. Also renamed the remaining "Vulkan Clustered" to "Forward+". | |||
| 2023-02-23 | Fix settings not appearing for Animation Libraries in the Scene Import window | hare_ware | |
| 2023-02-24 | Document the Max Clustered Elements project setting | Hugo Locurcio | |
| 2023-02-23 | Fix ShapeCast3D add and remove exception functions | smix8 | |
| Fixes that ShapeCast3D would accept any parameter object and silently return when it was not a CollisionObject3D. | |||
| 2023-02-24 | GDScript: Fix range regression | Dmitrii Maganov | |
| 2023-02-23 | Fix editor resource preview deadlocking with --headless mode | Gordon MacPherson | |
| 2023-02-23 | Fix GridMap 'cell_size_changed' signal not disconnecting properly | smix8 | |
| Fixes that a GridMap node would not disconnect from the 'cell_size_changed' signal when the new selected node is another valid GridMap. | |||
| 2023-02-23 | Merge pull request #73829 from akien-mga/export-pc-s3tc+bptc | Rémi Verschelde | |
| Export: Default to exporting S3TC + BPTC for PC platforms | |||
| 2023-02-23 | Export: Default to exporting S3TC + BPTC for PC platforms | Rémi Verschelde | |
| This is now required after #72031 when using HDRs. Could have further cleanup as I think these import options may not be needed at all anymore, and etc/etc2 support doesn't seem to make much sense. Likewise, the hardcoded "s3tc" in `get_platform_features` could maybe be removed. But this is material for after 4.1. Fixes #73789. | |||
| 2023-02-23 | Merge pull request #73815 from RedworkDE/net-missing-editor-message | Rémi Verschelde | |
| C#: Fix editor crashing without a message when .NET is not installed | |||
| 2023-02-23 | Merge pull request #73814 from lyuma/importer_mesh_convex | Rémi Verschelde | |
| import: Fix uv2 by avoiding premature ImporterMesh::get_mesh() | |||
| 2023-02-23 | Merge pull request #73811 from Vsono/master | Rémi Verschelde | |
| Fix WebSocketMultiplayerPeer server crash when a client tries to connect. | |||
| 2023-02-23 | Merge pull request #73798 from vonagam/fix-bad-continue-in-lambda | Rémi Verschelde | |
| GDScript: Fix parsing unexpected break/continue in lambda | |||
| 2023-02-23 | Merge pull request #73796 from vonagam/fix-enum-in-range-call | Rémi Verschelde | |
| GDScript: Fix usage of enum value as range argument | |||
| 2023-02-23 | Merge pull request #73784 from akien-mga/expørt | Rémi Verschelde | |
| Warn users when using non existing --export flag, replaced by --export-release | |||
| 2023-02-23 | Merge pull request #73775 from ↵ | Rémi Verschelde | |
| SaracenOne/fix_node_ownership_on_scene_update_addition Fix ownership bug on ancestor nodes when scene is reimported | |||
| 2023-02-23 | Merge pull request #73687 from ↵ | Rémi Verschelde | |
| Calinou/editor-convex-import-fix-max-convex-hulls-crash Add a property hint to fix crash when setting max convex hulls below 0 | |||
| 2023-02-23 | C#: Fix editor crashing without a message when .NET is not installed | RedworkDE | |
| 2023-02-23 | Add a property hint to fix crash when setting max convex hulls below 0 | Hugo Locurcio | |
| Generating less than 1 convex hull is not valid anyway. | |||