Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-14 | Add `readonly` to C# methods and types that don't mutate | Raul Santos | |
Also removes a few unnecessary temp variables | |||
2022-08-26 | Fix various C# exceptions | Raul Santos | |
- 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 | |||
2020-05-09 | C#: Rewrite GodotTools messaging protocol | Ignacio Etcheverry | |