summaryrefslogtreecommitdiffstats
path: root/core/io/logger.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Strip ANSI escape codes from file loggingHugo Locurcio2024-04-241-0/+8
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix more issues found by cppcheck.bruvzg2022-04-201-6/+6
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-4/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-1/+0
* Implement toast notifications in the editorGilles Roudière2021-10-141-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...Mateo Kuruk Miccino2021-02-281-0/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-3/+3
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix -Wsuggest-attribute=format warnings.marxin2019-02-271-6/+6
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+5
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Return and repair file loggingRuslan Mustakov2017-11-211-0/+2
* Extract logging logicRuslan Mustakov2017-09-251-0/+107