summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-03Merge pull request #51199 from Faless/net/4.x_ip_lockRémi Verschelde
2021-08-03i18n: Sync template with current 3.x codebaseRémi Verschelde
Weblate will now track the state of `3.x` to prepare for the 3.4 release. (cherry picked from commit 92bafdcafb2c2d50b9079728842b825c72b99c19)
2021-08-03i18n: Sync translations with WeblateRémi Verschelde
Last POT sync with the `3.3` branch, we'll now switch Weblate to track `3.x` to prepare for the 3.4 release. (cherry picked from commit dec840452d5986ec8099b92ebabf454757da8b04)
2021-08-03Merge pull request #51033 from merumelu/makerst-tutorial-linksRémi Verschelde
makerst: use link titles for external tutorials
2021-08-03Merge pull request #51006 from foxydevloper/drag-drop-namingRémi Verschelde
Name nodes added when drag & dropping an image by `name_casing`
2021-08-03Merge pull request #51107 from Calinou/warn-engine-run-as-rootRémi Verschelde
Print a warning when the engine is started as `root`/superuser
2021-08-03Merge pull request #51118 from SirQuartz/patch-39Rémi Verschelde
Make the "View" menu in the 3D viewport stay open when selecting a checkbox
2021-08-03Merge pull request #51177 from kleonc/tab_container-drop-tab-index-fixRémi Verschelde
TabContainer Fix moving dropped tab to incorrect child index
2021-08-03Merge pull request #50986 from raulsntos/fix-path-3d-endRémi Verschelde
2021-08-03Merge pull request #50966 from Chaosus/vs_builtinsYuri Roubinsky
2021-08-03Merge pull request #51093 from RandomShaper/fix_thread_null_udRémi Verschelde
Fix thread start with no user data when target has no default argument
2021-08-03Added more input/output built-ins to visual shadersYuri Roubinsky
2021-08-03Merge pull request #50703 from Chaosus/vs_remove_subparticles_from_startRémi Verschelde
Removes EmitParticle node from the start functions in visual shader
2021-08-03Merge pull request #51203 from kbsanders/patch-1Rémi Verschelde
Grammar fix.
2021-08-03Merge pull request #51198 from Calinou/codeedit-improve-callhint-highlightRémi Verschelde
Improve CodeEdit's callhint highlight visibility
2021-08-03Grammar fix.Kevin Sanders
2021-08-02Merge pull request #51042 from nikitalita/fix_binary_res_load_saveK. S. Ernest (iFire) Lee
Fix binary resource loading and saving
2021-08-03[Net] Fix IP address resolution incorrectly locking the main thread.Fabio Alessandrelli
This seems to be a pretty old bug, older then originally reported (at least under certain circumstances). The IP singleton uses a resolve queue so developers can queue hostnames for resolution in a separate while keeping the main thread unlocked (address-resolution OS functions are blocking, and could block for a long time in case of network disruption). In most places though, the address resolution function was called with the mutex locked, causing other functions (querying status, queueing another hostname, ecc) to block until that resolution ended. This commit ensures that all calls to OS address resolution are done with the mutex unlocked.
2021-08-02Improve CodeEdit's callhint highlight visibilityHugo Locurcio
This makes the currently edited parameter more visible in the script editor's code completion hint.
2021-08-02Merge pull request #51039 from nekomatata/layer-grid-32Rémi Verschelde
Refactor layer property editor grid
2021-08-02Merge pull request #51144 from Chaosus/vs_versionYuri Roubinsky
Makes dictionary instead of string for visual shader version
2021-08-02Merge pull request #51168 from akien-mga/dependency-move-to-trashRémi Verschelde
Dependency editor: Edit message about move to trash
2021-08-02Merge pull request #50122 from Paulb23/code_edit_auto_brace_completionRémi Verschelde
2021-08-02Makes dictionary instead of string for visual shader versionYuri Roubinsky
Update doc/classes/VisualShader.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-08-02Merge pull request #51192 from timothyqiu/sdfgi-enum-rangeRémi Verschelde
Validates set_sdfgi_cascades argument range
2021-08-02Merge pull request #51187 from timothyqiu/vertex-index-3Rémi Verschelde
Fix crash when number of indices to optimize is not a multiple of 3
2021-08-02Merge pull request #51190 from timothyqiu/vs-nodeRémi Verschelde
Validates VisualScript.add_node input node
2021-08-02Validates set_sdfgi_cascades argument rangeHaoyu Qiu
2021-08-02Validates VisualScript.add_node input nodeHaoyu Qiu
2021-08-02Merge pull request #51185 from timothyqiu/tile-data-enum-rangeRémi Verschelde
Validate TileData enum range before using it as index
2021-08-02Merge pull request #51004 from groud/tilemap_layersRémi Verschelde
Implements TileMap layers and move TileSetPlugins's functions to the TileMap node instead
2021-08-02Fix crash when number of indices to optimize is not a multiple of 3Haoyu Qiu
2021-08-02Validate TileData enum range before using it as indexHaoyu Qiu
2021-08-02Merge pull request #51173 from RandomShaper/tidy_property_reversionRémi Verschelde
Fix up property reversion
2021-08-02Merge pull request #51176 from KoBeWi/nullbindRémi Verschelde
Add null check to Tween.bind_node()
2021-08-02Merge pull request #51172 from Faless/io/4.x_64_array_marshallsRémi Verschelde
[Marshalls] Fix Float64Array and Int64Array serialization.
2021-08-02Merge pull request #51170 from timothyqiu/spin-slider-osxRémi Verschelde
Use Command+Drag in EditSpinSlider on macOS
2021-08-02TabContainer Fix moving dropped tab at incorrect child indexkleonc
2021-08-02Add null check to Tween.bind_node()kobewi
2021-08-02Fix up property reversionPedro J. Estébanez
2021-08-02Implements TileMap layers and move TileSetPlugins's functions to the TileMap ↵Gilles Roudière
node instead
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-02Merge pull request #49783 from aaronfranke/real-editor-pluginsRémi Verschelde
Use real_t in editor plugins
2021-08-02Use Command+Drag in EditSpinSlider on macOSHaoyu Qiu
2021-08-02Merge pull request #50430 from goostengine/ctrl-enter-commitRémi Verschelde
VCS: Allow to stage and commit all files with Ctrl + Enter
2021-08-02Dependency editor: Edit message about move to trashRémi Verschelde
Fixes #47106.
2021-08-01Use real_t in editor pluginsAaron Franke
Also use const more often and delete dead code in CanvasItemEditor
2021-08-01Merge pull request #51119 from pycbouh/control-theme-overrides-renameRémi Verschelde
Make theme item overrides more obvious in the Inspector
2021-08-01Merge pull request #50942 from BastiaanOlij/cubemap_rasterRémi Verschelde
Porting cubemap compute shaders to raster for the mobile renderer
2021-08-01Clean up and complete CodeEdit inspector and docsPaulb23