Age | Commit message (Expand) | Author |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-06-20 | Revert "Disable VRAM compression by default for small textures in Detect 3D" | Juan Linietsky |
2022-06-14 | Disable VRAM compression by default for small textures in Detect 3D | Hugo Locurcio |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-03-10 | Remove more occurrences of "stex" | TechnoPorg |
2022-03-05 | Rename StreamTexture* to CompressedTexture* | reduz |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-14 | Add path to functions that return iporter options | reduz |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-01-02 | Typo correction | Muller-Castro |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-06-14 | Remove the obsolete "2D Pixel" import preset | Hugo Locurcio |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-11 | Added normalmap guided roughness mipmap generator, and a global roughness lim... | Juan Linietsky |
2020-02-11 | Rewritten StreamTexture for better code reuse, added basis universal support | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |
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-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-06-16 | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky |
2017-05-26 | -Added EXR supprot for HDR (no BC6 compression yet though) | Juan Linietsky |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde |