Skip to content

Release v3.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 12:27
  • 400fd0c chores: bump version
  • 1574bbc chores: editorconfig: insert newline at the end of the file
  • d656948 ref
  • acd2c38 chores: mark C# wrapper as WIP
  • f5fdcb7 Merge pull request #77 from quentincaffeino/all-contributors/add-ryan-linehan
  • 6655dcd docs: update .all-contributorsrc [skip ci]
  • 59ba5ee docs: update README.md [skip ci]
  • 23779ff Merge branch 'ryan-linehan-csharp_wrapper' into develop
  • ae33a79 ref
  • c8b96c6 feat: add editor config to force same style in the project, used official code style guidelines
  • 0317f2c chores: set main scene for csharp demo project
  • 8041c5f Fixed spaces and tabs mixing. Renamed ConsoleCommand to CommandBuilder
  • 8a9c43e Another small readme change
  • e948bb8 Fixed c# typo in readme again
  • d064582 Modified readme.md
  • 4925e65 Updated demo csharp project to use new class names
  • 85f0b71 Changed csharp-console to the intended structure
  • badc0c9 Fixed typo in readme
  • 850e6f2 Removed ConsoleArgumentType. Changed method param to built in type
  • 32f2188 Modifed regex.gd to use only tabs. Previously tabs and spaces were mixed
  • 06a06ec Added console-csharp folder. Modified plugin.gd
  • d3df374 Missed file from previous commit
  • 8df976f Modified addons to have a symlink
  • c094206 Added removal of csharp singleton on exit of plugin
  • c07af6f Added csharp console wrapper to main addons folder. Updated readme
  • dc8ec80 Added csharp wrapper and demo scene