summaryrefslogtreecommitdiffstats
path: root/core/io/logger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Remove confusing USER prefix from script-logged errorsSébastien Dunne Fulmer2024-08-271-5/+1
* Fix UTF-8 misintepreted as Latin-1 when logging to fileAlvin Wong2024-07-071-1/+1
* Strip ANSI escape codes from file loggingHugo Locurcio2024-04-241-0/+16
* 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
* Logger: Don't print error twice on `ERR_PRINT`Rémi Verschelde2022-10-041-1/+1
* Variant memory poolslawnjelly2022-07-041-1/+2
* Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* Add a new HashSet templatereduz2022-05-201-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-19/+9
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-7/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Fix console colors on WindowsYuri Roubinsky2021-11-261-1/+1
* Implement toast notifications in the editorGilles Roudière2021-10-141-3/+7
* Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-5/+2
|\
| * Add Time singletonAaron Franke2021-06-111-5/+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-2/+8
* Fixes crash when exiting with --verbose with leaked resourcesGilles Roudière2021-02-091-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add a project setting to enable stdout flushing in release buildsHugo Locurcio2020-12-151-9/+11
* Tweak log file names for consistency between Mono and non-Mono logsHugo Locurcio2020-12-061-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Enable file logging by default on desktops to help with troubleshootingHugo Locurcio2020-07-081-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+3
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-6/+1
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-5/+15
* Remove some C++11 polyfill defines that are no longer neededHugo Locurcio2020-05-031-11/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Improve the console error logging appearanceHugo Locurcio2020-01-191-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix parameterised macros in core. Addresses #25488IronicallySerious2019-02-181-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-7/+6
* Fixing warnings generated by MSVCDualtagh Murray2018-10-191-0/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Fixed regression making the logger not respect the max files limit.Michael Alexsander Silva Dias2018-06-121-2/+2
* Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias2018-05-301-1/+4
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Return and repair file loggingRuslan Mustakov2017-11-211-0/+5
* Fix rotated logger naming and backup deletionRuslan Mustakov2017-10-201-3/+3
* Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov2017-10-101-0/+11
* Fix logging of long strings via RotatedFileLoggerRuslan Mustakov2017-10-051-1/+4
* Extract logging logicRuslan Mustakov2017-09-251-0/+252