Age | Commit message (Expand) | Author |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-11 | Several fixes to GIProbes | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-11 | Remove all uses of ERR_EXPLAIN macros. | Marcel Admiraal |
2019-09-01 | Provide error messages when PNG save fails | Andrii Doroshenko (Xrayez) |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-07-16 | Fix CurveTexture being listed as saveable to .png | Bojidar Marinov |
2019-07-03 | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines | Rémi Verschelde |
2019-06-19 | Png driver reworked to use libpng 1.6 simplified API | Ibrahn Sahir |
2019-06-18 | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde |
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde |
2019-03-04 | Merge pull request #26574 from Chaosus/update_libpng | Rémi Verschelde |
2019-03-04 | Silences annoying "iCCP: known incorrect sRGB profile" spam | Chaosus |
2019-03-04 | Update libpng (1.6.35 --> 1.6.36) | Chaosus |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron |
2018-10-03 | Fix warnings on release builds (not DEBUG_ENABLED) | Rémi Verschelde |
2018-10-01 | SCons: Remove avoidable defines from main env's CPPPATH | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | 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-09-25 | Use BoolVariable for third-party options. | Elliott Sales de Andrade |
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-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-20 | Added support for SVG | Daniel J. Ramirez |
2017-07-22 | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky |
2017-06-02 | many fixes to image loader, voxel cone tracing, etc. | Juan Linietsky |
2017-05-30 | Several fixes related to PBR and Environment | 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-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-03 | scons: Reorder options for clarity | Rémi Verschelde |
2016-11-01 | style: Various other PEP8 fixes in Python files | Rémi Verschelde |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-11-01 | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde |