| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
This reverts commit b9d026666dbabb210cc013d29eb79fe214594dd9.
|
|
|
|
| |
Windoze barfs on them.
|
|
|
|
| |
This reverts commit 041fcd6a72e1822656d58f87a398e3a0f065a486.
|
| |
|
|
|
|
|
|
|
| |
Conflicts:
OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
OpenSim/Region/Framework/Scenes/Scene.cs
|
| |
|
|
the actual class names.
This is usually because the file name was singular (*Service*) but the class name was plural (*Services*).
This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector.
This does not affect existing configuration since the files are being renamed rather than the classes.
|