summaryrefslogtreecommitdiffstats
path: root/editor/editor_vcs_interface.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-23/+23
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-26/+26
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* VCS: Fix GDExtension return types for VCS after Array type hardeningTwarit Waikar2022-12-201-2/+2
* Change Array arguments to TypedArraykobewi2022-09-011-7/+7
* VCS: Improve VCS UI/UX by QoL changesTwarit Waikar2022-08-311-1/+1
* VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar2022-08-311-24/+119
* Replace Array return types with TypedArraykobewi2022-08-221-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Initialize bools in the headers in editorAaron Franke2022-03-121-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Allow creating .gitignore and .gitattributes when creating a new projectAaron Franke2021-11-121-0/+6
* Make `EditorVCSInterface` proxy functions virtual in C++Andrii Doroshenko (Xrayez)2021-07-061-10/+10
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Editor: fix typo in VCS plugin method namesmerumelu2019-11-191-2/+2
* Add copyright headers to vcs integrationTwarit2019-09-041-0/+30
* Add an overridable VCS Interface for the editorTwarit2019-09-031-0/+53