summaryrefslogtreecommitdiff
path: root/core/io/logger.cpp
AgeCommit message (Expand)Author
2022-10-04Logger: Don't print error twice on `ERR_PRINT`Rémi Verschelde
2022-07-04Variant memory poolslawnjelly
2022-05-23Fix typos with codespellRémi Verschelde
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-26Fix console colors on WindowsYuri Roubinsky
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-06-12Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde
2021-06-11Add Time singletonAaron Franke
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-02-28Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...Mateo Kuruk Miccino
2021-02-09Fixes crash when exiting with --verbose with leaked resourcesGilles Roudière
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-15Add a project setting to enable stdout flushing in release buildsHugo Locurcio
2020-12-06Tweak log file names for consistency between Mono and non-Mono logsHugo Locurcio
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-08Enable file logging by default on desktops to help with troubleshootingHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-03Remove some C++11 polyfill defines that are no longer neededHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-19Improve the console error logging appearanceHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-02-18Fix parameterised macros in core. Addresses #25488IronicallySerious
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-06-12Fixed regression making the logger not respect the max files limit.Michael Alexsander Silva Dias
2018-05-30Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-21Return and repair file loggingRuslan Mustakov
2017-10-20Fix rotated logger naming and backup deletionRuslan Mustakov
2017-10-10Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov
2017-10-05Fix logging of long strings via RotatedFileLoggerRuslan Mustakov
2017-09-25Extract logging logicRuslan Mustakov