index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
logger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak log file names for consistency between Mono and non-Mono logs
Hugo Locurcio
2020-12-06
1
-1
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Enable file logging by default on desktops to help with troubleshooting
Hugo Locurcio
2020-07-08
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+3
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-6
/
+1
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-5
/
+15
*
Remove some C++11 polyfill defines that are no longer needed
Hugo Locurcio
2020-05-03
1
-11
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Improve the console error logging appearance
Hugo Locurcio
2020-01-19
1
-6
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix parameterised macros in core. Addresses #25488
IronicallySerious
2019-02-18
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-7
/
+6
*
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
1
-0
/
+4
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Fixed regression making the logger not respect the max files limit.
Michael Alexsander Silva Dias
2018-06-12
1
-2
/
+2
*
Don't add a period to a log file name if it has no extension.
Michael Alexsander Silva Dias
2018-05-30
1
-1
/
+4
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Return and repair file logging
Ruslan Mustakov
2017-11-21
1
-0
/
+5
*
Fix rotated logger naming and backup deletion
Ruslan Mustakov
2017-10-20
1
-3
/
+3
*
Define va_copy with --std=c++03 (fixes #11979)
Ruslan Mustakov
2017-10-10
1
-0
/
+11
*
Fix logging of long strings via RotatedFileLogger
Ruslan Mustakov
2017-10-05
1
-1
/
+4
*
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-0
/
+252