godot/modules/mono/mono_gd
Ignacio Etcheverry 20e5e2fec7 Mono: Logging improvements
- The default log level in debug builds is now 'info' instead of 'debug'.
- Add option to specify a different log level with the 'GODOT_MONO_LOG_LEVEL' environment variable.
- The name of log files is now a readable date and time.
- Always print the log file path (previously it was printed only it in verbose mode).
2019-04-17 23:03:32 +02:00
..
gd_mono.cpp Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-05 23:41:51 +02:00
gd_mono.h Added a Godot TraceListener, which is automatically installed on startup. Fixes that Debug/Trace Assertions are simply swallowed by Godot. 2019-03-07 21:00:19 +01:00
gd_mono_assembly.cpp Mono: Some assembly referencing changes and cleanup 2019-03-10 18:55:31 +01:00
gd_mono_assembly.h Mono: Some assembly referencing changes and cleanup 2019-03-10 18:55:31 +01:00
gd_mono_class.cpp C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
gd_mono_class.h C#: Add marshalling support for IEnumerable and IDictionary 2019-04-06 12:14:37 +02:00
gd_mono_field.cpp C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
gd_mono_field.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
gd_mono_header.h C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
gd_mono_internals.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
gd_mono_internals.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_log.cpp Mono: Logging improvements 2019-04-17 23:03:32 +02:00
gd_mono_log.h Mono: Logging improvements 2019-04-17 23:03:32 +02:00
gd_mono_marshal.cpp C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
gd_mono_marshal.h C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
gd_mono_method.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_method.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
gd_mono_property.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_property.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
gd_mono_utils.cpp C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
gd_mono_utils.h C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
i_mono_class_member.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
managed_type.cpp C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
managed_type.h C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00