| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | Remove confusing USER prefix from script-logged errors | Sébastien Dunne Fulmer | 2024-08-27 | 1 | -5/+1 |
* | Fix UTF-8 misintepreted as Latin-1 when logging to file | Alvin Wong | 2024-07-07 | 1 | -1/+1 |
* | Strip ANSI escape codes from file logging | Hugo Locurcio | 2024-04-24 | 1 | -0/+16 |
* | Add const lvalue ref to core/* container parameters | Muller-Castro | 2024-02-14 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Logger: Don't print error twice on `ERR_PRINT` | Rémi Verschelde | 2022-10-04 | 1 | -1/+1 |
* | Variant memory pools | lawnjelly | 2022-07-04 | 1 | -1/+2 |
* | Fix typos with codespell | Rémi Verschelde | 2022-05-23 | 1 | -1/+1 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -4/+4 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -2/+2 |
* | Narrow FileAccess scope to prevent deadlocks. | bruvzg | 2022-04-12 | 1 | -1/+1 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -19/+9 |
* | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | 2022-03-11 | 1 | -7/+3 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | Fix console colors on Windows | Yuri Roubinsky | 2021-11-26 | 1 | -1/+1 |
* | Implement toast notifications in the editor | Gilles Roudière | 2021-10-14 | 1 | -3/+7 |
* | Merge pull request #49123 from aaronfranke/it-is-time | Rémi Verschelde | 2021-06-12 | 1 | -5/+2 |
|\ |
|
| * | Add Time singleton | Aaron Franke | 2021-06-11 | 1 | -5/+2 |
* | | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -1/+1 |
|/ |
|
* | Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor... | Mateo Kuruk Miccino | 2021-02-28 | 1 | -2/+8 |
* | Fixes crash when exiting with --verbose with leaked resources | Gilles Roudière | 2021-02-09 | 1 | -2/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Add a project setting to enable stdout flushing in release builds | Hugo Locurcio | 2020-12-15 | 1 | -9/+11 |
* | 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 |