aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSimMain.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-20Terrain:Adam Frisby1-0/+5
2007-04-20Terrain:Adam Frisby1-0/+5
2007-04-20Console:Adam Frisby1-3/+75
2007-04-17Yet another command line option (really need to get all these moved into a co...MW1-1/+9
2007-04-17A few fixes and stopped sim crossing being attempted in sandbox modeMW1-26/+33
2007-04-17Created skeleton SimComms.cs for sim<->sim UDP circuitsgareth1-0/+20
2007-04-17Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to be...gareth1-8/+15
2007-04-15Started to fix sandbox modeMW1-59/+72
2007-04-15unbroke sandbox modegareth1-2/+2
2007-04-15W00t! multiple sims!gareth1-5/+56
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-8/+8
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-1/+1
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for scripting...MW1-1/+1
2007-04-11Added POST handler for /sims/ in the grid servergareth1-1/+0
2007-04-11* nant building againlbsa711-1/+1
2007-04-10Fixed "teh bug"gareth1-0/+1
2007-04-07Documentation!Adam Frisby1-0/+20
2007-04-06Now back to compiling, just no terrain generation at the momentMW1-1/+1
2007-04-06**BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby1-1/+1
2007-04-04more work on Primitive2MW1-3/+4
2007-04-04no SimUUID in OpenSimMaingareth1-3/+1
2007-04-04Added SimUUIDgareth1-14/+4
2007-04-03Finished initial sim<>Grid login (kinda)gareth1-1/+2
2007-04-03Temporary fix for the object taking bugMW1-17/+13
2007-04-02OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses OpenSim.Gene...MW1-17/+42
2007-04-02Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic con...MW1-0/+1
2007-04-02Added /simstatus REST handlergareth1-0/+5
2007-04-02Moved database storage of the world map to the Db4LocalStorage so its in the ...MW1-2/+4
2007-04-01More refactoringMW1-51/+26
2007-04-01More cleaning up of SimClient and packet handlingMW1-7/+9
2007-04-01Moved more packet types to handlersMW1-0/+25
2007-04-01More work on adding Packets handlers and tested the first handler. MW1-0/+7
2007-03-31Added Packet handlers to SimClient MW1-0/+1
2007-03-31Can now Rez and DeRez objects (take to and from inventory).MW1-0/+2
2007-03-30Started to add a few features to the web front end that should be useful duri...MW1-1/+1
2007-03-29* RestMethod now uses same pattern as XmlRpcMethodlbsa711-1/+2
2007-03-29* Tried to make the sandbox/useraccount sim setup a bit simplerlbsa711-26/+25
2007-03-29Added lbsa71's http server changes. MW1-23/+63
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox mode,...MW1-3/+19
2007-03-28RIP OpenSimRoot. (removed)MW1-45/+54
2007-03-28* worked a little bit more on straigthening the startup procedure outlbsa711-25/+53
2007-03-27* revert the revert - begin the beguinelbsa711-4/+4
2007-03-27* Reverting todays work. It was worth a try.lbsa711-4/+4
2007-03-27* Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa711-2/+2
2007-03-27* Introduced BaseHttpServer (doing nothing at the moment)lbsa711-2/+2
2007-03-27Added REST-handler interface for the http server and changed the Admin Web fr...MW1-0/+1
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and s...lbsa711-1/+52
2007-03-24* Added separate exe projectlbsa711-70/+2
2007-03-23Fixed it so that a Avatar update shouldn't be sent every frame and none shoul...MW1-2/+0
2007-03-23Added LoadAnims()gareth1-0/+2