Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-07 | Merge pull request #57764 from timothyqiu/octant-delete | Rémi Verschelde | |
2022-02-07 | Merge pull request #57752 from Calinou/doc-csg-nodes-performance | Rémi Verschelde | |
2022-02-08 | Fix GridMap memory leak | Haoyu Qiu | |
2022-02-07 | Document performance limitations with CSG nodes, link to tutorial | Hugo Locurcio | |
2022-02-07 | Merge pull request #56768 from YeldhamDev/dock_float_theme | Rémi Verschelde | |
2022-02-07 | Merge pull request #53704 from Faless/mp/4.x_gdscript_custom_callable | Fabio Alessandrelli | |
[GDScript] Implement RPC custom callable (`my_func.rpc()`) | |||
2022-02-07 | Merge pull request #57736 from TechnicalSoup/Patch-3 | Rémi Verschelde | |
2022-02-07 | Fix theming for floating window docks | Michael Alexsander | |
2022-02-07 | [Net] Add type check to GDScriptRPCCallable. | Fabio Alessandrelli | |
It will print an error when using an RPC defined on an object which does not extend Node. | |||
2022-02-07 | [Net] Implement GDScript custom RPC callable. | Fabio Alessandrelli | |
2022-02-07 | Merge pull request #57305 from bruvzg/macos_cleanup | Rémi Verschelde | |
2022-02-07 | Merge pull request #57490 from Calinou/test-add-animation | Rémi Verschelde | |
2022-02-07 | Merge pull request #57748 from fabriceci/rename-script-template-variable | Rémi Verschelde | |
2022-02-07 | Merge pull request #57718 from Faless/js/4.x_pwa_prefer_cache_pr | Rémi Verschelde | |
2022-02-07 | Merge pull request #57749 from timothyqiu/feature-class-props | Rémi Verschelde | |
2022-02-07 | Fix icons for sub windows | TechnicalSoup | |
Modify the create_sub_window method to set an icon for all sub windows, setting the icon to the same icon as the main window. Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-02-07 | Merge pull request #57741 from Chaosus/vs_fixes | Rémi Verschelde | |
2022-02-07 | Don't display empty Class Properties in feature profile | Haoyu Qiu | |
2022-02-07 | rename jump force to jump velocity | fabriceci | |
2022-02-07 | Merge pull request #57725 from jmb462/missing-sname-theme-setters | Rémi Verschelde | |
2022-02-07 | Merge pull request #57743 from akien-mga/resource-importer-insert-opt-in | Rémi Verschelde | |
2022-02-07 | Merge pull request #57682 from clayjohn/VULKAN-canvas-blur | Rémi Verschelde | |
2022-02-07 | Merge pull request #57684 from KoBeWi/todo_optimize | Rémi Verschelde | |
2022-02-07 | ResourceImporter: Restore default append logic for new importers | Rémi Verschelde | |
This was changed in #56943 to allow adding new importers from plugins that take precedence over built-in ones, but this should be opt-in, not the default behavior. Fixes #57730. | |||
2022-02-07 | Add some more fixes to visual shader | Yuri Roubinsky | |
2022-02-07 | Merge pull request #57735 from YeldhamDev/popups_and_mirrors | Rémi Verschelde | |
Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout direction | |||
2022-02-07 | Merge pull request #57732 from KoBeWi/leftplication | Rémi Verschelde | |
Move Replication tab to a fixed position | |||
2022-02-07 | Merge pull request #57727 from ↵ | Rémi Verschelde | |
kleonc/sprite_frames_editor_fix_loading_non_texture_crash `SpriteFramesEditor` Fix crash when selecting non-`Texture2D` file for splitting | |||
2022-02-07 | Merge pull request #57738 from raulsntos/fix-57503 | Ignacio Roldán Etcheverry | |
Attach mono thread before getting `nativeName` field | |||
2022-02-07 | Attach mono thread before getting nativeName field | Raul Santos | |
In order to access the `nativeName` constant field from a C# class, the mono scope thread must be attached or the mono domain will be null. | |||
2022-02-06 | Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout ↵ | Michael Alexsander | |
direction | |||
2022-02-07 | Move Replication tab to a fixed position | kobewi | |
2022-02-07 | Merge pull request #57729 from TechnoPorg/astar-fix-invalid-include | Rémi Verschelde | |
Remove a cross include from a_star.cpp | |||
2022-02-06 | SpriteFramesEditor Fix crash when selecting non-Texture2D file for splitting | kleonc | |
2022-02-06 | Merge pull request #56844 from Calinou/ssr-fix-background-line-master | Rémi Verschelde | |
Fix visible background line in intersections in screen-space reflections | |||
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 | |
2022-02-06 | Remove a cross include from a_star.cpp | TechnoPorg | |
2022-02-06 | Add a unit test suite for Animation | Hugo Locurcio | |
2022-02-06 | Merge pull request #57701 from Calinou/contributing-prefer-attachments | Rémi Verschelde | |
Recommend using GitHub attachments for minimal reproduction projects | |||
2022-02-06 | Merge pull request #57716 from Chaosus/vs_vector_3d | Rémi Verschelde | |
Rename `PORT_TYPE_VECTOR` to `PORT_TYPE_VECTOR_3D` in visual shaders | |||
2022-02-06 | Merge pull request #57721 from YeldhamDev/separate_from_separators | Rémi Verschelde | |
Better handle icons and checkboxes with separators in `PopupMenu` | |||
2022-02-06 | Better handle icons and checkboxes with separators in `PopupMenu` | Michael Alexsander | |
2022-02-06 | [HTML5] Implement JavaScript PWA update callbacks. | Fabio Alessandrelli | |
Allows detecting when a new version of the progressive web app service worker is waiting (i.e. an update is pending), along a function to force the update and reload all clients. | |||
2022-02-06 | [HTML5] Improve editor progressive web app behavior. | Fabio Alessandrelli | |
Ensures early claim for aggressive caching. Adds a button to update when it detects a new version asking confirmation due to the necessary reload. | |||
2022-02-06 | [HTML5] PWA service worker prefers cached version. | Fabio Alessandrelli | |
Use an offline first approach, where we prefer the cached version over the network one. This forces games using PWA to always re-export the project and not just the PCK, so that the service worker version gets updated correctly, and the end-user cache is correctly cleared on update. | |||
2022-02-06 | Rename `PORT_TYPE_VECTOR` to `PORT_TYPE_VECTOR_3D` | Yuri Roubinsky | |
2022-02-06 | Merge pull request #57672 from fire-forge/fix-image-drop-nodes | Rémi Verschelde | |
2022-02-06 | Merge pull request #57709 from jmb462/missing-sname-optimization | Rémi Verschelde | |
2022-02-06 | Merge pull request #57607 from reduz/fix-variant-vec-integer-float-mul-div | Rémi Verschelde | |
2022-02-06 | Merge pull request #57633 from jordigcs/x11-snap-refresh-rate | Rémi Verschelde | |