summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-21Better description of the binds parameter of connectBenjamin Navarro
Now states how binds are handled if they are used together with parameters passed to emit_signal
2019-11-21Merge pull request #33779 from clayjohn/bugfixes_from_env_map_fixRémi Verschelde
Fix bugs introduced by IBL fixes
2019-11-20Fix bugs introduced by IBL fixesclayjohn
2019-11-20Merge pull request #33583 from qarmin/fix_overflows_unitializedRémi Verschelde
Fix some overflows and unitialized variables
2019-11-20Merge pull request #33759 from bruvzg/arkit_dyn_loadRémi Verschelde
[iOS] Link and load ARKit framework dynamically.
2019-11-20Merge pull request #33734 from merumelu/editor-vcs-initRémi Verschelde
Editor: fix typo in VCS plugin method names
2019-11-20Merge pull request #33769 from fire/33714Rémi Verschelde
33714 Crash fixes for GLTF2 and FBX
2019-11-2033714 Check if the image is null before use.K. S. Ernest (iFire) Lee
2019-11-2033714 If the gltf2 asset has no scene, it is corrupt.K. S. Ernest (iFire) Lee
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-20Merge pull request #33763 from neikeq/issue-33725Rémi Verschelde
Fix C# export error dialog showing up when it should not
2019-11-20Fix C# export error dialog showing up when it should notIgnacio Etcheverry
2019-11-20Merge pull request #33750 from lupoDharkael/gradientRémi Verschelde
GradientEdit: Fix index crashes
2019-11-20Merge pull request #33737 from KoBeWi/they_came_from_canvasRémi Verschelde
Cancel drag when selection changes
2019-11-20[iOS] Link and load ARKit framework dynamically.bruvzg
2019-11-20Merge pull request #33757 from akien-mga/pcre2-optional-jitRémi Verschelde
pcre2: Use scons option to disable JIT on some platforms
2019-11-20Merge pull request #33754 from stoofin/stoofin-patch-1Rémi Verschelde
Fixed bug caused by a copy/paste error in Face3::get_closest_point_to
2019-11-20pcre2: Use scons option to disable JIT on some platformsRé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-20Merge pull request #33668 from clayjohn/Fix_environment_mapping_issuesRémi Verschelde
Fix issues with environment mapping
2019-11-19Fix issues with environment mappingclayjohn
2019-11-19Fixed bug caused by a copy/paste error in Face3::get_closest_point_tostoofin
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-19GradientEdit: Fix index crasheslupoDharkael
2019-11-19Merge pull request #33742 from volzhs/external-androidvr-msaaRémi Verschelde
Rename External MSAA to AndroidVR MSAA on Viewport property
2019-11-19Merge pull request #33740 from neikeq/issue-33363Rémi Verschelde
Mono/C#: Bundle libmono-btls-shared.dll on Windows if it exists
2019-11-20Rename External MSAA to AndroidVR MSAA on Viewport propertyvolzhs
following up f392c4ea7a778db6c5c73a1c6b9348b84707ee81
2019-11-19Mono/C#: Bundle libmono-btls-shared.dll on Windows if it existsIgnacio Etcheverry
2019-11-19Cancel drag when selection changesTomasz Chabora
2019-11-19Editor: fix typo in VCS plugin method namesmerumelu
2019-11-19Travis: Drop support for coverity_scan, we do not use itRé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-19Merge pull request #33720 from BastiaanOlij/fix_gles2_rgb8Rémi Verschelde
Need to use GL_RGB8 and GL_RGBA8 as the internal format for GLES2
2019-11-19Need to use GL_RGB8 and GL_RGBA8 as the internal format for GLES2Bastiaan Olij
2019-11-19Merge pull request #33673 from YeldhamDev/script_templates_lines_styleRémi Verschelde
Make the script templates' blank lines conform with the official style guide
2019-11-19Merge pull request #33728 from akien-mga/emscripten-1.39.1-link-idbfs.jsRémi Verschelde
HTML5: Explicitly link idbfs.js for IDBFS support
2019-11-19Merge pull request #33700 from nekomatata/sprite-add-label-overlapRémi Verschelde
Fixed "Add Sprite..." label overlapping with zoom controls
2019-11-19HTML5: Explicitly link idbfs.js for IDBFS supportRé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-19Merge pull request #33527 from clayjohn/GLES2-bufferdata_optimizationRémi Verschelde
Improve glBufferSubData usage where safe
2019-11-18Merge pull request #33719 from KoBeWi/the_truthRémi Verschelde
Consider locked moving objects when updating viewport
2019-11-18Consider locked moving objects when updating viewportTomasz Chabora
2019-11-18Merge pull request #33706 from madmiraal/fix-c4146-warningRémi Verschelde
Fix Visual Studio throwing C4146 warning.
2019-11-18Merge pull request #33693 from clayjohn/GLES2-fix_negative_lights_poppingRémi Verschelde
Fix negative light flickering
2019-11-18Fix Visual Studio throwing C4146 warning.Marcel Admiraal
2019-11-18Merge pull request #33703 from neikeq/issue-32899Rémi Verschelde
C#: Throw NullReferenceException for null NodePath/RID params
2019-11-18C#: Throw NullReferenceException for null NodePath/RID paramsIgnacio Etcheverry
2019-11-18Fixed "Add Sprite..." label overlapping with zoom controlsPouleyKetchoupp
2019-11-18Merge pull request #33698 from akien-mga/revert-opus-1.3.1-pr33311Rémi Verschelde
Revert "Update opus to 1.3.1 and opusfile to 0.11"
2019-11-18Merge pull request #33697 from nekomatata/debugger-tabs-min-sizeRémi Verschelde
Fixed ScriptEditorDebugger minimum size
2019-11-18Revert "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-18Revert "opus: Packaging fixups after #33311"Rémi Verschelde
This reverts commit 0387657fa4c3c71c6cb427ce7ed8bbcdf17ba7e1.
2019-11-18Fixed ScriptEditorDebugger minimum sizePouleyKetchoupp
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-18Merge pull request #33686 from KoBeWi/relanRémi Verschelde
Fix animation key snapping at high zooms