Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-02 | [Marshalls] Fix Float64Array and Int64Array serialization. | Fabio Alessandrelli | |
One was incorrectly reading the size (potentially causing out-of-buffer read), the other also potentially causing out-of-buffer write during encoding. | |||
2021-08-02 | Merge pull request #49783 from aaronfranke/real-editor-plugins | Rémi Verschelde | |
Use real_t in editor plugins | |||
2021-08-02 | Merge pull request #50430 from goostengine/ctrl-enter-commit | Rémi Verschelde | |
VCS: Allow to stage and commit all files with Ctrl + Enter | |||
2021-08-01 | Use real_t in editor plugins | Aaron Franke | |
Also use const more often and delete dead code in CanvasItemEditor | |||
2021-08-01 | Merge pull request #51119 from pycbouh/control-theme-overrides-rename | Rémi Verschelde | |
Make theme item overrides more obvious in the Inspector | |||
2021-08-01 | Merge pull request #50942 from BastiaanOlij/cubemap_raster | Rémi Verschelde | |
Porting cubemap compute shaders to raster for the mobile renderer | |||
2021-08-01 | Porting cubemap compute shaders to raster for the mobile renderer | Bastiaan Olij | |
2021-08-01 | Merge pull request #51139 from Chaosus/fix_canvasitem_drag_warning | Rémi Verschelde | |
Prevent warning spam to console when dragging a CanvasItem in container | |||
2021-08-01 | Merge pull request #51112 from Chaosus/fix_doc_drag_crash | Rémi Verschelde | |
Fix crash on doc dragging in script list panel | |||
2021-08-01 | Merge pull request #51130 from timothyqiu/i18n-android-export | Rémi Verschelde | |
Make progress and errors translatable when exporting to Android | |||
2021-08-01 | Prevent warning spam to console when dragging a CanvasItem in container | Yuri Roubinsky | |
2021-08-01 | Fix crash on doc dragging in script list panel | Yuri Roubinsky | |
2021-08-01 | Make progress and errors translatable when exporting to Android | Haoyu Qiu | |
2021-08-01 | Merge pull request #48958 from ↵ | Rémi Verschelde | |
kleonc/astar-get_available_point_id-start-from-zero Astar::get_available_point_id Return 0 instead of 1 when empty | |||
2021-08-01 | Merge pull request #51036 from winterpixelgames/master-ws-fix | Rémi Verschelde | |
WebsocketPeer outbound buffer fixes and buffer size query | |||
2021-08-01 | Merge pull request #51136 from akien-mga/scons-4.2.0 | Rémi Verschelde | |
Windows: Fix build with SCons 4.2.0 | |||
2021-08-01 | Merge pull request #51124 from YeldhamDev/local_editor_dup_fix | Rémi Verschelde | |
Fix being able to add duplicate files in the Localization editor | |||
2021-08-01 | Windows: Fix build with SCons 4.2.0 | Rémi Verschelde | |
2021-07-31 | Websocket peer outbound buffer fixes. Expose outbound buffered amount. | Jordan Schidlowsky | |
2021-07-31 | Fix being able to add duplicate files in the Localization editor | Michael Alexsander | |
2021-07-31 | Make theme item overrides more obvious in the Inspector | Yuri Sizov | |
2021-07-31 | Merge pull request #51114 from pycbouh/editor-fix-audio-bus-colors | Rémi Verschelde | |
Fix theming in the audio bus editor | |||
2021-07-31 | Merge pull request #50625 from nekomatata/body-one-direction-layers | Rémi Verschelde | |
One-directional collision layer check for rigid bodies and soft bodies | |||
2021-07-31 | Merge pull request #51110 from pycbouh/editor-put-the-colon-back-in | Rémi Verschelde | |
Put multiple colons back into translated strings | |||
2021-07-31 | Merge pull request #51103 from Calinou/vulkan-detect-intel-title-case | Rémi Verschelde | |
Use title case instead of uppercase for Vulkan Intel GPU detection | |||
2021-07-31 | Fix theming in the audio bus editor | Yuri Sizov | |
2021-07-31 | Merge pull request #51105 from timothyqiu/i18n-action-names | Rémi Verschelde | |
Make action names translatable | |||
2021-07-31 | Merge pull request #51108 from Calinou/vulkan-print-verbose | Rémi Verschelde | |
Move Vulkan debugging prints to verbose | |||
2021-07-31 | Merge pull request #51099 from Calinou/vulkan-print-device-release | Rémi Verschelde | |
Print the Vulkan device name in release builds too | |||
2021-07-31 | Put multiple colons back into translated strings | Yuri Sizov | |
2021-07-31 | Merge pull request #51091 from qarmin/attempted_to_free | Rémi Verschelde | |
Fix 'Attempted to remove invalid ID' errors | |||
2021-07-31 | Use title case instead of uppercase for Vulkan Intel GPU detection | Hugo Locurcio | |
This matches how the vendor name is displayed in most places. The Apple GPU vendor was also added for the M1. | |||
2021-07-31 | Move Vulkan debugging prints to verbose | Hugo Locurcio | |
These messages can now be displayed in release builds if the `--verbose` command line argument is specified, which is useful for troubleshooting. | |||
2021-07-31 | Make action names translatable | Haoyu Qiu | |
2021-07-31 | Fix 'Attempted to remove invalid ID' errors | Rafał Mikrut | |
2021-07-31 | Print the Vulkan device name in release builds too | Hugo Locurcio | |
This is important information to include in bug reports for exported projects, and is consistent with the behavior found in the GLES3 and GLES2 renderers in `3.x`. | |||
2021-07-31 | Merge pull request #46270 from RandomShaper/fix_can_reset | Rémi Verschelde | |
Rationalize property reversion | |||
2021-07-31 | Merge pull request #51084 from aaronfranke/no-dectime | Rémi Verschelde | |
Remove obsolete `dectime` method | |||
2021-07-31 | Merge pull request #51083 from akien-mga/variantparser-fix-crash-42115 | Rémi Verschelde | |
VariantParser: Fix uninitialized ResourceParser funcs | |||
2021-07-30 | Remove obsolete "dectime" method | Aaron Franke | |
Replaced by "move_toward" | |||
2021-07-30 | Merge pull request #50935 from Vitika9/50807 | Rémi Verschelde | |
2021-07-30 | Merge pull request #51057 from V-Sekai/bake-reset-anim | Rémi Verschelde | |
Bake RESET animation. | |||
2021-07-30 | Merge pull request #51081 from SirQuartz/patch-38 | Rémi Verschelde | |
Make "Find in Files" ignore directories with `.gdignore` in them | |||
2021-07-30 | VariantParser: Fix uninitialized ResourceParser funcs | Rémi Verschelde | |
They could cause a segfault when parsing values with ID "Resource" as apparently we never set a valid `func` for it. Fixes crash part of #42115. | |||
2021-07-30 | Rationalize property reversion | Pedro J. Estébanez | |
2021-07-30 | Merge pull request #51080 from timothyqiu/csgbox-nan | Rémi Verschelde | |
Do nothing when dragging CSGBox handle perpendicular to the camera | |||
2021-07-30 | Make "Find in Files" searches ignore directories with `.gdignore` files in them | Nicholas Huelin | |
This pull request fixes an issue where searches using the "Find in Files" function would include folders with `.gdignore` files in them. The editor is supposed to ignore directories with these files in them altogether. | |||
2021-07-30 | Merge pull request #51078 from nekomatata/code-editor-theme-change-optimization | Rémi Verschelde | |
Optimize theme change in code editor | |||
2021-07-30 | Merge pull request #50984 from Calinou/project-manager-vulkan-clustered-mobile | Rémi Verschelde | |
Expose Vulkan's clustered and mobile backends in the project manager | |||
2021-07-31 | Do nothing when dragging CSGBox handle perpendicular to the camera | Haoyu Qiu | |