summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-27Merge pull request #53145 from bruvzg/fix_trim_width_resetRémi Verschelde
Fix trim overrun width not being reset.
2021-09-27Fix trim overrun width not being reset.bruvzg
2021-09-27Merge pull request #53134 from briansemrau/quadmesh-has-no-indicesRémi Verschelde
2021-09-27Merge pull request #53141 from RandomShaper/fix_cast_freed_checkRémi Verschelde
2021-09-27Fix check for freed object during castPedro J. Estébanez
2021-09-27QuadMesh remove format ARRAY_FORMAT_INDEXBrian Semrau
2021-09-27Merge pull request #53118 from BimDav/physicsbody_to_kinematicCamille Mohr-Daurat
Reload kinematic shapes when changing PhysicsBody mode to Kinematic
2021-09-27Merge pull request #53109 from aaronfranke/fix-gltf-lightRémi Verschelde
2021-09-27Merge pull request #53127 from timothyqiu/index-modRémi Verschelde
2021-09-27Validate before passing indices to meshoptimizerHaoyu Qiu
2021-09-27Merge pull request #53124 from RandomShaper/fix_inverted_errorRémi Verschelde
2021-09-27Merge pull request #53100 from KoBeWi/fix_them_tiles_2-layer_count_of_oblivionGilles Roudière
Fix TileMap layer loading
2021-09-27Fix inverted error messages about null objectPedro J. Estébanez
2021-09-27Merge pull request #53122 from AnilBK/whats-segement-can-i-render-itRémi Verschelde
2021-09-27Merge pull request #53121 from timothyqiu/resource-id-utf8Rémi Verschelde
2021-09-27Fix Typo: Segement.Anilforextra
2021-09-27Fix TileMap layer loadingkobewi
2021-09-27Parse UTF-8 when getting path from resource UIDHaoyu Qiu
2021-09-27Merge pull request #53119 from Faless/net/4.x_enet_relay_fixRémi Verschelde
2021-09-27[ENet] Fix server not correctly relaying peer disconnects.Fabio Alessandrelli
2021-09-27Merge pull request #47524 from bruvzg/macos_sandbox_helpersRémi Verschelde
2021-09-27Merge pull request #53095 from KoBeWi/fix_them_tilesGilles Roudière
Fix tile size property
2021-09-27[macOS, sandbox] Add export option to embed and sign helper executables.bruvzg
2021-09-27init_kinematic_utilities from the start for kinematic bodiesBimDav
2021-09-27Reload kinematic shapes when changing PhysicsBody mode to Kinematic to ↵BimDav
prevent a crash when calling test_body_motion. Call reload_kinematic_shapes from init_kinematic_utilities as they are always called together.
2021-09-26Fix GLTF light importAaron Franke
2021-09-27Merge pull request #53091 from AnilBK/merge-duplicatesRémi Verschelde
2021-09-27Merge pull request #52979 from jmb462/fix-lineedit-double-clic-selectionRémi Verschelde
2021-09-26Fix LineEdit and TextEdit double-click and triple-click selectionjmb462
2021-09-26Merge pull request #52824 from e8newallm/52680Rémi Verschelde
Updated Tabs to not update excessively
2021-09-26Fix tile size propertykobewi
2021-09-26Updated Tabs to not update excessivelyMatthew Newall
2021-09-26Merge duplicate branch conditions to one.Anilforextra
Use SWAP template for swapping values.
2021-09-26Merge pull request #53078 from YeldhamDev/debugger_style_fixRémi Verschelde
Fix error when opening multiple debugger sessions
2021-09-26Merge pull request #53058 from LATRio/52191Rémi Verschelde
check if 'shortcut' in InputEventShortcut is valid
2021-09-26Fix error when opening multiple debugger sessionsMichael Alexsander
2021-09-26validate 'shortcut' in InputEventShortcutLATRio
2021-09-25Merge pull request #52855 from Calinou/engine-editor-hint-getter-onlyRémi Verschelde
2021-09-25Merge pull request #53070 from Razoric480/apply-edit-fix-40Rémi Verschelde
2021-09-25Remove duplicate WorkspaceEdit from LSPFrancois Belair
2021-09-25Merge pull request #50378 from Razoric480/apply-edit-40Rémi Verschelde
2021-09-25Merge pull request #53056 from LATRio/53004Rémi Verschelde
2021-09-25fix out of bounds crash in GPUParticle3D::_skinning_changed()LATRio
2021-09-25Merge pull request #51518 from Calinou/doc-network-android-permissionRémi Verschelde
2021-09-25Merge pull request #36910 from Calinou/add-script-nav-extra-mouse-buttonRémi Verschelde
Add history navigation in the script editor using extra mouse buttons
2021-09-25Add history navigation in the script editor using extra mouse buttonsHugo Locurcio
This feature is enabled by default, but it can be disabled in the editor settings in case it interferes with other uses of the extra buttons (such as push-to-talk in a VoIP program).
2021-09-25Document Android permission requirements for network access where neededHugo Locurcio
2021-09-25Merge pull request #53049 from AnilBK/dont-construct-2Rémi Verschelde
2021-09-25Construct values only when necessary.Anilforextra
2021-09-25Merge pull request #53038 from pycbouh/tree-fix-folding-arrow-with-marginRémi Verschelde
Correctly calculate position of the folding arrow in `Tree`