Sébastien Dunne Fulmer
|
c3ed8a842c
Remove confusing USER prefix from script-logged errors
|
1 年之前 |
Alvin Wong
|
5b3857e5f1
Fix UTF-8 misintepreted as Latin-1 when logging to file
|
1 年之前 |
Hugo Locurcio
|
459f14c098
Strip ANSI escape codes from file logging
|
1 年之前 |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Rémi Verschelde
|
ac3917c42f
Logger: Don't print error twice on `ERR_PRINT`
|
2 年之前 |
lawnjelly
|
b221eab426
Variant memory pools
|
3 年之前 |
Rémi Verschelde
|
9923851370
Fix typos with codespell
|
3 年之前 |
reduz
|
45af29da80
Add a new HashSet template
|
3 年之前 |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 年之前 |
bruvzg
|
4bf99f4af2
Narrow FileAccess scope to prevent deadlocks.
|
3 年之前 |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 年之前 |
Rémi Verschelde
|
768f9422bc
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 年之前 |
Yuri Roubinsky
|
a4b7de6b23
Fix console colors on Windows
|
3 年之前 |
Gilles Roudière
|
0587e5e018
Implement toast notifications in the editor
|
4 年之前 |
Rémi Verschelde
|
ac73059b56
Merge pull request #49123 from aaronfranke/it-is-time
|
4 年之前 |
Aaron Franke
|
f64fea1b23
Add Time singleton
|
4 年之前 |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 年之前 |
Mateo Kuruk Miccino
|
89283b7b53
Logger: Cache 'flush_stdout_on_print' to improve performance, and works before ProjectSettings starts.
|
4 年之前 |
Gilles Roudière
|
25c4dacb88
Fixes crash when exiting with --verbose with leaked resources
|
4 年之前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年之前 |
Hugo Locurcio
|
341b9cf15a
Add a project setting to enable stdout flushing in release builds
|
4 年之前 |
Hugo Locurcio
|
4d81776fc9
Tweak log file names for consistency between Mono and non-Mono logs
|
4 年之前 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 年之前 |
Hugo Locurcio
|
20af28ec06
Enable file logging by default on desktops to help with troubleshooting
|
5 年之前 |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 年之前 |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 年之前 |
Rémi Verschelde
|
69de7ce38c
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
5 年之前 |