summaryrefslogtreecommitdiffstats
path: root/editor/editor_vcs_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
* GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-23/+23
* Change generated .gitignore to only exclude root android template folder.Malcolm Nixon2024-07-211-1/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-26/+26
* Added `android/` to the `.gitignore` file automatically generated by the VCS ...cass-dev-web2024-02-201-0/+1
* Replace `GDVIRTUAL_CALL` with `GDVIRTUAL_REQUIRED_CALL` where applicableThaddeus Crews2023-12-141-69/+23
* 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-11/+11
* VCS: Improve VCS UI/UX by QoL changesTwarit Waikar2022-08-311-3/+3
* VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar2022-08-311-71/+310
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Replace Array return types with TypedArraykobewi2022-08-221-4/+4
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+3
* Initialize bools in the headers in editorAaron Franke2022-03-121-1/+0
* 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/+21
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-26/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Add do..while(0) wrappers to macros without one.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Editor: fix typo in VCS plugin method namesmerumelu2019-11-191-5/+5
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-9/+0
* Add copyright headers to vcs integrationTwarit2019-09-041-0/+30
* Add an overridable VCS Interface for the editorTwarit2019-09-031-0/+173