aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.GridServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged 0.1-prestable back into trunk :(gareth2007-05-072-22/+27
|
* You can now save profiles to a database. (Zomg!)Adam Frisby2007-05-051-1/+11
|
* Run prebuild to generate working project files.Adam Frisby2007-05-051-2/+8
|
* Cleaned up Adam's messgareth2007-05-051-1/+2
|
* Comments sucker!Adam Frisby2007-05-041-4/+49
|
* Sims can now load their datastore (their localworld class - ↵Adam Frisby2007-05-041-1/+1
| | | | prims/terrain/etc) from a file indicated by the grid server. This allows you to have a floating pool of regions tasked to whichever region they need to be at any time.
* Part 1/2 - loading sim datafiles from remote servers. (Floating grid, here ↵Adam Frisby2007-05-041-0/+3
| | | | we come!)
* * Deleted old sim profilesAdam Frisby2007-05-042-328/+286
| | | | | | * Added new grid manager replacement
* Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby2007-05-041-9/+15
| | | | | | | | Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet.
* Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby2007-05-041-1/+1
| | | | state yet, posted for reference and future use.
* Copied gridserver ready to convert to asset servergareth2007-04-291-49/+49
| | | | | | I'M THAT NUTS!!!!!!!!
* added just what opensim needs...yet another command line option: -noverbose ↵MW2007-04-261-4/+4
| | | | . cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-252-0/+7
| | | | viewer 1.15.02, due to big changes in the message templates.
* Small clean up of files and directoriesMW2007-04-251-159/+182
|
* === Dedicated to Jesse. ===lbsa712007-04-221-48/+48
| | | | | | * Deleted empty directory
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2007-04-211-48/+48
| | | | | | | | | very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
* W00t! multiple sims!gareth2007-04-151-1/+3
| | | | | | | | | Misc bugfixes Child agents!!!!!! General sexy stuff
* In the grid, there is life!gareth2007-04-141-2/+4
| | | | | | OGS now functional again, can login! w00t
* Fixed weird XML/HTTP bugsgareth2007-04-132-38/+47
| | | | | | | | Can now update a sim profile at startup automatically! W00t! Untested neighbours code (for sim crossings) Didn't drink any red bull today :( Used liquid guarana extract + cola
* aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth2007-04-122-73/+62
|
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-115-383/+256
| | | | | | * Now dumping default value in config. *
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-112-4/+10
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* Renamed the Servers directory to OpenSim.ServersMW2007-04-111-1/+1
|
* * Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa712007-04-113-2/+10
|
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-111-48/+48
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* Added POST handler for /sims/ in the grid servergareth2007-04-112-67/+139
| | | | | | | | | 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
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-111-48/+48
| | | | | | | * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
* Fixed "teh bug"gareth2007-04-101-48/+48
|
* Began adding POST handler for /sims REST stuffgareth2007-04-061-3/+10
|
* Added SimUUIDgareth2007-04-041-0/+2
| | | | | | Added empty POST for /sims in REST on gridserver
* * Added Primitive2 to vs2005 solutionlbsa712007-04-041-48/+48
| | | | | * Apparently, Prebuild thinks DEBUG should be in there.
* Finished initial sim<>Grid login (kinda)gareth2007-04-032-49/+48
| | | | | | | Can login but no config data sent/updated yet
* * Script prototypelbsa712007-04-032-5/+0
|
* Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2007-04-021-49/+49
| | | | configuration method, so that it is easier to load configuration data from a ogs server
* minor buggareth2007-04-021-1/+1
|
* Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW2007-04-021-121/+121
| | | | same database as in world prims are stored.
* Added OpenUser.Config projectgareth2007-04-021-121/+121
|
* Fixed VS2005 solution/project filesMW2007-04-021-121/+121
|
* Moved grid configuration to Db4o databasegareth2007-04-023-15/+40
|
* Added sim check timergareth2007-04-021-2/+38
|
* Added new REST protocol (partially complete)gareth2007-04-025-222/+283
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* * fixed some Framework refslbsa712007-03-311-4/+6
|
* * Naaw, -realphysx is too much to asklbsa712007-03-291-2/+2
| | | | | * Genning proj Guids from name hash, for great justice
* Doh! need to return the responsegareth2007-03-281-1/+1
|
* Added neighbours codegareth2007-03-281-0/+16
|
* Added more infrastructure for OGSgareth2007-03-282-0/+19
|
* * log file name conflictlbsa712007-03-281-1/+1
|
* * revert the revert - begin the beguinelbsa712007-03-271-5/+7
|
* * Reverting todays work. It was worth a try.lbsa712007-03-271-1/+1
|
* * vaseline + duct-tape.lbsa712007-03-271-1/+1
|