summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-11Add function `LocalVector::remove_unordered`AndreaCatania
Added LocalVector unit tests.
2021-01-10Merge pull request #45054 from dsnopek/webxr-yaxis-masterRémi Verschelde
Invert the Y-axis on thumbsticks and trackpads in WebXR
2021-01-10Merge pull request #45071 from Faless/js/4.x_sync_fixesFabio Alessandrelli
[HTML5] Fix master build
2021-01-10Merge pull request #40837 from madmiraal/update-copyrightRémi Verschelde
Update COPYRIGHT.txt to reflect recent file location and name changes, and a few other minor corrections.
2021-01-10[HTML5] Reorganize build script.Fabio Alessandrelli
Simplify helper functions, fix env/sys_env confusion and depends for externs and pre-js.
2021-01-10Fix JavaScript platform after MainLoop methods rename.Fabio Alessandrelli
2021-01-10Fix WebXR module.Fabio Alessandrelli
Some functions and enums were renamed in 4.0 but not updated in the WebXR code.
2021-01-10Sync RasterizerDummy.Fabio Alessandrelli
2021-01-10Update COPYRIGHT.txt to reflect recent file location and name changes,Marcel Admiraal
and a few other minor corrections.
2021-01-09Invert the Y-axis on thumbsticks and trackpads in WebXRDavid Snopek
2021-01-08Merge pull request #45021 from akien-mga/spirv-reflect-c0ce03aRémi Verschelde
spirv-reflect: Update to upstream commit c0ce03a (Jan 6, 2021)
2021-01-08Merge pull request #45020 from akien-mga/pcre-10.36Rémi Verschelde
pcre2: Update to upstream version 10.36
2021-01-08spirv-reflect: Update to upstream commit c0ce03a (Jan 6, 2021)Rémi Verschelde
2021-01-08Merge pull request #45017 from akien-mga/r128-1.4.4Rémi Verschelde
r128: Update to upstream 1.4.4, fixes warnings
2021-01-08pcre2: Update to upstream version 10.36Rémi Verschelde
Changelog: https://vcs.pcre.org/pcre2/code/tags/pcre2-10.36/ChangeLog?view=markup
2021-01-08r128: Update to upstream 1.4.4, fixes warningsRémi Verschelde
2021-01-08Merge pull request #45013 from akien-mga/enet-1.3.17Fabio Alessandrelli
enet: Sync with upstream 1.3.17
2021-01-08Merge pull request #45016 from akien-mga/thirdparty-copyright-updateRémi Verschelde
COPYRIGHT: Update with recent additions, cleanup
2021-01-08Merge pull request #45014 from Xrayez/doctest-comma-loggingRémi Verschelde
Use comma over `<<` operator for all unit test logging
2021-01-08COPYRIGHT: Update with recent additions, cleanupRémi Verschelde
Also include public domain assets in `COPYRIGHT.txt` with Unlicence text or dual-licensing scheme. And document commit hashes for most thirdparty code in `thirdparty/README.md` for clarity, and in case there's no tag matching the included version numbers.
2021-01-08Use comma over `<<` operator for all unit test loggingAndrii Doroshenko (Xrayez)
The comma operator should be preferred now according to doctest. Moved macro aliases from `ClassDB` tests to `test_macros.h`, because those are also used in `TextServer` tests.
2021-01-08enet: Sync with upstream 1.3.17Rémi Verschelde
2021-01-08Merge pull request #45012 from akien-mga/zstd-1.4.8Rémi Verschelde
zstd: Update to upstream version 1.4.8
2021-01-08Merge pull request #45011 from akien-mga/doctest-2.4.4Rémi Verschelde
doctest: Update to 2.4.4
2021-01-08doctest: Update to 2.4.4Rémi Verschelde
Make ClassDB test macros enforce their msg to be constructed as String, since doctest 2.4.2 changes the message passing to vararg.
2021-01-08zstd: Update to upstream version 1.4.8Rémi Verschelde
2021-01-08Merge pull request #45008 from akien-mga/rtl-fix-build-35505Rémi Verschelde
RichTextLabel: Fix build after #35505
2021-01-08RichTextLabel: Fix build after #35505Rémi Verschelde
Should have rebased before merging.
2021-01-08Merge pull request #35505 from dalexeev/rtl_colorsRémi Verschelde
Unified named colors in RichTextLabel
2021-01-08Merge pull request #41395 from AberrantWolf/tooltips_appear_on_same_screenRémi Verschelde
Make tooltips appear on the same screen as the editor
2021-01-08Merge pull request #45006 from pihdastudios/masterRémi Verschelde
make EditorSceneImporterGLTF and GLTFMesh APIType::API_EDITOR
2021-01-08Merge pull request #44283 from jeffuntildeath/fix-stf-offsetRémi Verschelde
Fixed incorrect offset of snap to floor
2021-01-08make EditorSceneImporterGLTF and GLTFMesh APIType::API_EDITORNutmegStudio
2021-01-07Merge pull request #44995 from ↵Rémi Verschelde
Calinou/html5-editor-improve-link-color-visibility Make links on the HTML5 editor more readable
2021-01-07Make links on the HTML5 editor more readableHugo Locurcio
This also tweaks the focus style to apply to all elements for better keyboard navigation.
2021-01-07Merge pull request #42574 from madmiraal/fix-one-way-collisionsRémi Verschelde
Fix multiple issues with one-way collisions
2021-01-07Merge pull request #44918 from Chaosus/vs_assign_default_valueRémi Verschelde
Auto-assign default value for variable in visual script on type changing
2021-01-07Merge pull request #44980 from RandomShaper/fix_res_lifetimeRémi Verschelde
Fix cases of resources destroyed too early
2021-01-07Merge pull request #44986 from aaronfranke/audiostreamRémi Verschelde
Descriptive error message when using AudioStream(OGG/MP3) incorrectly
2021-01-07Merge pull request #44832 from nathansmith339/opensimplex-optimizationRémi Verschelde
OpenSimplex data optimization
2021-01-07Merge pull request #44983 from KoBeWi/only_the_namesRémi Verschelde
Clarify class_get_method_list() in release exports
2021-01-07Revert "Fixed EditorPropertyText change signal emission."Rémi Verschelde
This reverts commit ed1f208ec4c1111a450fe1401c3378b973c7a6e5. This caused a regression: #44854. Another PR will re-apply these changes while handling the regression: #44982. Fixes #44854.
2021-01-07Fix multiple issues with one-way collisionsMarcel Admiraal
For RigidBodies, uses the collision normal determined by relative motion to determine whether or not a one-way collision has occurred. For KinematicBodies, performs additional checks to ensure a one-way collision has occurred, and averages the recovery step over all collision shapes. Co-authored-by: Sergej Gureev <sergej.gureev@relex.fi>
2021-01-07Make tooltips appear on the same display as the editorAberrantWolf
The `current_screen` field was never being set on tooptip windows, leading to scenarios where, if the editor wasn't on screen 0, tooltips may not appear in the right place, especially when your screens have different resolutions.
2021-01-07Descriptive error message when using AudioStream(OGG/MP3) incorrectlyAaron Franke
2021-01-06Optimize data format for OpenSimplex imagesnevarek
The previous RGBA format included unused RGB data. Using the LA8 format removes the need to store the extra data. The Docs have been updated to reflect the format changes.
2021-01-07Clarify class_get_method_list() in release exportskobewi
2021-01-06Fix cases of resources destroyed too earlyPedro J. Estébanez
2021-01-06Merge pull request #44971 from nekomatata/fix-string-property-updateRémi Verschelde
Update String property field only when text has changed
2021-01-06Update String property field only when text has changedPouleyKetchoupp
Avoids resetting the cursor position when the inspector updates while editing a string property. Fixes #42488