Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #49783 from aaronfranke/real-editor-plugins | Rémi Verschelde | 2021-08-02 | 9 | -213/+184 |
|\ | | | | | Use real_t in editor plugins | ||||
| * | Use real_t in editor plugins | Aaron Franke | 2021-08-01 | 9 | -213/+184 |
| | | | | | | | | Also use const more often and delete dead code in CanvasItemEditor | ||||
* | | Merge pull request #50430 from goostengine/ctrl-enter-commit | Rémi Verschelde | 2021-08-02 | 2 | -0/+27 |
|\ \ | |/ |/| | VCS: Allow to stage and commit all files with Ctrl + Enter | ||||
| * | VCS: Allow to stage and commit all files with Ctrl + Enter | Andrii Doroshenko (Xrayez) | 2021-07-17 | 2 | -0/+27 |
| | | |||||
* | | Merge pull request #51119 from pycbouh/control-theme-overrides-rename | Rémi Verschelde | 2021-08-01 | 1 | -39/+40 |
|\ \ | | | | | | | Make theme item overrides more obvious in the Inspector | ||||
| * | | Make theme item overrides more obvious in the Inspector | Yuri Sizov | 2021-07-31 | 1 | -39/+40 |
| | | | |||||
* | | | Merge pull request #50942 from BastiaanOlij/cubemap_raster | Rémi Verschelde | 2021-08-01 | 13 | -218/+970 |
|\ \ \ | | | | | | | | | Porting cubemap compute shaders to raster for the mobile renderer | ||||
| * | | | Porting cubemap compute shaders to raster for the mobile renderer | Bastiaan Olij | 2021-08-01 | 13 | -218/+970 |
| | | | | |||||
* | | | | Merge pull request #51139 from Chaosus/fix_canvasitem_drag_warning | Rémi Verschelde | 2021-08-01 | 1 | -5/+7 |
|\ \ \ \ | | | | | | | | | | | Prevent warning spam to console when dragging a CanvasItem in container | ||||
| * | | | | Prevent warning spam to console when dragging a CanvasItem in container | Yuri Roubinsky | 2021-08-01 | 1 | -5/+7 |
| | | | | | |||||
* | | | | | Merge pull request #51112 from Chaosus/fix_doc_drag_crash | Rémi Verschelde | 2021-08-01 | 1 | -2/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix crash on doc dragging in script list panel | ||||
| * | | | | | Fix crash on doc dragging in script list panel | Yuri Roubinsky | 2021-08-01 | 1 | -2/+6 |
| |/ / / / | |||||
* | | | | | Merge pull request #51130 from timothyqiu/i18n-android-export | Rémi Verschelde | 2021-08-01 | 1 | -30/+29 |
|\ \ \ \ \ | |/ / / / |/| | | | | Make progress and errors translatable when exporting to Android | ||||
| * | | | | Make progress and errors translatable when exporting to Android | Haoyu Qiu | 2021-08-01 | 1 | -30/+29 |
|/ / / / | |||||
* | | | | Merge pull request #48958 from ↵ | Rémi Verschelde | 2021-08-01 | 1 | -8/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | kleonc/astar-get_available_point_id-start-from-zero Astar::get_available_point_id Return 0 instead of 1 when empty | ||||
| * | | | | Astar::get_available_point_id Start from 0 | kleonc | 2021-05-22 | 1 | -8/+2 |
| | | | | | |||||
* | | | | | Merge pull request #51036 from winterpixelgames/master-ws-fix | Rémi Verschelde | 2021-08-01 | 10 | -4/+56 |
|\ \ \ \ \ | | | | | | | | | | | | | WebsocketPeer outbound buffer fixes and buffer size query | ||||
| * | | | | | Websocket peer outbound buffer fixes. Expose outbound buffered amount. | Jordan Schidlowsky | 2021-07-31 | 10 | -4/+56 |
| | | | | | | |||||
* | | | | | | Merge pull request #51136 from akien-mga/scons-4.2.0 | Rémi Verschelde | 2021-08-01 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Windows: Fix build with SCons 4.2.0 | ||||
| * | | | | | | Windows: Fix build with SCons 4.2.0 | Rémi Verschelde | 2021-08-01 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #51124 from YeldhamDev/local_editor_dup_fix | Rémi Verschelde | 2021-08-01 | 1 | -7/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix being able to add duplicate files in the Localization editor | ||||
| * | | | | | | | Fix being able to add duplicate files in the Localization editor | Michael Alexsander | 2021-07-31 | 1 | -7/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #51114 from pycbouh/editor-fix-audio-bus-colors | Rémi Verschelde | 2021-07-31 | 2 | -30/+16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix theming in the audio bus editor | ||||
| * | | | | | | | | Fix theming in the audio bus editor | Yuri Sizov | 2021-07-31 | 2 | -30/+16 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #50625 from nekomatata/body-one-direction-layers | Rémi Verschelde | 2021-07-31 | 13 | -95/+162 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | One-directional collision layer check for rigid bodies and soft bodies | ||||
| * | | | | | | | | One-directional collision layer check for rigid bodies and soft bodies | PouleyKetchoupp | 2021-07-19 | 13 | -95/+162 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for each body individually if it collides with the other one or ignores it. When a body is being ignored, the other body's mass is considered infinite when applying impulses to avoid extra overlapping. | ||||
* | | | | | | | | | Merge pull request #51110 from pycbouh/editor-put-the-colon-back-in | Rémi Verschelde | 2021-07-31 | 4 | -10/+10 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Put multiple colons back into translated strings | ||||
| * | | | | | | | | | Put multiple colons back into translated strings | Yuri Sizov | 2021-07-31 | 4 | -10/+10 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #51103 from Calinou/vulkan-detect-intel-title-case | Rémi Verschelde | 2021-07-31 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use title case instead of uppercase for Vulkan Intel GPU detection | ||||
| * | | | | | | | | | Use title case instead of uppercase for Vulkan Intel GPU detection | Hugo Locurcio | 2021-07-31 | 1 | -1/+2 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This matches how the vendor name is displayed in most places. The Apple GPU vendor was also added for the M1. | ||||
* | | | | | | | | | Merge pull request #51105 from timothyqiu/i18n-action-names | Rémi Verschelde | 2021-07-31 | 5 | -12/+18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make action names translatable | ||||
| * | | | | | | | | | Make action names translatable | Haoyu Qiu | 2021-07-31 | 5 | -12/+18 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #51108 from Calinou/vulkan-print-verbose | Rémi Verschelde | 2021-07-31 | 1 | -14/+10 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Move Vulkan debugging prints to verbose | ||||
| * | | | | | | | | | Move Vulkan debugging prints to verbose | Hugo Locurcio | 2021-07-31 | 1 | -14/+10 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These messages can now be displayed in release builds if the `--verbose` command line argument is specified, which is useful for troubleshooting. | ||||
* | | | | | | | | | Merge pull request #51099 from Calinou/vulkan-print-device-release | Rémi Verschelde | 2021-07-31 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Print the Vulkan device name in release builds too | ||||
| * | | | | | | | | | Print the Vulkan device name in release builds too | Hugo Locurcio | 2021-07-31 | 1 | -2/+2 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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`. | ||||
* | | | | | | | | | Merge pull request #51091 from qarmin/attempted_to_free | Rémi Verschelde | 2021-07-31 | 4 | -18/+18 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Fix 'Attempted to remove invalid ID' errors | ||||
| * | | | | | | | | Fix 'Attempted to remove invalid ID' errors | Rafał Mikrut | 2021-07-31 | 4 | -18/+18 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #46270 from RandomShaper/fix_can_reset | Rémi Verschelde | 2021-07-31 | 2 | -72/+57 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | Rationalize property reversion | ||||
| * | | | | | | | | Rationalize property reversion | Pedro J. Estébanez | 2021-07-30 | 2 | -72/+57 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #51084 from aaronfranke/no-dectime | Rémi Verschelde | 2021-07-31 | 8 | -103/+37 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Remove obsolete `dectime` method | ||||
| * | | | | | | | | Remove obsolete "dectime" method | Aaron Franke | 2021-07-30 | 8 | -103/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced by "move_toward" | ||||
* | | | | | | | | | Merge pull request #51083 from akien-mga/variantparser-fix-crash-42115 | Rémi Verschelde | 2021-07-31 | 2 | -4/+3 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | VariantParser: Fix uninitialized ResourceParser funcs | ||||
| * | | | | | | | | VariantParser: Fix uninitialized ResourceParser funcs | Rémi Verschelde | 2021-07-30 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | | | | | Merge pull request #50935 from Vitika9/50807 | Rémi Verschelde | 2021-07-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fixed Camera2D's reset_smoothing() does not work as described | vitika9 | 2021-07-27 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #51057 from V-Sekai/bake-reset-anim | Rémi Verschelde | 2021-07-30 | 3 | -0/+284 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | Bake RESET animation. | ||||
| * | | | | | | | | | Bake RESET animation. | K. S. Ernest (iFire) Lee | 2021-07-30 | 3 | -0/+284 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: MMMaellon <mmmaellon@gmail.com> Co-authored-by: Eron <rufsketch1@gmail.com> | ||||
* | | | | | | | | | | Merge pull request #51081 from SirQuartz/patch-38 | Rémi Verschelde | 2021-07-30 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | Make "Find in Files" ignore directories with `.gdignore` in them | ||||
| * | | | | | | | | | Make "Find in Files" searches ignore directories with `.gdignore` files in them | Nicholas Huelin | 2021-07-30 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. |