godot/main
Hugo Locurcio c2a4ce9380 Enable file logging by default on desktops to help with troubleshooting
- Use the `.log` file extension (recognized on Windows out of the box)
  to better hint that generated files are logs. Some editors provide
  dedicated syntax highlighting for those files.
- Use an underscore to separate the basename from the date and
  the date from the time in log filenames. This makes the filename
  easier to read.
- Keep only 5 log files by default to decrease disk usage in case
  messages are spammed.

(cherry picked from commit 20af28ec06)
2020-07-10 11:03:32 +02:00
..
tests - Added more euler rotation orders support. 2020-06-18 11:29:28 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
app_icon.png
default_controller_mappings.h
gamecontrollerdb.txt Sync controller mappings DB with SDL2 community repo 2020-06-05 12:46:28 +02:00
godotcontrollerdb.txt
input_default.cpp Support SDL2 half axes and inverted axes mappings. 2020-06-26 06:28:56 +01:00
input_default.h Support SDL2 half axes and inverted axes mappings. 2020-06-26 06:28:56 +01:00
main.cpp Enable file logging by default on desktops to help with troubleshooting 2020-07-10 11:03:32 +02:00
main.h Move frame delaying functions from Main to OS. 2020-07-02 13:52:02 +02:00
main_builders.py Support SDL2 half axes and inverted axes mappings. 2020-06-26 06:28:56 +01:00
main_timer_sync.cpp
main_timer_sync.h
performance.cpp
performance.h
splash.png
splash_editor.png