summaryrefslogtreecommitdiff
path: root/editor/editor_vcs_interface.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-20VCS: Fix GDExtension return types for VCS after Array type hardeningTwarit Waikar
2022-09-01Change Array arguments to TypedArraykobewi
2022-08-31VCS: Improve VCS UI/UX by QoL changesTwarit Waikar
2022-08-31VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar
2022-08-22Replace Array return types with TypedArraykobewi
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-12Allow creating .gitignore and .gitattributes when creating a new projectAaron Franke
2021-07-06Make `EditorVCSInterface` proxy functions virtual in C++Andrii Doroshenko (Xrayez)
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-19Editor: fix typo in VCS plugin method namesmerumelu
2019-09-04Add copyright headers to vcs integrationTwarit
2019-09-03Add an overridable VCS Interface for the editorTwarit