| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle 16 bit PNG files in sRGB format | Johan Rastén | 2020-07-09 | 3 | -4/+10 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -1/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 3 | -15/+0 |
* | Enforce use of bool literals instead of integers | Rémi Verschelde | 2020-05-14 | 1 | -1/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -3/+3 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -4/+5 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 6 | -34/+33 |
* | Several fixes to GIProbes | Juan Linietsky | 2020-02-11 | 3 | -0/+11 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 6 | -12/+12 |
* | Remove all uses of ERR_EXPLAIN macros. | Marcel Admiraal | 2019-11-11 | 1 | -5/+4 |
* | Provide error messages when PNG save fails | Andrii Doroshenko (Xrayez) | 2019-09-01 | 1 | -2/+2 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 2 | -8/+6 |
* | Remove redundant author doc comments | IAmActuallyCthulhu | 2019-08-12 | 1 | -3/+0 |
* | Fix CurveTexture being listed as saveable to .png | Bojidar Marinov | 2019-07-16 | 1 | -1/+1 |
* | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines | Rémi Verschelde | 2019-07-03 | 1 | -2/+2 |
* | Png driver reworked to use libpng 1.6 simplified API | Ibrahn Sahir | 2019-06-19 | 5 | -448/+306 |
* | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde | 2019-06-18 | 1 | -1/+0 |
* | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde | 2019-04-30 | 1 | -2/+2 |
* | Merge pull request #26574 from Chaosus/update_libpng | Rémi Verschelde | 2019-03-04 | 1 | -0/+1 |
|\ |
|
| * | Update libpng (1.6.35 --> 1.6.36) | Chaosus | 2019-03-04 | 1 | -0/+1 |
* | | Silences annoying "iCCP: known incorrect sRGB profile" spam | Chaosus | 2019-03-04 | 1 | -1/+5 |
|/ |
|
* | 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 | 1 | -0/+1 |
* | Fix warnings on release builds (not DEBUG_ENABLED) | Rémi Verschelde | 2018-10-03 | 1 | -4/+1 |
* | SCons: Remove avoidable defines from main env's CPPPATH | Rémi Verschelde | 2018-10-01 | 1 | -0/+2 |
* | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 1 | -5/+11 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 4 | -7/+7 |
* | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -1/+0 |
* | 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 |
* | Use BoolVariable for third-party options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -1/+1 |
* | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -2/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 4 | -4/+4 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -1/+1 |
* | Added support for SVG | Daniel J. Ramirez | 2017-08-20 | 2 | -2/+2 |
* | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson | 2017-07-22 | 1 | -1/+1 |
* | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -1/+1 |
* | -Restored multithread capability to VisualServer | Juan Linietsky | 2017-06-09 | 1 | -35/+0 |
* | many fixes to image loader, voxel cone tracing, etc. | Juan Linietsky | 2017-06-02 | 1 | -0/+1 |
* | Several fixes related to PBR and Environment | Juan Linietsky | 2017-05-30 | 2 | -2/+2 |
* | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 4 | -35/+40 |
* | 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 | 4 | -192/+150 |
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
* | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 2 | -17/+17 |
* | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -3/+3 |
* | 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 | 2 | -71/+36 |
|\ |
|
| * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 2 | -71/+36 |