Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | |
2020-09-15 | Merge pull request #42065 from Calinou/editor-toggle-console-subsystem | Rémi Verschelde | |
Only display the Windows toggle console option if it can actually be used | |||
2020-09-15 | Merge pull request #42061 from madmiraal/fix-41743 | Rémi Verschelde | |
Fix Bullet prioritised list of Areas a RigidBody is a member of element shift. | |||
2020-09-14 | Only display the Windows toggle console option if it can actually be used | Hugo Locurcio | |
2020-09-14 | Merge pull request #42064 from Scony/add-numeric-literals-test-cases | Rémi Verschelde | |
Add test cases for numeric literals with underscores | |||
2020-09-14 | Merge pull request #42059 from dalexeev/docs_improvements | Rémi Verschelde | |
Several documentation improvements | |||
2020-09-14 | Add test cases for numeric literals with underscores | Pawel Lampe | |
2020-09-14 | Fix RigidBodyBullet areasWhereIam element shift. | Marcel Admiraal | |
2020-09-14 | Several documentation improvements | Danil Alexeev | |
2020-09-14 | Merge pull request #42036 from Calinou/doc-object-metadata-remove | Rémi Verschelde | |
Document how to remove metadata from an Object | |||
2020-09-14 | Document how to remove metadata from an Object | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4010. | |||
2020-09-14 | Merge pull request #42042 from tdaffin/log_fatal_mono_errors | Rémi Verschelde | |
Add mono log message to error for fatal errors |