summaryrefslogtreecommitdiffstats
path: root/editor/plugins/version_control_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Editor: fix typo in VCS plugin method namesmerumelu2019-11-191-2/+3
* Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-15/+4
* Fixed disconnecting not connected signalMikolaj Kaczmarek2019-10-291-2/+3
* Add checks after ResourceLoader::load()lupoDharkael2019-09-291-0/+1
* Merge pull request #32137 from Calinou/vcs-error-if-none-availableRémi Verschelde2019-09-201-23/+13
|\
| * Display an error message if no version control systems are availableHugo Locurcio2019-09-141-23/+13
* | Merge pull request #32134 from IronicallySerious/fix-global-class-listRémi Verschelde2019-09-201-1/+13
|\ \
| * | Add correct class selection in Select VCS menuTwarit2019-09-141-1/+13
| |/
* / Fix misc. source comment typosluz.paz2019-09-191-1/+1
|/
* Add copyright headers to vcs integrationTwarit2019-09-041-0/+30
* Add version control editor pluginTwarit2019-09-031-0/+565