summaryrefslogtreecommitdiffstats
path: root/COPYRIGHT.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* | freetype: Update to upstream version 2.10.1Rémi Verschelde2019-07-111-1/+1
|/
* Remove libwebsocket. No longer used, yay!Fabio Alessandrelli2019-07-041-563/+0
|
* WebSocket module now uses wslay library.Fabio Alessandrelli2019-07-041-0/+5
| | | | | | | | | | Both client and server are supported on native builds (as usual). SSL server is still not supported, but will soon be possible with this new library. The API stays the same, we just need to work out potential issues due to this big library switch.
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-51/+0
| | | | | | | | | | | | | | | | | | Godot core needs MD5/SHA256/AES/Base64 which used to be provided by separate libraries. Since we bundle mbedtls in most cases, and we can easily only include the needed sources if we so desire, let's use it. To simplify library changes in the future, and better isolate header dependencies all functions have been wrapped around inside a class in `core/math/crypto_base.h`. If the mbedtls module is disabled, we only bundle the needed source files independently of the `builtin_mbedtls` option. If the module is enabled, the `builtin_mbedtls` option works as usual. Also remove some unused headers from StreamPeerMbedTLS which were causing build issues.
* libpng: Update to upstream 1.6.37Rémi Verschelde2019-04-261-2/+2
| | | | Fixes CVE-2019-7317.
* Merge pull request #28196 from akien-mga/xatlas-cleanupRémi Verschelde2019-04-191-0/+7
|\ | | | | xatlas: Document provenance, copyright and custom changes
| * xatlas: Revert to unmodified upstream code, add to COPYRIGHTRémi Verschelde2019-04-191-0/+7
| | | | | | | | | | Imported by @reduz from https://github.com/jpcy/xatlas/commit/b8ec29b6b62fb808823e042df5f0f800c07f2e8b Custom changes will be remade properly in the next commit.
* | Drop unused thekla_atlas dependencyRémi Verschelde2019-04-191-5/+0
|/ | | | | | | | Since f12cb82 @reduz dropped the use of the thirdparty thekla_atlas library, which is replaced by xatlas. Fixes #28180. Fixes #28182.
* vhacd: Recommit unmodified upstream code without style changesRémi Verschelde2019-04-111-0/+6
| | | | | | | Godot-specific changes will then be redone without touching upstream formatting. Also documented current state in thirdparty/README.md and added LICENSE. Add vhacd to COPYRIGHT.txt.
* Add Assimp library in thirdpartyK. S. Ernest (iFire) Lee2019-04-051-0/+5
| | | | From https://github.com/assimp/assimp repo at d2b45377e4b09a1f43be95e45553afcc06b03f4b
* Updates to thirdparty README and COPYRIGHTRémi Verschelde2019-03-041-23/+25
| | | | | Notably, we now track stable Bullet 2.88, so distros can unbundle it again.
* Drop RtAudio driver on WindowsRémi Verschelde2019-02-201-5/+0
| | | | | | | | | | | | We've been defaulting to WASAPI since 3.0 and it's superior to RtAudio in all aspects. Obsoletes and closes #25503. Also enable WINMIDI on MinGW, this had been missed initially. Fix os_windows.cpp and crash_handler_windows.cpp which had weird dependencies on RtAudio.h's includes (ugh).
* Update copyright statements to 2019Rémi Verschelde2019-01-011-8/+8
| | | | Happy new year to the wonderful Godot community!
* Android: Better identify thirdparty C/C++ codeRémi Verschelde2018-12-201-17/+14
| | | | | | | | | | | | | | | | | | | - The `cpu-features.{c,h}` code was only used by chance by the webm (libvpx) code, so I moved it there. It was actually introduced before that and wasn't in use, and libvpx just happened to be able to compile thanks to it being bundled. It could potentially be compiled on the fly from the Android NDK, but since we plan to replace the webm module by a GDNative plugin in the near future, I went the bundling route. - `ifaddrs_android.h` is already provided in the Android NDK as `ifaddrs.h`, same as on other Unixes. Yet we cannot use it until we up the min API level to 24, where `getifaddrs` is first defined. I moved the files to `thirdparty/misc` and synced them with upstream WebRTC (only indentation changes and removal of `static` qualifiers). Also removes dropped thirdparty files from COPYRIGHT.txt after changes in #24105 and #24145.
* TinyEXR: Sync with upstream master branchRémi Verschelde2018-12-101-1/+1
| | | | Fixes #24247.
* Move Penner easing equations to thirdparty/miscRémi Verschelde2018-09-281-0/+5
| | | | | | | | | It was Godot-ified and integrated into Tween originally (#628) without mention that it was thirdparty code, but it's actually derived from https://github.com/jesusgollonet/ofpennereasing. It's also very bad quality code and should be replaced by a better, properly-maintained library of easing equations.
* Document provenance of Penner easing equations in TweenRémi Verschelde2018-09-131-0/+5
| | | | As noted in #21600.
* Fixed up a couple of license names in COPYRIGHT.txtIbrahn Sahir2018-09-011-5/+6
| | | | | | A couple of entries were using SPDX name over the Debian standard ones. Switched these over and noted this policy at the top of the file to avoid confusion.
* BPTC supportelasota2018-08-211-0/+6
|
* libpng: Update to upstream version 1.6.35Rémi Verschelde2018-07-281-1/+1
|
* Bump libwebsockets to version 3.0.0Fabio Alessandrelli2018-06-071-8/+10
|
* Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-071-24/+619
| | | | | | Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
* Update Hack font to v3.003Hugo Locurcio2018-04-111-1/+1
|
* Remove OpenSSL license, add Mbed TLSRémi Verschelde2018-02-141-127/+5
|
* Copyright: replace tabs by 8 spacesPoommetee Ketson2018-01-221-6/+6
|
* Copyright: Add license info for bullet and Mozilla CA certsRémi Verschelde2018-01-221-4/+384
|
* COPYRIGHT: Update with recently added thirdparty librariesRémi Verschelde2018-01-131-8/+62
| | | | Also various updates to thirdparty/README.md.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-8/+8
| | | | Happy new year to the wonderful Godot community!
* Changed Mononoki font to Hack fontDaniel J. Ramirez2017-09-171-4/+4
|
* Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde2017-09-141-3/+3
|\ | | | | Improved editor docs
| * Changed source font to Mononoki.Daniel J. Ramirez2017-09-141-3/+3
| |
* | Copyright: Document recastnavigationRémi Verschelde2017-09-131-0/+5
|/
* Replace editor font to NotoSans for Latin, Arabic, Hebrew, Thaivolzhs2017-08-311-0/+5
|
* nanosvg: Document in COPYRIGHT.txt and thirdparty README.mdRémi Verschelde2017-08-271-0/+5
|
* Copyright: Add etc2comp and small fixesRémi Verschelde2017-08-271-7/+12
|
* zstd: Update to upstream version 1.3.1Rémi Verschelde2017-08-271-3/+8
| | | | | | | It is now dual-licensed BSD-3-Clause and GPL-2.0, we use the former. The PATENTS file is no longer applicable \o/ Also add zstd to COPYRIGHT.txt
* Bring back the UWP exporterGeorge Marques2017-07-121-7/+0
|
* Add project names as Comment fields in copyright fileRémi Verschelde2017-07-041-5/+47
| | | | | | | This is compliant with the specification [0] and should allow us to generate human-readable output from the machine-readable file. [0] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-paragraph
* TinyEXR: Document licensing and copyrightRémi Verschelde2017-05-271-0/+5
|
* Document exhaustive licensing info of all filesRémi Verschelde2017-05-121-0/+1139
Uses the machine-readable debian/copyright standard to be explicit about both the licenses and the corresponding copyright attributions for Godot source files and thirdparty libraries bundled in the source repository.