summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-13Add header theme type variations to labelskobewi
2021-07-13Merge pull request #50169 from pycbouh/theme-type-variationsRémi Verschelde
2021-07-13Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @LightningAA, @thebestnom Thanks to all contributors and donors for making Godot possible!
2021-07-13i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 1c840a31a54de77e1a1b0c107a2fd8d8b09df755)
2021-07-13Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde
Improvements to Label's layout options
2021-07-13Merge pull request #50412 from timothyqiu/fastlz-decompressRémi Verschelde
2021-07-13Merge pull request #38078 from Faymoon/masterRémi Verschelde
2021-07-13Merge pull request #47667 from Calinou/assetlib-auto-install-promptRémi Verschelde
Automatically display the installer after downloading an asset
2021-07-13Merge pull request #48252 from Calinou/improve-2d-editor-zoomRémi Verschelde
2021-07-13Let thread func have optional parameterFaymoon
Fixes #38042.
2021-07-13Fix decompression with FastLZ when buffer size is less than 16 bytesHaoyu Qiu
2021-07-13Merge pull request #48375 from bowling-allie/discrete-carry-bugRémi Verschelde
2021-07-13Merge pull request #49291 from NoFr1ends/fix-49262Rémi Verschelde
String::format leave passed values untouched
2021-07-13Merge pull request #50135 from KoBeWi/🌲.update()Rémi Verschelde
Update Tree when modified
2021-07-13Merge pull request #50410 from timothyqiu/similar-msgRémi Verschelde
Merge similar editor strings
2021-07-13Merge pull request #50341 from goostengine/vcs-diff-min-sizeRémi Verschelde
Set minimum size for "Version Control" diff bottom panel
2021-07-13Merge pull request #50304 from timothyqiu/memfree-paramRémi Verschelde
Fix memfree parameter name
2021-07-13Merge pull request #50401 from Calinou/decal-add-node-configuration-warningsRémi Verschelde
Add node configuration warnings for the Decal node
2021-07-13Merge similar editor stringsHaoyu Qiu
2021-07-13Add node configuration warnings for the Decal nodeHugo Locurcio
2021-07-13Add type variations to ThemeYuri Sizov
2021-07-12Merge pull request #50262 from nekomatata/convex-hull-simplificationRémi Verschelde
Options to clean/simplify convex hull generated from mesh
2021-07-12Merge pull request #50389 from Chaosus/vs_uniform_refRémi Verschelde
Auto-set a first compatible uniform on dragging to create a UniformRef (VisualShaders)
2021-07-12Merge pull request #49725 from EricEzaM/multi-node-picking-fixesRémi Verschelde
Fixes for multi-node editing interactions.
2021-07-12Merge pull request #50194 from BastiaanOlij/fix_multiple_reflection_probesRémi Verschelde
Fix indexing of multiple reflection probes
2021-07-12Merge pull request #50398 from Faless/mp/4.x_networked_renameRémi Verschelde
[Net] NetworkedMultiplayerPeer(s) renames
2021-07-12[Net] Rename WebRTCMultiplayer to WebRTCMultiplayerPeer.Fabio Alessandrelli
2021-07-12[Net] Rename NetworkedMultiplayerENet to ENetMultiplayerPeer.Fabio Alessandrelli
2021-07-12[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli
2021-07-12Merge pull request #50396 from Faless/mp/4.x_notreeRémi Verschelde
[Net] Remove most multiplayer hooks from SceneTree.
2021-07-12Merge pull request #50233 from Calinou/editor-add-both-environment-and-sunRémi Verschelde
Add both preview sun and sky at the same time when holding Shift
2021-07-12[Net] Remove most multiplayer hooks from SceneTree.Fabio Alessandrelli
Use `multiplayer` or `get_multiplayer()` instead of `get_tree()`.
2021-07-12Merge pull request #50393 from Calinou/preview-sun-sky-add-to-beginningK. S. Ernest (iFire) Lee
Add the preview sun and sky to the beginning of the scene tree
2021-07-12Merge pull request #50392 from TaskManagerCZ/masterRémi Verschelde
Explicit error message when setting active a Viewport that is already active
2021-07-12Merge pull request #50394 from HaSa1002/make-rst-code-blocks-less-redundantRémi Verschelde
Makerst: Remove redundant GDScript from code blocks
2021-07-12Explicit error message when setting active a Viewport that is already active.TaskManagerCZ
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-07-12Makerst: Remove redundant GDScript from code blocksJohannes Witt
2021-07-12Add the preview sun and sky to the beginning of the scene treeHugo Locurcio
This generally looks better when adding more nodes to the scene in the future.
2021-07-12Automatically display the installer after downloading an assetHugo Locurcio
- To make things easier to follow, display the asset name in confirmation dialogs. - Display the number of conflicting files in the asset extraction dialog. This reduces the number of clicks required to install an asset.
2021-07-12Auto-set a first compatible uniform on dragging to create a UniformRefYuri Roubinsky
2021-07-12Merge pull request #50385 from Geometror/vsyncmode-int-enumRémi Verschelde
Change VSync mode project setting enum type from string to integer
2021-07-12Merge pull request #50356 from Calinou/ormmaterial3d-tweak-editor-iconRémi Verschelde
Tweak the ORMMaterial3D editor icon to follow the Godot design guidelines
2021-07-12Merge pull request #50354 from Calinou/immediatemesh-add-editor-iconK. S. Ernest (iFire) Lee
Add an editor icon for the ImmediateMesh resource
2021-07-12Change VSync mode project setting enum type from string to integerHendrik Brucker
2021-07-11Merge pull request #50325 from reduz/implement-specialization-constantsRémi Verschelde
Implement specialization constants
2021-07-11Implement Specialization Constantsreduz
* Added support to our local copy of SpirV Reflect (which does not support it). * Pass them on render or compute pipeline creation. * Not implemented in our shaders yet.
2021-07-11Add an editor icon for the ImmediateMesh resourceHugo Locurcio
2021-07-11Tweak the ORMMaterial3D editor icon to follow the Godot design guidelinesHugo Locurcio
2021-07-11Merge pull request #48764 from QbieShay/4-plane-offsetRémi Verschelde
Added a center_offset property to both plane primitive and quad primitive
2021-07-11added offset for plane mesh and quad meshQbieShay