virtualx-engine/modules/mono/editor
Raul Santos 79f9f59a87
Fix various C# exceptions
- Replace `IndexOutOfRangeException` with `ArgumentOutOfRangeException`
- Replace `Exception` with a more specific exception
- Add the parameter name to argument exception
- Update documentation for methods that throw exceptions
- Use `StringBuilder` to build exception messages
- Ensure exception messages end with a period
2022-08-26 16:56:00 +02:00
..
Godot.NET.Sdk Fix various C# exceptions 2022-08-26 16:56:00 +02:00
GodotTools Fix various C# exceptions 2022-08-26 16:56:00 +02:00
script_templates C#: Replace Xform and XformInv with * operator 2022-08-22 21:11:24 +02:00
bindings_generator.cpp C# Generate StringName(SnakeName) for all class members 2022-08-25 23:07:20 +08:00
bindings_generator.h C#: Add dedicated Variant struct, replacing System.Object 2022-08-22 03:36:52 +02:00
code_completion.cpp Rename shader parameter uniform setter/getter methods for consistency 2022-08-04 23:17:06 +02:00
code_completion.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_internal_calls.cpp C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00
editor_internal_calls.h C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00