summaryrefslogtreecommitdiffstats
path: root/thirdparty/misc
Commit message (Expand)AuthorAgeFilesLines
* Make ok_color functions staticbonjorno72023-05-131-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-072-2/+17
* Allow picking similar colours using OKHSL.K. S. Ernest (iFire) Lee2022-06-072-0/+1351
* Replace most uses of Map by HashMapreduz2022-05-162-9/+9
* Add FastNoiseLite / general noise overhaulHendrik Brucker2022-03-204-2471/+0
* Merge pull request #58497 from JFonS/stb_rect_pack_upgradeRémi Verschelde2022-02-251-20/+15
|\
| * Upgrade stb_rect_pack to 1.01jfons2022-02-241-20/+15
* | Fixed issue with Godot modifications to polypartition.cpp third-party fileNova2022-02-212-2/+2
|/
* Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-042-44/+43
* Refactor and move easing equationskobewi2021-09-241-323/+0
* Add a special case for 0-time interpolationskobewi2021-09-241-0/+4
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-092-5565/+0
* Complete rewrite of TweensTomasz Chabora2021-06-191-2/+2
* Implement shader cachingreduz2021-05-312-0/+2277
* Fix STL to Godot type convertion of polypartitionHaoyu Qiu2021-05-212-12/+12
* Update PolyPartition / Triangulator libraryAaron Franke2021-01-125-1856/+3046
* r128: Update to upstream 1.4.4, fixes warningsRémi Verschelde2021-01-081-5/+5
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-10/+10
* Fix some easing equations' undefined behaviours.Fabio Alessandrelli2020-12-081-12/+23
* Updated open-simplex to have const noise functionsSacha Waked2020-12-042-13/+13
* Update "open-simplex-noise-in-c" to fix undefined signed overflow.bruvzg2020-11-091-5/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky2020-11-061-0/+23
* Fix biased output of randi_rangeYuri Roubinsky2020-10-292-0/+11
* stb_vorbis: Update to upstream version 1.20Rémi Verschelde2020-07-201-5/+10
* stb_vorbis: Add missing error checks in comment reading mallocsRémi Verschelde2020-07-071-0/+3
* Merge pull request #38711 from clayjohn/force-floatRémi Verschelde2020-05-181-2/+2
|\
| * Force using floats in cubemap coefficientclayjohn2020-05-121-2/+2
* | Remove HQ2X and the `Image.expand_2x_hq2x()` methodHugo Locurcio2020-05-162-2655/+0
* | Update r128.h to include latest fix for mingw-64 32 bit builds.Marcel Admiraal2020-05-161-7/+7
|/
* thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde2020-05-113-0/+2753
* Fix crash in stb_vorbis.cPedro J. Estébanez2020-05-031-1/+1
* Merge pull request #38361 from akien-mga/stb_vorbis-1.19Rémi Verschelde2020-04-301-82/+135
|\
| * stb_vorbis: Update to upstream version 1.19Rémi Verschelde2020-04-301-82/+135
* | Merge pull request #38360 from akien-mga/drop-unused-curl_hostcheckRémi Verschelde2020-04-302-256/+0
|\ \
| * | Drop now unused curl_hostcheck.cRémi Verschelde2020-04-302-256/+0
| |/
* / FastLZ: Update to upstream version 0.5.0Rémi Verschelde2020-04-302-409/+447
|/
* Fix copyright headers for recently added filesRémi Verschelde2020-03-281-0/+28
* Mono/C#: Several android fixesIgnacio Etcheverry2019-12-041-0/+19
* Update stb_vorbis to 1.17Jonathan Mannancheril2019-11-101-8/+24
* Remove unused stb_truetype-based DynamicFont implementationHugo Locurcio2019-10-031-4882/+0
* stb_vorbis: Update to upstream version 1.16Rémi Verschelde2019-07-111-2/+9
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-028-1202/+0
* Build Clipper with `tools=no` and patch it to auto-disable exceptionsAndrii Doroshenko (Xrayez)2019-05-222-14/+200
* Fix non UTF8-encoded thirdparty filesRémi Verschelde2019-05-221-4/+4
* Merge pull request #26051 from 20kdc/videofixRémi Verschelde2019-04-301-82/+39
|\
| * webm/theora/yuv2rgb: Fix YUV conversion issues and add BGRP WEBM handling. (N...20kdc2019-02-211-82/+39
* | Properly setup seed in RNGChaosus2019-03-272-0/+11
* | stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15Rémi Verschelde2019-03-042-36/+82
|/
* base64.h: Fix return type mismatchRémi Verschelde2019-01-221-2/+2