aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.GenericConfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copied gridserver ready to convert to asset servergareth2007-04-291-42/+42
| | | | | | I'M THAT NUTS!!!!!!!!
* === Dedicated to Jesse. ===lbsa712007-04-221-42/+42
| | | | | | * Deleted empty directory
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2007-04-211-42/+42
| | | | | | | | | very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-111-42/+42
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* Added POST handler for /sims/ in the grid servergareth2007-04-111-42/+42
| | | | | | | | | Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
* * nant building againlbsa712007-04-112-6/+6
|
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-112-44/+44
| | | | | | | * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
* Fixed "teh bug"gareth2007-04-101-42/+42
|
* * Added Primitive2 to vs2005 solutionlbsa712007-04-041-42/+42
| | | | | * Apparently, Prebuild thinks DEBUG should be in there.
* Finished initial sim<>Grid login (kinda)gareth2007-04-031-42/+42
| | | | | | | Can login but no config data sent/updated yet
* Temporary fix for the object taking bugMW2007-04-031-1/+1
|
* OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW2007-04-021-4/+21
| | | | OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
* Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2007-04-024-0/+262
configuration method, so that it is easier to load configuration data from a ogs server