Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-13 | Merge pull request #50056 from Blackiris/fix-in-operator | George Marques | |
Fix 'in' operator to check if an object member exists | |||
2021-07-13 | Merge pull request #50402 from reduz/use-specialization-constants | Juan Linietsky | |
Use specialization constants in clustered renderer | |||
2021-07-13 | Merge pull request #47604 from christinoleo/master | Rémi Verschelde | |
Separate underscore from grapheme punctuation to enable doubleclick and caret jump over snakecase variables in editor | |||
2021-07-13 | Merge pull request #50299 from YeldhamDev/window_wrap_controls_fix | Rémi Verschelde | |
Fix `Window`'s `wrap_controls` not actually doing anything | |||
2021-07-13 | Merge pull request #50420 from KoBeWi/counter_headers | Rémi Verschelde | |
Add header theme type variations to labels | |||
2021-07-13 | Merge pull request #50422 from Faless/js/4.x_memory_initial_32 | Rémi Verschelde | |
[HTML5] Raise default initial memory to 32 MiB. | |||
2021-07-13 | Merge pull request #50418 from Calinou/fix-to-stop-word-casing | Rémi Verschelde | |
Fix casing of the "to" stop word in editor strings | |||
2021-07-13 | [HTML5] Raise default initial memory to 32 MiB. | Fabio Alessandrelli | |
The memory was resized in any case during start. Mitigate Chromium issue: https://bugs.chromium.org/p/v8/issues/detail?id=11863 Also fix a warning about SAFE_HEAP being a linker only flag. | |||
2021-07-13 | Add header theme type variations to labels | kobewi | |
2021-07-13 | Merge pull request #50381 from reduz/implement-disable-classes | Rémi Verschelde | |
Implement the ability to disable classes | |||
2021-07-13 | Fix casing of the "to" stop word in editor strings | Hugo Locurcio | |
This also fixes a C# documentation example that had one of its strings incorrectly converted. | |||
2021-07-13 | Merge pull request #50169 from pycbouh/theme-type-variations | Rémi Verschelde | |
2021-07-13 | Separate underscore from grapheme punctuation to enable doubleclick and ↵ | Leonardo Christino | |
caret jump over snakecase variables in editor | |||
2021-07-13 | Implement the ability to disable classes | reduz | |
* This PR adds the ability to disable classes when building. * For now it's only possible to do this via command like: `scons disable_classes=RayCast2D,Area3D` * Eventually, a proper UI will be implemented to create a build config file to do this at large scale, as well as detect what is used in the project. | |||
2021-07-13 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @LightningAA, @thebestnom Thanks to all contributors and donors for making Godot possible! | |||
2021-07-13 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 1c840a31a54de77e1a1b0c107a2fd8d8b09df755) | |||
2021-07-13 | Merge pull request #50086 from Geometror/label-improve-layout-options | Rémi Verschelde | |
Improvements to Label's layout options | |||
2021-07-13 | Merge pull request #50412 from timothyqiu/fastlz-decompress | Rémi Verschelde | |
2021-07-13 | Merge pull request #38078 from Faymoon/master | Rémi Verschelde | |
2021-07-13 | Merge pull request #47667 from Calinou/assetlib-auto-install-prompt | Rémi Verschelde | |
Automatically display the installer after downloading an asset | |||
2021-07-13 | Merge pull request #48252 from Calinou/improve-2d-editor-zoom | Rémi Verschelde | |
2021-07-13 | Let thread func have optional parameter | Faymoon | |
Fixes #38042. | |||
2021-07-13 | Fix decompression with FastLZ when buffer size is less than 16 bytes | Haoyu Qiu | |
2021-07-13 | Merge pull request #48375 from bowling-allie/discrete-carry-bug | Rémi Verschelde | |
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 | Use specialization constants in clustered renderer | reduz | |
* Keep track of when projector, softshadow or directional sofshadow were enabled. * Enable them via specializaton constant where it makes sense. * Re-implements soft shadows. * Re-implements light projectors. | |||
2021-07-13 | Add type variations to Theme | Yuri Sizov | |
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 | |