Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-03 | Merge pull request #37756 from madmiraal/fix-x11-pressure-tilt | Rémi Verschelde | |
Fix X11 pressure and tilt values. | |||
2020-05-03 | Merge pull request #32534 from Xrayez/fix-dict2inst-init | Rémi Verschelde | |
Make `dict2inst` to work with arbitrary `_init` parameters | |||
2020-05-03 | Merge pull request #38275 from DSteve595/indented-block-line | Rémi Verschelde | |
Mark "Indented block expected" error after function declaration | |||
2020-05-03 | Merge pull request #38421 from Calinou/remove-cpp11-polyfills | Rémi Verschelde | |
Remove some C++11 polyfill defines that are no longer needed | |||
2020-05-03 | Merge pull request #38422 from RandomShaper/fix_stb_vorbis | Rémi Verschelde | |
Fix crash in stb_vorbis.c | |||
2020-05-03 | Fix crash in stb_vorbis.c | Pedro J. Estébanez | |
2020-05-02 | Mention offending function name in "Indented block expected" error | Steven Schoen | |
2020-05-03 | Remove some C++11 polyfill defines that are no longer needed | Hugo Locurcio | |
2020-05-02 | Merge pull request #38413 from BastiaanOlij/add_missing_6dofjoint_enums | Rémi Verschelde | |
Added missing spring enums for generic_6dof_joint | |||
2020-05-02 | Added missing spring enums for generic_6dof_joint | Bastiaan Olij | |
2020-05-01 | Merge pull request #38395 from Calinou/doc-tween-fix-rst-conversion | Rémi Verschelde | |
Tweak Tween cheatsheet link formatting to avoid rST conversion bug | |||
2020-05-01 | Tweak Tween cheatsheet link formatting to avoid rST conversion bug | Hugo Locurcio | |
reStructuredText doesn't allow embedding links in bold/italic text. | |||
2020-05-01 | Merge pull request #38380 from dreamsComeTrue/soft-reload-scripts-shortcut | Rémi Verschelde | |
Fix Soft Reload Script shortcut clash with Replace in Files | |||
2020-05-01 | Merge pull request #38346 from jitspoe/master.fix_uninitialized_particle_param | Rémi Verschelde | |
Fix custom w component being uninitialized on CPU particles. | |||
2020-05-01 | Merge pull request #38105 from AndreaCatania/AndreaCatania-patch-2 | Fabio Alessandrelli | |
Removed noisy ERR check from Multiplayer API. | |||
2020-05-01 | Merge pull request #37414 from Schroedi/fix_html_mouse_input | Fabio Alessandrelli | |
Move wheel handlers from window to canvas element in HTML | |||
2020-05-01 | i18n: Sync translate template for class reference | Rémi Verschelde | |
2020-05-01 | doc: Sync classref with current source | Rémi Verschelde | |
2020-05-01 | Fix Soft Reload Script shortcut clash with Replace in Files | Dominik 'dreamsComeTrue' Jasiński | |
Fixes: #38362 | |||
2020-05-01 | thirdparty: List release years in README.md | Rémi Verschelde | |
And expand commit hashes to full hashes instead of shortened ones. | |||
2020-05-01 | Merge pull request #37939 from MrRevington/SpriteFramesEditoAtlasTextureSupport | Rémi Verschelde | |
Add AtlasTexture support in SpriteFrames Editor | |||
2020-04-30 | Add AtlasTexture support in SpriteFrames Editor - Add Frames from a Sprite Sheet | MrRevington | |
2020-04-30 | Merge pull request #37608 from Darenn/fix-bbcode-parsing-in-RichTextLabel | Rémi Verschelde | |
Fixed bbcode parsing for built-in RichTextEffects in RichTextLabel | |||
2020-04-30 | Merge pull request #38365 from akien-mga/tinyexr-4dbd05a | Rémi Verschelde | |
tinyexr: Sync with upstream 4dbd05a + enable C++11 threaded loading | |||
2020-04-30 | Merge pull request #38364 from akien-mga/recast-57610fa | Rémi Verschelde | |
Recast: Update to upstream commit 57610fa (2019) | |||
2020-04-30 | Make `dict2inst` to work with arbitrary `_init` parameters | Andrii Doroshenko (Xrayez) | |
This is achieved by skipping initializer call while creating an instance of a GDScript. This is implemented by passing -1 as an argument count to `_new` and interpreting any value below 0 to mean that the initializer should not be called during instantiation, because internal members of an instance are going to be overridden afterwards. | |||
2020-04-30 | Merge pull request #38363 from akien-mga/pcre2-10.34 | Rémi Verschelde | |
pcre2: Update to upstream version 10.34 | |||
2020-04-30 | Merge pull request #38361 from akien-mga/stb_vorbis-1.19 | Rémi Verschelde | |
stb_vorbis: Update to upstream version 1.19 | |||
2020-04-30 | Merge pull request #38360 from akien-mga/drop-unused-curl_hostcheck | Rémi Verschelde | |
Drop now unused curl_hostcheck.c | |||
2020-04-30 | Merge pull request #38359 from akien-mga/fastlz-0.5.0 | Rémi Verschelde | |
FastLZ: Update to upstream version 0.5.0 | |||
2020-04-30 | Merge pull request #38337 from RandomShaper/time_rollback | Rémi Verschelde | |
Improve shader time roll over | |||
2020-04-30 | tinyexr: Enable C++11 threaded loading | Rémi Verschelde | |
2020-04-30 | tinyexr: Sync with upstream 4dbd05a | Rémi Verschelde | |
2020-04-30 | Recast: Update to upstream commit 57610fa (2019) | Rémi Verschelde | |
2020-04-30 | pcre2: Update to upstream version 10.34 | Rémi Verschelde | |
Changelog: https://vcs.pcre.org/pcre2/code/tags/pcre2-10.34/ChangeLog?view=markup | |||
2020-04-30 | stb_vorbis: Update to upstream version 1.19 | Rémi Verschelde | |
1.19 - 2020-02-05 - warnings 1.18 - 2020-02-02 - fix seek bugs; parse header comments; misc warnings etc. | |||
2020-04-30 | Drop now unused curl_hostcheck.c | Rémi Verschelde | |
One less thirdparty library to document \o/ | |||
2020-04-30 | FastLZ: Update to upstream version 0.5.0 | Rémi Verschelde | |
Upstream development restarted after 13 years. Changes: 2020-02-02: Version 0.5.0 Minor speed improvement on the decompressor. Prevent memory violation when decompressing corrupted input. 2020-01-10: Version 0.4.0 Only code & infrastructure clean-up, no new functionality. | |||
2020-04-30 | Fixed bbcode parsing for built-in RichTextEffects in RichTextLabel | Darenn | |
RichTextEffect can now have a bbcode string starting like one of the built-in. It was impossible before as the built-in would take precedence over the custom effect that has the same bbcode start. Example : [fade] would take precedence over [fade_in] | |||
2020-04-30 | Improve shader time roll over | Pedro J. Estébanez | |
- Resurrect it for GL ES 2 - Add it to the Vulkan rasterizer - Expose the setting from the `RenderingServer`, since it does not belong in any specific rasterizer | |||
2020-04-30 | Merge pull request #38073 from akien-mga/enet-1.3.15 | Rémi Verschelde | |
enet: Update to upstream version 1.3.15 | |||
2020-04-30 | Merge pull request #38330 from Calinou/doc-image-load-formats | Rémi Verschelde | |
Document the formats supported by `Image.load()` | |||
2020-04-30 | Merge pull request #38325 from Calinou/editor-no-focus-on-align-with-view | Rémi Verschelde | |
Don't focus the selection after using Align Transform With View | |||
2020-04-30 | Merge pull request #38344 from ExpiredPopsicle/culling5_master | Rémi Verschelde | |
Fixed false positives in the culling system (master branch version). | |||
2020-04-30 | Fix custom w component being uninitialized on CPU particles. | jitspoe | |
(cherry picked from commit 38085f2f6982c491935a434bb45e358dbebe1714) (cherry picked from commit b9c280b73ff6a13ea490d2da0f2728bcef3038dc) | |||
2020-04-29 | Fixed false positives in the culling system. | Kiri Jolly | |
This fixes numerous false positives coming out of the culling system. AABB checks are now a full separating-axis check against the frustum, with the points of the frustum being compared to the planes of the box just as the points of the box were being compared to the planes of the frustum. This fixes large objects behind the camera not being culled correctly. Some systems that used frustums that were (sometimes mistakenly?) unbounded on one or more side have been modified to be fully enclosed. | |||
2020-04-29 | Fixed unbounded dual-paraboloid shadow map culling. | Kiri Jolly | |
Dual paraboloid shadowmaps were ending up with infinitely large volumes of area behind the hemisphere un-culled. This change just adds a back plane to the convex shape used for the culling volume. | |||
2020-04-30 | Merge pull request #38328 from Nannaquin/master | Ignacio Roldán Etcheverry | |
Fix growMargin() not returning modified Rect2/Rect2i in Mono | |||
2020-04-29 | Document the formats supported by `Image.load()` | Hugo Locurcio | |
This partially addresses #32166. | |||
2020-04-29 | Merge pull request #38288 from RandomShaper/imvu/fix_not_freed_gdsfuncstate | Rémi Verschelde | |
Fix leaked objects when game ends with yields in progress |