index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
logger.cpp
Age
Commit message (
Expand
)
Author
2022-10-04
Logger: Don't print error twice on `ERR_PRINT`
Rémi Verschelde
2022-07-04
Variant memory pools
lawnjelly
2022-05-23
Fix typos with codespell
Rémi Verschelde
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-26
Fix console colors on Windows
Yuri Roubinsky
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-06-12
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-11
Add Time singleton
Aaron Franke
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-02-28
Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...
Mateo Kuruk Miccino
2021-02-09
Fixes crash when exiting with --verbose with leaked resources
Gilles Roudière
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-15
Add a project setting to enable stdout flushing in release builds
Hugo Locurcio
2020-12-06
Tweak log file names for consistency between Mono and non-Mono logs
Hugo Locurcio
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-07-08
Enable file logging by default on desktops to help with troubleshooting
Hugo Locurcio
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-03
Remove some C++11 polyfill defines that are no longer needed
Hugo Locurcio
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-01-19
Improve the console error logging appearance
Hugo Locurcio
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-02-18
Fix parameterised macros in core. Addresses #25488
IronicallySerious
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-10-19
Fixing warnings generated by MSVC
Dualtagh Murray
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-06-12
Fixed regression making the logger not respect the max files limit.
Michael Alexsander Silva Dias
2018-05-30
Don't add a period to a log file name if it has no extension.
Michael Alexsander Silva Dias
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-21
Return and repair file logging
Ruslan Mustakov
2017-10-20
Fix rotated logger naming and backup deletion
Ruslan Mustakov
2017-10-10
Define va_copy with --std=c++03 (fixes #11979)
Ruslan Mustakov
2017-10-05
Fix logging of long strings via RotatedFileLogger
Ruslan Mustakov
2017-09-25
Extract logging logic
Ruslan Mustakov