summaryrefslogtreecommitdiffstats
path: root/COPYRIGHT.txt
Commit message (Collapse)AuthorAgeFilesLines
* etcpak: Update to upstream release 1.0 (June 4, 2022)Rémi Verschelde2022-06-101-1/+1
| | | | | No change compared to our previous commit, just documentation update and a release tag we can track.
* Fix typo for TAA resolve shader in `COPYRIGHT.txt`Hugo Locurcio2022-06-081-1/+1
|
* Merge pull request #61319 from JFonS/taa_wipRémi Verschelde2022-06-071-0/+5
|\ | | | | Initial TAA implementation
| * Initial TAA implementationjfons2022-06-071-0/+5
| | | | | | | | | | | | Initial TAA support based on the implementation in Spartan Engine. Motion vectors are correctly generated for camera and mesh movement, but there is no support for other things like particles or skeleton deformations.
* | Allow picking similar colours using OKHSL.K. S. Ernest (iFire) Lee2022-06-071-0/+6
|/
* Add and improve license attribution for SSAO and SSIL shader codeclayjohn2022-05-311-0/+13
|
* Fix the logic to restart the Godot applicationFredia Huya-Kouadio2022-05-231-0/+5
|
* Merge pull request #61132 from akien-mga/freetype-cleanupRémi Verschelde2022-05-171-1/+1
|\ | | | | FreeType: Cleanup some unused files
| * FreeType: Cleanup some unused filesRémi Verschelde2022-05-171-1/+1
| |
* | pcre2: Update to upstream version 10.40Rémi Verschelde2022-05-171-2/+2
|/ | | | Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.40/ChangeLog
* Remove ad-hoc FBX importerRémi Verschelde2022-03-301-7/+0
| | | | | | | | | | | | | | | | | This importer was the fruit of a lot of amazing reverse engineering work by RevoluPowered, based on the original Assimp importer that was introduced by fire. While promising and well tuned for a specific type of FBX scenes, it was found to have many flaws to support the many FBX exporters and legacy models that Godot users want to use. As we currently lack a maintainer to improve it, those issues are left unresolved and FBX import is still sub-par in the current Godot releases. After some experimentation, we're instead adding a new importer that relies on Facebook's `fbx2gltf` command line tool to convert FBX to glTF, so that we can then use our well-maintained glTF importer. See #59653 and https://github.com/facebookincubator/FBX2glTF for details.
* Merge pull request #56718 from Geometror/noise-overhaulRémi Verschelde2022-03-281-5/+4
|\
| * Add FastNoiseLite / general noise overhaulHendrik Brucker2022-03-201-5/+4
| | | | | | | | | | | | - replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com>
* | Merge pull request #59510 from bruvzg/use_woff2_fontsRémi Verschelde2022-03-251-3/+3
|\ \
| * | Convert the editor and default theme fonts to WOFF2 format to save space.bruvzg2022-03-251-3/+3
| | |
* | | Update basis universal to version 1.16.3.K. S. Ernest (iFire) Lee2022-03-241-1/+1
|/ / | | | | Enable basis universal uastc internal storage instead of etc1s for better quality.
* / Add brotli decoder and WOFF2 support.bruvzg2022-03-181-0/+5
|/
* Remove unused Bullet module and thirdparty codeRémi Verschelde2022-03-091-5/+0
| | | | | | | It has been disabled in `master` since one year (#45852) and our plan is for Bullet, and possibly other thirdparty physics engines, to be implemented via GDExtension so that they can be selected by the users who need them.
* ThorVG: Sync with upstream 0.8.0K. S. Ernest (iFire) Lee2022-03-081-1/+1
|
* Add OpenXR 1.0.22 to thirdparty librariesBastiaan Olij2022-02-231-1/+5
| | | | | | Will be compiled and used in the next commit. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Merge pull request #36198 from Calinou/code-font-jetbrains-monoRémi Verschelde2022-01-201-6/+5
|\
| * Use JetBrains Mono as the editor's default code fontHugo Locurcio2022-01-051-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This recently released font has been gaining popularity thanks to its readability and aesthetics. It also features font ligatures (enabled by default, but can be disabled in the Editor Settings). Its character set isn't as extensive as Hack's, but it should be sufficient for most uses. More information at <https://www.jetbrains.com/lp/mono/>. This also reorders the third-party font notices to be in alphabetical order.
* | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-5/+0
| | | | | | | | | | | | | | On the only platform where PVRTC is supported (iOS), ETC2 generally supersedes PVRTC in every possible way. The increased memory usage is not really a problem thanks to modern iOS' devices processing power being higher than its Android counterparts.
* | Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee2022-01-141-4/+5
| | | | | | | | | | | | | | ThorVG is a platform-independent portable library for drawing vector-based scene and animation. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | freetype: Update to upstream version 2.11.1Rémi Verschelde2022-01-131-1/+1
| |
* | HarfBuzz: Update to version 3.2.0bruvzg2022-01-121-2/+2
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-12/+12
| | | | Happy new year to the wonderful Godot community!
* Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm2021-11-231-0/+5
|
* Merge pull request #55122 from akien-mga/zstd-1.5.0Rémi Verschelde2021-11-201-1/+1
|\
| * zstd: Update to upstream version 1.5.0Rémi Verschelde2021-11-191-1/+1
| | | | | | | | Release notes: https://github.com/facebook/zstd/releases/tag/v1.5.0
* | Merge pull request #55120 from akien-mga/pcre2-10.39Rémi Verschelde2021-11-201-2/+2
|\ \
| * | pcre2: Update to upstream version 10.39Rémi Verschelde2021-11-191-2/+2
| |/ | | | | | | Changelog: https://github.com/PhilipHazel/pcre2/blob/pcre2-10.39/ChangeLog
* | Merge pull request #55115 from akien-mga/tinyexr-1.0.1Rémi Verschelde2021-11-201-1/+1
|\ \
| * | tinyexr: Sync with upstream 1.0.1Rémi Verschelde2021-11-191-1/+1
| |/ | | | | | | | | | | Removes miniz as a bundled dependency, relies on our own zlib instead. Includes a couple commits ahead of `v1.0.1` tag to fix MinGW builds.
* / miniupnpc: Update to version 2.2.3Rémi Verschelde2021-11-191-1/+1
|/ | | | | Library code and public headers are now properly separated, we can fix include paths to remove the redundant subfolder.
* Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-29/+0
| | | | | | | | | | | | | | | | | | | We've had many issues with WebM support and specifically the libvpx library over the years, mostly due to its poor integration in Godot's buildsystem, but without anyone really interested in improving this state. With the new GDExtensions in Godot 4.0, we intend to move video decoding to first-party extensions, and this would likely be done using something like libvlc to expose more codecs. Removing the `webm` module means we can remove libsimplewebm, libvpx and opus, which we were only used for that purpose. Both libvpx and opus were fairly complex pieces of the buildsystem, so this is a nice cleanup. This also removes the compile-time dependency on `yasm`. Fixes lots of compilation or non-working WebM issues which will be linked in the PR.
* doctest: Update to 2.4.6Rémi Verschelde2021-10-041-1/+1
|
* Remove Scene dependency from the TextServer, use scalable hex box font ↵bruvzg2021-10-031-17/+0
| | | | instead of built-in bitmap one.
* Refactor and move easing equationskobewi2021-09-241-5/+7
|
* HarfBuzz: Update to version 3.0.0bruvzg2021-09-201-1/+1
|
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-091-1/+0
|
* Makes FontData importable resource.bruvzg2021-08-271-0/+5
| | | | | | | Adds multi-channel SDF font texture generation and rendering support. Adds per-font oversampling support. Adds FontData import plugins (for dynamic fonts, BMFonts and monospaced image fonts), font texture cache pre-generation and loading. Adds BMFont binary format and outline support.
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-2/+2
|
* Upgrade Vulkan memory allocatorPedro J. Estébanez2021-08-131-1/+1
|
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-5/+10
|
* Implement shader cachingreduz2021-05-311-0/+6
| | | | | | | | | | | | * Shader compilation is now cached. Subsequent loads take less than a millisecond. * Improved game, editor and project manager startup time. * Editor uses .godot/shader_cache to store shaders. * Game uses user://shader_cache * Project manager uses $config_dir/shader_cache * Options to tweak shader caching in project settings. * Editor path configuration moved from EditorSettings to new class, EditorPaths, so it can be available early on (before shaders are compiled). * Reworked ShaderCompilerRD to ensure deterministic shader code creation (else shader may change and cache will be invalidated). * Added shader compression with SMOLV: https://github.com/aras-p/smol-v
* Merge pull request #48916 from mortarroad/master-convex-hull-portedRémi Verschelde2021-05-221-0/+8
|\ | | | | Replace QuickHull with Bullet's convex hull computer.
| * Replace QuickHull with Bullet's convex hull computer.Morris Tabor2021-05-221-0/+8
| | | | | | | | | | | | | | | | The code is based on the current version of thirdparty/vhacd and modified to use Godot's types and code style. Additional changes: - extended PagedAllocator to allow leaked objects - applied patch from https://github.com/bulletphysics/bullet3/pull/3037
* | Upgrade Embree to the latest official release.jfons2021-05-211-2/+2
|/ | | | | | | | Since Embree v3.13.0 supports AARCH64, switch back to the official repo instead of using Embree-aarch64. `thirdparty/embree/patches/godot-changes.patch` should now contain an accurate diff of the changes done to the library.
* Port changes to the "raycast" module build files from 3.xjfons2021-05-041-0/+5
|