Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-08 | Merge pull request #58881 from pfertyk/issue_58790_all_tabs_in_front_crash | Rémi Verschelde | |
2022-03-08 | Merge pull request #58891 from bruvzg/x11_popup_crash | Rémi Verschelde | |
2022-03-08 | [X11] Do not try to focus unmapped window. | bruvzg | |
2022-03-08 | Merge pull request #58882 from V-Sekai/avoid-gizmo-crashes | Rémi Verschelde | |
Avoid gizmo crashes in cases where the points are null | |||
2022-03-08 | Merge pull request #49447 from Calinou/remove-shadow-color-property | Rémi Verschelde | |
Remove unused `shadow_color` property from Light3D | |||
2022-03-08 | Fix crash with all_tabs_in_front | Paweł Fertyk | |
Fixes #58790. | |||
2022-03-08 | Avoid gizmo crashes in cases where the points are null. | K. S. Ernest (iFire) Lee | |
fix for pose editor | |||
2022-03-07 | Merge pull request #58779 from techiepriyansh/forward-mobile-ambient-accum | Rémi Verschelde | |
2022-03-07 | Merge pull request #58862 from godotengine/revert-57934-js/4.x_fetch_creds | Rémi Verschelde | |
2022-03-07 | Merge pull request #58859 from godotengine/revert-57972-fix_has_setting4 | Rémi Verschelde | |
2022-03-07 | Merge pull request #58858 from lawnjelly/safe_vectors4 | Rémi Verschelde | |
2022-03-07 | Revert "[HTML5] Fetch API now passes credentials." | Rémi Verschelde | |
2022-03-07 | Revert "Fix ProjectSettings has_setting() when used on a overriden setting ↵ | Rémi Verschelde | |
with feature tags" | |||
2022-03-07 | Protection for array operator for Vector2 / 3 in DEV builds | lawnjelly | |
A previous PR had changed the array operator to give unbounded access. This could cause crashes where old code depended on this previous safe behaviour. This PR adds DEV_ASSERT macros for out of bound access to DEV builds, allowing us to quickly identify bugs in calling code, without affecting performance in release or release_debug editor builds. | |||
2022-03-07 | Merge pull request #57930 from piiertho/bugfix/add-none-flag-to-resource-saver | Rémi Verschelde | |
2022-03-07 | Merge pull request #58853 from V-Sekai/default-arg-values | Rémi Verschelde | |
2022-03-07 | Merge pull request #58761 from techiepriyansh/fix-multiple-instances | Rémi Verschelde | |
2022-03-07 | Fix ResourceSaver::save method exposition flag parameter | Pierre-Thomas Meisels | |
enh: Add FLAG_NONE to SaverFlags in ResourceSaver to fix api inconsistency fix: flags parameter of ResourceSaver::save is now uint32_t to allow flag composition in scripts | |||
2022-03-07 | Merge pull request #57812 from piiertho/bugfix/add-none-enum-global-constants | Rémi Verschelde | |
2022-03-07 | Merge pull request #58854 from Chaosus/vs_varying_fix | Yuri Roubinsky | |
2022-03-07 | Restore building web platform by enclosing resolve_function_signature. | K. S. Ernest (iFire) Lee | |
2022-03-07 | bugfix: bind core enums' none values | Pierre-Thomas Meisels | |
2022-03-07 | Merge pull request #58847 from KoBeWi/editor_settings_mess | Rémi Verschelde | |
2022-03-07 | Merge pull request #58208 from ↵ | Rémi Verschelde | |
MythTitans/fix-sphere-and-cylinder-shapes-normals-seam | |||
2022-03-07 | Fix _update_varyings call in visual shader | Yuri Roubinsky | |
2022-03-07 | Merge pull request #58750 from Chaosus/vs_varyings | Rémi Verschelde | |
Add varying support to visual shaders | |||
2022-03-07 | Merge pull request #58719 from Chaosus/vs_builtins | Rémi Verschelde | |
Adds few more input/output built-ins to visual shader | |||
2022-03-07 | Merge pull request #58832 from reduz/uniform-set-cache | Rémi Verschelde | |
Add a UniformSet cache | |||
2022-03-06 | Merge pull request #58842 from IgorKordiukiewicz/save-as-scene-visual-feedback | Rémi Verschelde | |
Added visual feedback when drag and dropping from scene tree to filesystem | |||
2022-03-06 | Merge pull request #58839 from KoBeWi/access_creator | Rémi Verschelde | |
Improve some DirAccess usage | |||
2022-03-06 | Merge pull request #58827 from XPhyro/cs-deconstruct | Rémi Verschelde | |
Implement `Deconstruct` methods for C# vectors | |||
2022-03-06 | Merge pull request #58835 from vnen/gdscript-check-override-signature | Rémi Verschelde | |
GDScript: Check if method signature matches the parent | |||
2022-03-06 | Remove duplicate editor settings definitions | kobewi | |
2022-03-06 | Added visual feedback when drag and dropping from scene tree to file system | Igor Kordiukiewicz | |
2022-03-06 | Merge pull request #58834 from lawnjelly/bvh_fix_area_area4 | Rémi Verschelde | |
[4.x] BVH - Fix area-area collision regression | |||
2022-03-06 | GDScript: Check if method signature matches the parent | George Marques | |
To guarantee polymorphism, a method signature must be compatible with the parent. This checks if: 1. Return type is the same. 2. The subclass method takes at least the same amount of parameters. 3. The matching parameters have the same type. 4. If the subclass takes more parameters, all of the extra ones have a default value. 5. If the superclass has default values, so must have the subclass. There's a few test cases to ensure this holds up. | |||
2022-03-06 | [4.x] BVH - Fix area-area collision regression | lawnjelly | |
Minimal approach to fixing regression whereby static areas where not detect dynamic areas. | |||
2022-03-06 | Improve some DirAccess usage | kobewi | |
2022-03-06 | fix same project opening mutliple times from project manager | Priyansh Rathi | |
2022-03-06 | Add a UniformSet cache | reduz | |
* Changed syntax usage for RD::Uniform to create faster with a single RID * Converted render pass setup to use this in clustered renderer to test. This is the first step into creating a proper uniform set cache system to simplify large parts of the codebase. | |||
2022-03-06 | Merge pull request #58757 from strank/parent-signals | Rémi Verschelde | |
Add test cases for accessing parent elements from child class | |||
2022-03-06 | Merge pull request #58800 from rcorre/blender-nav | Rémi Verschelde | |
Disable blender-style transforms in freelook. | |||
2022-03-06 | Merge pull request #58783 from KoBeWi/change_in_peace | Rémi Verschelde | |
Fix color pickers closing in editor settings | |||
2022-03-06 | Merge pull request #58821 from ↵ | Rémi Verschelde | |
IgorKordiukiewicz/extend-script-popup-without-script Fixed issue where Extend Script option would show up even without script attached to the node | |||
2022-03-06 | Merge pull request #58805 from KoBeWi/meh_custom | Rémi Verschelde | |
Remove custom_* prefixes compatibility | |||
2022-03-06 | Implement `Deconstruct` methods for C# vectors | Berke Kocaoğlu | |
See https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/functional/deconstruct#user-defined-types | |||
2022-03-06 | Merge pull request #58813 from KoBeWi/reset_minsize | Rémi Verschelde | |
Remove set_as_minsize() | |||
2022-03-06 | Fixed issue where Extend Script option would show up even without script ↵ | Igor Kordiukiewicz | |
attached to the node | |||
2022-03-06 | Remove set_as_minsize() | kobewi | |
2022-03-06 | Merge pull request #58788 from reduz/rename-streamtexture | Rémi Verschelde | |
Rename StreamTexture* to CompressedTexture* |