aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionLoader/Filesystem (follow)
Commit message (Collapse)AuthorAgeFilesLines
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-1/+1
| | | | notice of doom
* added one more command to the console help.Jeff Ames2007-12-071-3/+1
|
* Deleted Regionloader .csproj files. MW2007-11-041-112/+0
|
* normalized line endingsJeff Ames2007-11-041-72/+72
|
* *Moved region loading into its own interface IRegionLoadermingchen2007-11-032-0/+184
*Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file.