aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Servers/OpenSim.Servers.csproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed the Servers directory to OpenSim.ServersMW2007-04-111-115/+0
|
* Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW2007-04-021-115/+115
| | | | same database as in world prims are stored.
* Added OpenUser.Config projectgareth2007-04-021-115/+115
|
* Fixed VS2005 solution/project filesMW2007-04-021-115/+115
|
* Added new REST protocol (partially complete)gareth2007-04-021-115/+115
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* * updated build fileslbsa712007-03-301-0/+3
|
* * Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa712007-03-291-0/+6
|
* * Naaw, -realphysx is too much to asklbsa712007-03-291-26/+23
| | | | | * Genning proj Guids from name hash, for great justice
* Added lbsa71's http server changes. MW2007-03-291-0/+2
| | | | | | So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port)
* * worked a little bit more on straigthening the startup procedure outlbsa712007-03-281-17/+21
|
* * revert the revert - begin the beguinelbsa712007-03-271-10/+17
|
* * Reverting todays work. It was worth a try.lbsa712007-03-271-2/+2
|
* * vaseline + duct-tape.lbsa712007-03-271-1/+1
|
* * Fixed yet another project ref fuck-up in Prebuild.lbsa712007-03-271-24/+18
|
* * Introduced BaseHttpServer (doing nothing at the moment)lbsa712007-03-271-18/+24
| | | | | * Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
* * Prebuild breaks nant build if project is empty. Quick fix : add dummy filelbsa712007-03-271-1/+4
|
* * Enabled the OpenSim.Servers projectlbsa712007-03-271-4/+1
|
* * Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa712007-03-271-0/+96
show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice)