| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add Linux Editor tests workflow matrix
Add Windows Editor w/ Mono workflow matrix
Add Generate Glue Code job to Windows workflow
Add Build GodotSharp job to Windows workflow
Add godot compatibility version references
Add Godot author info
Add Godot version compatibility info
Add Godot donor info
Add Godot authors and donors to editor_about.cpp
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
|\
| |
| |
| | |
Update HarfBuzz to 10.0.1
|
| | |
|
|\ \
| | |
| | |
| | | |
Update bcdec to latest version
|
| |/ |
|
|/
|
|
| |
Also fixes Vulkan build problem with recent Clang.
|
|\
| |
| |
| | |
Replace squish with bcdec for BC decompression
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
Move library initialization to module registration functions.
Only set library debug threshold when verbose output is enabled.
TLSv1.3 functions seems to be a bit more verbose then expected, and
generate a lot of noise. Yet, some level of debugging without
recompiling the engine would be nice. We should discuss this upstream.
|
|
|
|
|
|
| |
Keep support for major 17 by using a version check for the changed API.
Fixes #93907.
|
|
|
|
|
|
| |
More fixes to rendering of SVG files with broken text tags.
Also backports upstream patch to fix #97078.
|
| |
|
|
|
|
|
|
|
|
|
| |
Fixes #96491.
Update fix for #96262 to a simple revert of the problematic commit,
as the upstream fix is still being debated and caused other issues.
Also include fix for upstream regression 2715 added in 0.14.9.
|
|\
| |
| |
| | |
[mbedTLS] Update to 3.6.1
|
| | |
|
| |
| |
| |
| | |
Fixes #96262 by backporting https://github.com/thorvg/thorvg/pull/2702.
|
|/ |
|
|\
| |
| |
| | |
ResourceImporterWAV: Fix memory leak on QOA import
|
| | |
|
|/
|
|
| |
Fixes #95861.
|
|\
| |
| | |
Add Betsy to speed up BC6 compression
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| | |
Update OpenXR thirdparty library to 1.1.38
|
| | |
|
|\ \
| |/
|/|
| | |
Report shader arrays sized after spec constants as zero-sized
|
| |
| |
| |
| | |
This effectively disables validation of the size of the data provided.
|
| |
| |
| |
| |
| |
| | |
The ENetDTLSServer socket implementation should avoid reporting errors
during send and receive operations, unless the socket is effectively no
longer usable (and thus ENet should close it).
|
|\ \
| |/
|/|
| | |
embree: Fix include order causing unwanted dllexport symbols
|
| | |
|
| | |
|
|/
|
|
| |
+ Fixes SVG: Graphical objects stored in <defs> shouldn't be rendered directly.
|
| |
|
|
|
|
|
| |
+ Fixes the v0.13.8 svg text error issue.
+ See https://github.com/thorvg/thorvg/releases/tag/v0.14.0
|
|\
| |
| |
| | |
thorvg: Update to 0.13.8
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| | |
[Wayland] Implement IME support.
|
| | |
|
| |
| |
| |
| |
| | |
They're of little help, and just adds to the possibility of causing
deadlocks.
|
|\ \
| |/
|/|
| | |
EGL: Use `EGL_EXT_platform_base` whenever possible
|
| |
| |
| |
| |
| |
| | |
This avoids any assumption from the driver, which would otherwise select
a specific platform and potentially mess up everything, resulting
usually in a display server failure.
|
|\ \
| | |
| | |
| | | |
CI: Hotfix for build error with newer clang++
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It will be included in the next release at some point.
- https://github.com/RenderKit/embree/issues 486
"fix output operator"
[ 30%] Compiling thirdparty/embree/kernels/common/accelset.cpp ...
In file included from thirdparty/embree/kernels/common/device.cpp:12:
In file included from thirdparty/embree/kernels/common/scene_curves.h:10:
thirdparty/embree/kernels/common/../subdiv/bezier_curve.h:138:56:
error: no member named 'u' in 'QuadraticBezierCurve<V>'
138 | return cout << "QuadraticBezierCurve ( (" << a.u.lower << ", "
<< a.u.upper << "), " << a.v0 << ", " << a.v1 << ", " << a.v2 << ")";
...
|
|\ \ \
| |/ /
|/| |
| | | |
qoa: Apply upstream patches
|
| | | |
|