Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-13 | Merge pull request #49291 from NoFr1ends/fix-49262 | RĂ©mi Verschelde | |
String::format leave passed values untouched | |||
2021-07-13 | Merge pull request #50135 from KoBeWi/đŸŒ².update() | RĂ©mi Verschelde | |
Update Tree when modified | |||
2021-07-13 | Merge pull request #50410 from timothyqiu/similar-msg | RĂ©mi Verschelde | |
Merge similar editor strings | |||
2021-07-13 | Merge pull request #50341 from goostengine/vcs-diff-min-size | RĂ©mi Verschelde | |
Set minimum size for "Version Control" diff bottom panel | |||
2021-07-13 | Merge pull request #50304 from timothyqiu/memfree-param | RĂ©mi Verschelde | |
Fix memfree parameter name | |||
2021-07-13 | Merge pull request #50401 from Calinou/decal-add-node-configuration-warnings | RĂ©mi Verschelde | |
Add node configuration warnings for the Decal node | |||
2021-07-13 | Merge similar editor strings | Haoyu Qiu | |
2021-07-13 | Add node configuration warnings for the Decal node | Hugo Locurcio | |
2021-07-12 | Merge pull request #50262 from nekomatata/convex-hull-simplification | RĂ©mi Verschelde | |
Options to clean/simplify convex hull generated from mesh | |||
2021-07-12 | Merge pull request #50389 from Chaosus/vs_uniform_ref | RĂ©mi Verschelde | |
Auto-set a first compatible uniform on dragging to create a UniformRef (VisualShaders) | |||
2021-07-12 | Merge pull request #49725 from EricEzaM/multi-node-picking-fixes | RĂ©mi Verschelde | |
Fixes for multi-node editing interactions. | |||
2021-07-12 | Merge pull request #50194 from BastiaanOlij/fix_multiple_reflection_probes | RĂ©mi Verschelde | |
Fix indexing of multiple reflection probes | |||
2021-07-12 | Merge pull request #50398 from Faless/mp/4.x_networked_rename | RĂ©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-12 | Merge pull request #50396 from Faless/mp/4.x_notree | RĂ©mi Verschelde | |
[Net] Remove most multiplayer hooks from SceneTree. | |||
2021-07-12 | Merge pull request #50233 from Calinou/editor-add-both-environment-and-sun | RĂ©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-12 | Merge pull request #50393 from Calinou/preview-sun-sky-add-to-beginning | K. S. Ernest (iFire) Lee | |
Add the preview sun and sky to the beginning of the scene tree | |||
2021-07-12 | Merge pull request #50392 from TaskManagerCZ/master | RĂ©mi Verschelde | |
Explicit error message when setting active a Viewport that is already active | |||
2021-07-12 | Merge pull request #50394 from HaSa1002/make-rst-code-blocks-less-redundant | RĂ©mi Verschelde | |
Makerst: Remove redundant GDScript from code blocks | |||
2021-07-12 | Explicit error message when setting active a Viewport that is already active. | TaskManagerCZ | |
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2021-07-12 | Makerst: Remove redundant GDScript from code blocks | Johannes Witt | |
2021-07-12 | Add the preview sun and sky to the beginning of the scene tree | Hugo Locurcio | |
This generally looks better when adding more nodes to the scene in the future. | |||
2021-07-12 | Auto-set a first compatible uniform on dragging to create a UniformRef | Yuri Roubinsky | |
2021-07-12 | Merge pull request #50385 from Geometror/vsyncmode-int-enum | RĂ©mi Verschelde | |
Change VSync mode project setting enum type from string to integer | |||
2021-07-12 | Merge pull request #50356 from Calinou/ormmaterial3d-tweak-editor-icon | RĂ©mi Verschelde | |
Tweak the ORMMaterial3D editor icon to follow the Godot design guidelines | |||
2021-07-12 | Merge pull request #50354 from Calinou/immediatemesh-add-editor-icon | K. S. Ernest (iFire) Lee | |
Add an editor icon for the ImmediateMesh resource | |||
2021-07-12 | Change VSync mode project setting enum type from string to integer | Hendrik Brucker | |
2021-07-11 | Merge pull request #50325 from reduz/implement-specialization-constants | RĂ©mi Verschelde | |
Implement specialization constants | |||
2021-07-11 | Implement Specialization Constants | reduz | |
* 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-11 | Add an editor icon for the ImmediateMesh resource | Hugo Locurcio | |
2021-07-11 | Tweak the ORMMaterial3D editor icon to follow the Godot design guidelines | Hugo Locurcio | |
2021-07-11 | Merge pull request #48764 from QbieShay/4-plane-offset | RĂ©mi Verschelde | |
Added a center_offset property to both plane primitive and quad primitive | |||
2021-07-11 | added offset for plane mesh and quad mesh | QbieShay | |
2021-07-11 | Merge pull request #50149 from Chaosus/vs_curve3d | Yuri Roubinsky | |
2021-07-11 | Merge pull request #50364 from Faless/mp/fix_rpc_crash | RĂ©mi Verschelde | |
[Net] Fix crash when receiving RPC on node without a script. | |||
2021-07-11 | [Net] Fix crash when receiving RPC on node without a script. | Fabio Alessandrelli | |
2021-07-11 | Merge pull request #50362 from timothyqiu/http-eof | RĂ©mi Verschelde | |
Fix unicode invalid skip error in AssetLib | |||
2021-07-11 | Merge pull request #50361 from timothyqiu/inflate-buf-error | RĂ©mi Verschelde | |
Handle Z_BUF_ERROR in decompress_dynamic | |||
2021-07-11 | Fix unicode invalid skip error in AssetLib | Haoyu Qiu | |
2021-07-11 | Handle Z_BUF_ERROR in decompress_dynamic | Haoyu Qiu | |
2021-07-10 | Merge pull request #50347 from timothyqiu/httpclient-request-doc | RĂ©mi Verschelde | |
Fix doc description of HTTPClient::request | |||
2021-07-11 | Fix doc description of HTTPClient::request | Haoyu Qiu | |
2021-07-10 | Merge pull request #50342 from Chaosus/vs_fix_function | RĂ©mi Verschelde | |
Fix creating a new function in visual scripts | |||
2021-07-10 | Fix creating a new function in visual scripts | Yuri Roubinsky | |
2021-07-10 | Set minimum size for "Version Control" diff bottom panel | Andrii Doroshenko (Xrayez) | |
Allows to see version diffs without having to expand the bottom panel manually when clicking on a changed file in the "Commit" dock. | |||
2021-07-10 | Merge pull request #33339 from Calinou/editor-improve-export-all-ux | RĂ©mi Verschelde | |
Improve the Export All button display in the export dialog | |||
2021-07-10 | Improve the Export All button display in the export dialog | Hugo Locurcio | |
- Update the disabled status when changing an export path. - Display a tooltip that states why the button is disabled. - Update the Export All dialog message to have a more friendly tone. - Suffix button texts with "...", as they display another dialog when clicked. This closes #33293. |