Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-25 | Set C# 7 as LangVersion for GodotTools and Godot API projects | Ignacio Etcheverry | |
This will make it harder for someone to accidentally commit code that requires a newer version. | |||
2019-08-04 | C#: Add Ide Connection library and server for the editor | Ignacio Etcheverry | |
This will be used for communicating between the Godot editor and external IDEs/editors, for things like opening files, triggering hot-reload and running the game with a debugger attached. |