aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base/CommandManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
|
* remove some more useless NULL argumentsUbitUmarov2019-10-221-5/+0
|
* Massive console refactor. Greatly simplify interface.Melanie2019-08-201-5/+10
|
* Fixed spelling error (availble -> available)Kevin Cozens2018-11-141-2/+2
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-45/+45
|
* Prebuild fixBlueWall2012-12-071-1/+1
| | | | Had moved the class to a different namespace but failed to add the reference
* Move PluginManagerBlueWall2012-10-191-2/+8
| | | | Move PluginManager out to OpenSimFramework for general use
* Added parts to manage repositories and plugin managementBlueWall2012-10-061-0/+353
This is working - more testing to follow, then soem documentation