Age | Commit message (Expand) | Author |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-14 | Fix loading RLE compressed TGA files. | bruvzg |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-02-04 | Fix a crash in the TGA loader with malformed input | Hein-Pieter van Braam-Stewart |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-20 | Add `Image.load_bmp_from_buffer()` for run-time BMP image loading | Hugo Locurcio |
2020-05-21 | Expose loading TGA images in Image. | Paul Herman |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Enforce use of bool literals instead of integers | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir |
2019-04-21 | Fix TGA indexed images loaded with flipped color table | Andrii Doroshenko (Xrayez) |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-08 | Fix bits_per_pixel validation in BMP and TGA loader modules. | Saracen |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-01 | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde |
2017-09-01 | Fix files header | Poommetee Ketson |
2017-09-01 | Fix signed and unsigned comparisons | Hein-Pieter van Braam |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-20 | Added support for SVG | Daniel J. Ramirez |
2017-06-07 | TGA support based on SaracenOne's work. | Juan Linietsky |