| Commit message (Expand) | Author | Age | Files | Lines |
* | iOS: Fix multiple issues with PVRTC import, disable ETC1 | Vasiliy Makarov | 2020-09-23 | 1 | -3/+5 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -23/+39 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 2 | -22/+0 |
* | Enforce use of bool literals instead of integers | Rémi Verschelde | 2020-05-14 | 1 | -2/+2 |
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -2/+6 |
* | Exposed RenderingDevice to script API | Juan Linietsky | 2020-04-20 | 2 | -2/+2 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 2 | -2/+2 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 2 | -2/+3 |
* | Adding missing include guards to header files identified by LGTM. | Rajat Goswami | 2020-03-23 | 1 | -0/+5 |
* | Removed interactive loader, added proper thread loading. | Juan Linietsky | 2020-02-28 | 2 | -2/+2 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -15/+10 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -8/+3 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 4 | -8/+8 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' | Robin Hübner | 2019-08-12 | 1 | -2/+1 |
* | Added release function to PoolVector::Access. | Ibrahn Sahir | 2019-07-06 | 1 | -3/+3 |
* | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde | 2019-06-18 | 1 | -1/+0 |
* | Merge pull request #28563 from DrMoriarty/fix-pvrtc-encoder | Rémi Verschelde | 2019-05-01 | 1 | -4/+3 |
|\ |
|
| * | Fix pvrtc encoder | Vasiliy Makarov | 2019-05-01 | 1 | -4/+3 |
* | | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde | 2019-04-30 | 1 | -1/+1 |
|/ |
|
* | Fix -Wsign-compare warnings. | marxin | 2019-02-27 | 1 | -1/+1 |
* | Use placement new in texture_loader_pvr.cpp (#24417). | marxin | 2019-01-25 | 1 | -5/+4 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 4 | -8/+8 |
* | Added basic support for custom resource savers and loaders | Marc Gilleron | 2018-12-15 | 2 | -3/+5 |
* | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 1 | -1/+4 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 2 | -2/+2 |
* | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -15/+1 |
* | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | 2018-07-18 | 1 | -3/+3 |
* | SCons: Pass env to modules can_build method | Rémi Verschelde | 2018-05-30 | 1 | -1/+1 |
* | Fix Coverity reports of uninitialized scalar variable | Rémi Verschelde | 2018-04-19 | 1 | -2/+2 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 4 | -0/+4 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 4 | -8/+8 |
* | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -3/+3 |
* | doc: Make all module docs self-contained | Rémi Verschelde | 2017-11-15 | 1 | -2/+0 |
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -1/+1 |
* | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -6/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 4 | -4/+4 |
* | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -21/+22 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 4 | -0/+4 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 3 | -252/+209 |
* | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 1 | -26/+32 |
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -6/+10 |
* | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 1 | -1/+1 |
* | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -12/+12 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -19/+19 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 4 | -4/+4 |
* | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -0/+1 |
* | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -1/+1 |
* | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 2 | -7/+7 |