Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-22 | Merge pull request #41430 from Lunatoid/no-icon-resize | Rémi Verschelde | |
Fixes DefaultProjectIcon scaling with editor scale | |||
2020-09-22 | Fixes DefaultProjectIcon scaling with editor scale | Lunatoid | |
Should fix #27009 where the DefaultProjectIcon was scaling with the EDSCALE. Now it checks if the icon name is equal to "DefaultProjectIcon" and sets the scale to 1.0 instead of EDSCALE. | |||
2020-09-22 | Merge pull request #42171 from Pineapple/fix-custom-modules-vs-master | Rémi Verschelde | |
Fix custom modules in Visual Studio | |||
2020-09-22 | Merge pull request #42243 from Chaosus/vs_fix_bug | Yuri Roubinsky | |
Fix UniformRef invalid updating when LineEdit focus out | |||
2020-09-22 | Fix UniformRef invalid updating when LineEdit focus out | Yuri Roubinsky | |
2020-09-21 | Merge pull request #42225 from Chaosus/vs_fix_bugs | Yuri Roubinsky | |
Fix some bugs in visual shader editor | |||
2020-09-21 | Fix some bugs in visual shader editor | Yuri Roubinsky | |
2020-09-21 | Merge pull request #42227 from Calinou/doc-array-fix-typo | Rémi Verschelde | |
Fix a typo in the Array class documentation | |||
2020-09-21 | Fix a typo in the Array class documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4049. | |||
2020-09-21 | Merge pull request #42226 from Calinou/doc-rect2-aabb | Rémi Verschelde | |
Cross-reference AABB and Rect2 in the class reference | |||
2020-09-21 | Cross-reference AABB and Rect2 in the class reference | Hugo Locurcio | |
2020-09-20 | Merge pull request #42211 from Calinou/doc-javascript-build-time-disable | Rémi Verschelde | |
Document that the JavaScript singleton may be disabled at build-time | |||
2020-09-20 | Document that the JavaScript singleton may be disabled at build-time | Hugo Locurcio | |
2020-09-20 | Merge pull request #41426 from madmiraal/fix-bullet-zero-scale | Rémi Verschelde | |
Check and correct for zero scaling when unscaling Bullet basis. | |||
2020-09-18 | Merge pull request #42174 from akien-mga/zstd-1.4.5 | Rémi Verschelde | |
zstd: Update to upstream version 1.4.5 | |||
2020-09-18 | zstd: Update to upstream version 1.4.5 | Rémi Verschelde | |
2020-09-18 | Fix custom modules in Visual Studio | Bartłomiej T. Listwon | |
2020-09-18 | Merge pull request #41861 from Razoric480/fix-vscript-value-by-type | Rémi Verschelde | |
Add a function to sanitize variant values in visual script | |||
2020-09-18 | Add a VScript func to sanitize variant values | Francois Belair | |
Fixes #27611 | |||
2020-09-18 | Merge pull request #41930 from RandomShaper/fix_gdscript_leaks | Rémi Verschelde | |
Fix leaks in GDScript | |||
2020-09-18 | Merge pull request #42165 from akien-mga/codespell | Rémi Verschelde | |
Fix typos with codespell | |||
2020-09-18 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.17.1. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2020-09-18 | Merge pull request #42157 from akien-mga/math-RANDOM_MAX-netbsd | Rémi Verschelde | |
Linux/BSD: Fix support for NetBSD | |||
2020-09-18 | X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't found | Rémi Verschelde | |
All Linux distros, and FreeBSD and OpenBSD seem to have libXrandr.so.2, but for some reason recent NetBSD versions seem to have libXrandr.so.3 now. | |||
2020-09-18 | NetBSD: Implement OS_Unix::get_executable_path() | Rémi Verschelde | |
Same implementation as OpenBSD seems to work fine. | |||
2020-09-18 | Linux/BSD: Fix support for NetBSD | Rémi Verschelde | |
Add __NetBSD__ to `platform_config.h` so that it can find `alloca` and use the proper `pthread_setname_np` format. Rename RANDOM_MAX to avoid conflict with NetBSD stdlib. Fixes #42145. | |||
2020-09-17 | Merge pull request #41528 from keegano/physics-fix-wrap-angle | Rémi Verschelde | |
Wrap angles to (-pi, pi) in momentum calculation. | |||
2020-09-17 | Merge pull request #39944 from bruvzg/click-through-4 | Rémi Verschelde | |
Add mouse event pass-through support for window. | |||
2020-09-17 | Add window click-through support. | bruvzg | |
2020-09-17 | Merge pull request #42120 from raulsntos/fix-expr-match | Rémi Verschelde | |
Fix C# Match stackoverflow | |||
2020-09-16 | Merge pull request #42013 from Xrayez/fix-list-swap | Rémi Verschelde | |
Fix `List` swap behavior on front, back and adjacent elements | |||
2020-09-16 | Merge pull request #42114 from Calinou/doc-mesh-aabb-methods | Rémi Verschelde | |
Cross-reference AABB getter methods in the documentation | |||
2020-09-16 | Donors: Add Gamblify, remove Interblock from splash screen | Rémi Verschelde | |
2020-09-16 | Cross-reference AABB getter methods in the documentation | Hugo Locurcio | |
This also clarifies that `get_aabb()` returns the AABB in local space. See https://github.com/godotengine/godot/issues/42095. | |||
2020-09-16 | Fix ExprMatch stackoverflow | Raul Santos | |
2020-09-15 | Merge pull request #42098 from Faless/crypto/mbedtls_2.16.8_fix | Rémi Verschelde | |
Fix certificate generation with mbedtls 2.16.8 . | |||
2020-09-15 | Fix certificate generation with mbedtls 2.16.8 . | Fabio Alessandrelli | |
When generating certificates with `Crypto.generate_self_signed_certificate` we generate the PEM in a buffer via `mbedtls_x509write_crt_pem`. Since version 2.16.8, mbedtls adds spurious data at the end of the buffer due to internal optimizations, this breaks our logic when we try to immediately parse it and return a proper `X509Certificate` object. This commit updates the code to find the actual PEM length to parse using `strlen`, takes extra caution always adding the terminator to the buffer, and slightly improve error messages. | |||
2020-09-15 | Merge pull request #42093 from Xrayez/virtual-to_string | Rémi Verschelde | |
Make `Object::to_string` virtual | |||
2020-09-15 | Merge pull request #36374 from kuruk-mm/tilemap_filter_set_and_update | Rémi Verschelde | |
TileMap: Set texture_filter and texture_repeat to generated CanvasItems... | |||
2020-09-15 | Make `Object::to_string` virtual | Andrii Doroshenko (Xrayez) | |
Allows to override printing via C++, not only via script. | |||
2020-09-15 | Merge pull request #42090 from Calinou/changelog-camera2d-offset-limit | Rémi Verschelde | |
Mention compatibility-breaking Camera2D offset change in the changelog | |||
2020-09-15 | Mention compatibility-breaking Camera2D offset change in the changelog | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/42088. | |||
2020-09-15 | Merge pull request #42086 from akien-mga/makerst-newline-eof | Rémi Verschelde | |
makerst: Add missing newline at EOF | |||
2020-09-15 | Merge pull request #42082 from aterlamia/show-corrrect-connection-title | Rémi Verschelde | |
Show correct name of signal when editing an existing one | |||
2020-09-15 | Merge pull request #42084 from Calinou/doc-projectsettings-cell-size-unit | Rémi Verschelde | |
Clarify that 2D cell sizes are defined in pixels | |||
2020-09-15 | Clarify that 2D cell sizes are defined in pixels | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/40577#issuecomment-662329021. | |||
2020-09-15 | Show correct name of signal when editing an existing one | Melvin Louwerse | |
Use popup_dialog() instead of popup_centered() to show edit dialog/ With popup_centered it is not possible to change the displayed signal name. When this is not set the previous shown name is show for the current dialog. This is no problem when creating a new conenction as popop_dialog is used there and this would update the title. Fixes #42074 | |||
2020-09-15 | makerst: Add missing newline at EOF | Rémi Verschelde | |
2020-09-15 | Merge pull request #41776 from EricEzaM/PR/tooltip-bugfixes | Rémi Verschelde | |
Tooltip flickering and targeting fixes. | |||
2020-09-15 | Tooltip flickering and targeting fixes. | Eric M | |