Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-21 | Better description of the binds parameter of connect | Benjamin Navarro | |
Now states how binds are handled if they are used together with parameters passed to emit_signal | |||
2019-11-21 | Merge pull request #33779 from clayjohn/bugfixes_from_env_map_fix | Rémi Verschelde | |
Fix bugs introduced by IBL fixes | |||
2019-11-20 | Fix bugs introduced by IBL fixes | clayjohn | |
2019-11-20 | Merge pull request #33583 from qarmin/fix_overflows_unitialized | Rémi Verschelde | |
Fix some overflows and unitialized variables | |||
2019-11-20 | Merge pull request #33759 from bruvzg/arkit_dyn_load | Rémi Verschelde | |
[iOS] Link and load ARKit framework dynamically. | |||
2019-11-20 | Merge pull request #33734 from merumelu/editor-vcs-init | Rémi Verschelde | |
Editor: fix typo in VCS plugin method names | |||
2019-11-20 | Merge pull request #33769 from fire/33714 | Rémi Verschelde | |
33714 Crash fixes for GLTF2 and FBX | |||
2019-11-20 | 33714 Check if the image is null before use. | K. S. Ernest (iFire) Lee | |
2019-11-20 | 33714 If the gltf2 asset has no scene, it is corrupt. | K. S. Ernest (iFire) Lee | |
2019-11-20 | Fix some overflows and unitialized variables | Rafał Mikrut | |
2019-11-20 | Merge pull request #33763 from neikeq/issue-33725 | Rémi Verschelde | |
Fix C# export error dialog showing up when it should not | |||
2019-11-20 | Fix C# export error dialog showing up when it should not | Ignacio Etcheverry | |
2019-11-20 | Merge pull request #33750 from lupoDharkael/gradient | Rémi Verschelde | |
GradientEdit: Fix index crashes | |||
2019-11-20 | Merge pull request #33737 from KoBeWi/they_came_from_canvas | Rémi Verschelde | |
Cancel drag when selection changes | |||
2019-11-20 | [iOS] Link and load ARKit framework dynamically. | bruvzg | |
2019-11-20 | Merge pull request #33757 from akien-mga/pcre2-optional-jit | Rémi Verschelde | |
pcre2: Use scons option to disable JIT on some platforms | |||
2019-11-20 | Merge pull request #33754 from stoofin/stoofin-patch-1 | Rémi Verschelde | |
Fixed bug caused by a copy/paste error in Face3::get_closest_point_to | |||
2019-11-20 | pcre2: Use scons option to disable JIT on some platforms | Rémi Verschelde | |
Third-party platforms (e.g. console ports) need to be able to disable JIT support in the regex module too, so it can't be hardcoded in the module SCsub. This is cleaner this way anyway. Fixes #19316. | |||
2019-11-20 | Merge pull request #33668 from clayjohn/Fix_environment_mapping_issues | Rémi Verschelde | |
Fix issues with environment mapping | |||
2019-11-19 | Fix issues with environment mapping | clayjohn | |
2019-11-19 | Fixed bug caused by a copy/paste error in Face3::get_closest_point_to | stoofin | |
s * edge0 = -d / a * edge0 = -edge0⋅v0 / (edge0⋅edge0) * edge0 = vector projection of -v0 onto edge0 By incorrectly using -e/c instead of -d/a, Face3::get_closest_point_to was returning the wrong point in certain cases. Specifically, I noticed it returning vertex[0] when it should have been returning vertex[1]. | |||
2019-11-19 | GradientEdit: Fix index crashes | lupoDharkael | |
2019-11-19 | Merge pull request #33742 from volzhs/external-androidvr-msaa | Rémi Verschelde | |
Rename External MSAA to AndroidVR MSAA on Viewport property | |||
2019-11-19 | Merge pull request #33740 from neikeq/issue-33363 | Rémi Verschelde | |
Mono/C#: Bundle libmono-btls-shared.dll on Windows if it exists | |||
2019-11-20 | Rename External MSAA to AndroidVR MSAA on Viewport property | volzhs | |
following up f392c4ea7a778db6c5c73a1c6b9348b84707ee81 | |||
2019-11-19 | Mono/C#: Bundle libmono-btls-shared.dll on Windows if it exists | Ignacio Etcheverry | |
2019-11-19 | Cancel drag when selection changes | Tomasz Chabora | |
2019-11-19 | Editor: fix typo in VCS plugin method names | merumelu | |
2019-11-19 | Travis: Drop support for coverity_scan, we do not use it | Rémi Verschelde | |
The UX is pretty bad, and the fact that all reports are private by default with no option to make them public makes Coverity Scan hardly usable in a community-driven project. | |||
2019-11-19 | Merge pull request #33720 from BastiaanOlij/fix_gles2_rgb8 | Rémi Verschelde | |
Need to use GL_RGB8 and GL_RGBA8 as the internal format for GLES2 | |||
2019-11-19 | Need to use GL_RGB8 and GL_RGBA8 as the internal format for GLES2 | Bastiaan Olij | |
2019-11-19 | Merge pull request #33673 from YeldhamDev/script_templates_lines_style | Rémi Verschelde | |
Make the script templates' blank lines conform with the official style guide | |||
2019-11-19 | Merge pull request #33728 from akien-mga/emscripten-1.39.1-link-idbfs.js | Rémi Verschelde | |
HTML5: Explicitly link idbfs.js for IDBFS support | |||
2019-11-19 | Merge pull request #33700 from nekomatata/sprite-add-label-overlap | Rémi Verschelde | |
Fixed "Add Sprite..." label overlapping with zoom controls | |||
2019-11-19 | HTML5: Explicitly link idbfs.js for IDBFS support | Rémi Verschelde | |
Upstream Emscripten changed this in 1.39.1+, so IDBFS is no longer included by default and has to be linked manually. The explicit linking doesn't seem to be problematic on earlier versions (tested `1.38.47-upstream`). Fixes #33724. | |||
2019-11-19 | Merge pull request #33527 from clayjohn/GLES2-bufferdata_optimization | Rémi Verschelde | |
Improve glBufferSubData usage where safe | |||
2019-11-18 | Merge pull request #33719 from KoBeWi/the_truth | Rémi Verschelde | |
Consider locked moving objects when updating viewport | |||
2019-11-18 | Consider locked moving objects when updating viewport | Tomasz Chabora | |
2019-11-18 | Merge pull request #33706 from madmiraal/fix-c4146-warning | Rémi Verschelde | |
Fix Visual Studio throwing C4146 warning. | |||
2019-11-18 | Merge pull request #33693 from clayjohn/GLES2-fix_negative_lights_popping | Rémi Verschelde | |
Fix negative light flickering | |||
2019-11-18 | Fix Visual Studio throwing C4146 warning. | Marcel Admiraal | |
2019-11-18 | Merge pull request #33703 from neikeq/issue-32899 | Rémi Verschelde | |
C#: Throw NullReferenceException for null NodePath/RID params | |||
2019-11-18 | C#: Throw NullReferenceException for null NodePath/RID params | Ignacio Etcheverry | |
2019-11-18 | Fixed "Add Sprite..." label overlapping with zoom controls | PouleyKetchoupp | |
2019-11-18 | Merge pull request #33698 from akien-mga/revert-opus-1.3.1-pr33311 | Rémi Verschelde | |
Revert "Update opus to 1.3.1 and opusfile to 0.11" | |||
2019-11-18 | Merge pull request #33697 from nekomatata/debugger-tabs-min-size | Rémi Verschelde | |
Fixed ScriptEditorDebugger minimum size | |||
2019-11-18 | Revert "Update opus to 1.3.1 and opusfile to 0.11" | Rémi Verschelde | |
This reverts commit e00426c512a7905f5f925d382c443bab7a0ca693. The way we handle platform-specific intrinsics is not good, so the current state will not compile on armv8. This commit also requires SSE4.1 support, which is likely not a good idea for portable binaries. We'll have to redo this with more caution after 3.2 is released, or we might simply drop opus as we're only using it as dependency for theora right now. Fixes #33606. | |||
2019-11-18 | Revert "opus: Packaging fixups after #33311" | Rémi Verschelde | |
This reverts commit 0387657fa4c3c71c6cb427ce7ed8bbcdf17ba7e1. | |||
2019-11-18 | Fixed ScriptEditorDebugger minimum size | PouleyKetchoupp | |
Changed to MarginContainer to enforce debugger tabs minimum size on the parent, avoids overlapping controls with Profiler and Network Profiler tabs. Fixes #20837 | |||
2019-11-18 | Merge pull request #33686 from KoBeWi/relan | Rémi Verschelde | |
Fix animation key snapping at high zooms |