Age | Commit message (Expand) | Author |
2022-06-07 | Allow picking similar colours using OKHSL. | K. S. Ernest (iFire) Lee |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-03-20 | Add FastNoiseLite / general noise overhaul | Hendrik Brucker |
2022-02-25 | Merge pull request #58497 from JFonS/stb_rect_pack_upgrade | Rémi Verschelde |
2022-02-24 | Upgrade stb_rect_pack to 1.01 | jfons |
2022-02-21 | Fixed issue with Godot modifications to polypartition.cpp third-party file | Nova |
2022-02-04 | Core: Move Vector2i to its own `vector2i.h` header | Rémi Verschelde |
2021-09-24 | Refactor and move easing equations | kobewi |
2021-09-24 | Add a special case for 0-time interpolations | kobewi |
2021-09-09 | Replace stb_vorbis with libogg+libvorbis | Ellen Poe |
2021-06-19 | Complete rewrite of Tweens | Tomasz Chabora |
2021-05-31 | Implement shader caching | reduz |
2021-05-21 | Fix STL to Godot type convertion of polypartition | Haoyu Qiu |
2021-01-12 | Update PolyPartition / Triangulator library | Aaron Franke |
2021-01-08 | r128: Update to upstream 1.4.4, fixes warnings | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-08 | Fix some easing equations' undefined behaviours. | Fabio Alessandrelli |
2020-12-04 | Updated open-simplex to have const noise functions | Sacha Waked |
2020-11-09 | Update "open-simplex-noise-in-c" to fix undefined signed overflow. | bruvzg |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-11-06 | Exposed randi_range to global funcs + renamed rand_range to randf_range | Yuri Roubinsky |
2020-10-29 | Fix biased output of randi_range | Yuri Roubinsky |
2020-07-20 | stb_vorbis: Update to upstream version 1.20 | Rémi Verschelde |
2020-07-07 | stb_vorbis: Add missing error checks in comment reading mallocs | Rémi Verschelde |
2020-05-18 | Merge pull request #38711 from clayjohn/force-float | Rémi Verschelde |
2020-05-16 | Remove HQ2X and the `Image.expand_2x_hq2x()` method | Hugo Locurcio |
2020-05-16 | Update r128.h to include latest fix for mingw-64 32 bit builds. | Marcel Admiraal |
2020-05-12 | Force using floats in cubemap coefficient | clayjohn |
2020-05-11 | thirdparty: Cleanup after #38386, document provenance and copyright | Rémi Verschelde |
2020-05-03 | Fix crash in stb_vorbis.c | Pedro J. Estébanez |
2020-04-30 | Merge pull request #38361 from akien-mga/stb_vorbis-1.19 | Rémi Verschelde |
2020-04-30 | Merge pull request #38360 from akien-mga/drop-unused-curl_hostcheck | Rémi Verschelde |
2020-04-30 | stb_vorbis: Update to upstream version 1.19 | Rémi Verschelde |
2020-04-30 | Drop now unused curl_hostcheck.c | Rémi Verschelde |
2020-04-30 | FastLZ: Update to upstream version 0.5.0 | Rémi Verschelde |
2020-03-28 | Fix copyright headers for recently added files | Rémi Verschelde |
2019-12-04 | Mono/C#: Several android fixes | Ignacio Etcheverry |
2019-11-10 | Update stb_vorbis to 1.17 | Jonathan Mannancheril |
2019-10-03 | Remove unused stb_truetype-based DynamicFont implementation | Hugo Locurcio |
2019-07-11 | stb_vorbis: Update to upstream version 1.16 | Rémi Verschelde |
2019-07-02 | CryptoCore class to access to base crypto utils. | Fabio Alessandrelli |
2019-05-22 | Build Clipper with `tools=no` and patch it to auto-disable exceptions | Andrii Doroshenko (Xrayez) |
2019-05-22 | Fix non UTF8-encoded thirdparty files | Rémi Verschelde |
2019-04-30 | Merge pull request #26051 from 20kdc/videofix | Rémi Verschelde |
2019-03-27 | Properly setup seed in RNG | Chaosus |
2019-03-04 | stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15 | Rémi Verschelde |
2019-02-21 | webm/theora/yuv2rgb: Fix YUV conversion issues and add BGRP WEBM handling. (N... | 20kdc |
2019-01-22 | base64.h: Fix return type mismatch | Rémi Verschelde |
2018-12-20 | Android: Better identify thirdparty C/C++ code | Rémi Verschelde |
2018-09-29 | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde |