aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* At last: avatar-template.dat is no moreMW2007-04-261-5/+13
* Mostly working again.MW2007-04-263-6/+39
* attempted bug fixMW2007-04-251-1/+1
* updated to use lastest version of libsl but is currently broke when using SL ...MW2007-04-2510-21/+66
* Can now use the xml config file for setting up things like sandbox mode, logi...MW2007-04-251-2/+91
* Small clean up of files and directoriesMW2007-04-2517-98/+25
* Moved console input-handling function "RunTerrainCmd" into BasicTerrain itsel...Adam Frisby2007-04-241-80/+5
* Added mutex instead of lock for updateAdam Frisby2007-04-221-37/+37
* Needs testing.Adam Frisby2007-04-223-3/+11
* Added lock around World.Update to prevent multiple updates occuring simultane...Adam Frisby2007-04-221-32/+37
* SimClient: Added Try/Catch over block of code which is triggering an exceptio...Adam Frisby2007-04-222-1/+17
* === Dedicated to Jesse. ===lbsa712007-04-221-83/+83
* Now starts up a laggy (to be fixed) TCP server in grid mode and sends a bannergareth2007-04-221-2/+12
* Bumped avatar entry height to 15m above ground rather than the old 1m above g...Adam Frisby2007-04-221-1/+1
* Removed last references to ancient LandMap[] array.Adam Frisby2007-04-221-2/+1
* Commented first 50% of World.cs's functions with /// tagsAdam Frisby2007-04-221-0/+64
* Small fixAdam Frisby2007-04-221-0/+1
* Added exception handling to each function in World.cs - code is assumed stabl...Adam Frisby2007-04-221-224/+369
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ...gareth2007-04-211-83/+83
* Terrain / Physics / Storage:Adam Frisby2007-04-211-2/+9
* Config:Adam Frisby2007-04-211-3/+3
* Terrain:Adam Frisby2007-04-201-0/+5
* Terrain:Adam Frisby2007-04-201-0/+5
* Hopefully fixed the forward slash bug in the gridurl set upMW2007-04-201-7/+16
* Console:Adam Frisby2007-04-201-3/+75
* (no commit message)MW2007-04-171-437/+0
* Yet another command line option (really need to get all these moved into a co...MW2007-04-172-2/+9
* Hopefully undid the murder I committed in the last commitMW2007-04-172-22/+25
* A few fixes and stopped sim crossing being attempted in sandbox modeMW2007-04-176-195/+228
* Created skeleton SimComms.cs for sim<->sim UDP circuitsgareth2007-04-173-4/+476
* Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to be...gareth2007-04-174-18/+142
* Started to fix sandbox modeMW2007-04-151-59/+72
* unbroke sandbox modegareth2007-04-151-2/+2
* W00t! multiple sims!gareth2007-04-154-32/+93
* Fixed weird XML/HTTP bugsgareth2007-04-131-2/+4
* aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth2007-04-121-5/+9
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-114-18/+17
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-112-14/+14
* Renamed the Servers directory to OpenSim.ServersMW2007-04-111-1/+1
* small improvement to the jvm and test scriptMW2007-04-111-0/+1
* First basic test script now works in the jvm scripting engine. MW2007-04-112-5/+127
* Changed so that a bin\ScriptEngines\ directory will be searched for scripting...MW2007-04-114-87/+117
* (no commit message)MW2007-04-111-39/+44
* Added POST handler for /sims/ in the grid servergareth2007-04-113-146/+123
* * nant building againlbsa712007-04-111-1/+1
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-112-112/+107
* Major ass changes to terrain (now uses libTerrain-BSD!) and all-round improve...Adam Frisby2007-04-112-8/+8
* (no commit message)MW2007-04-102-25/+30
* And now clothes update and show for all usersgareth2007-04-101-0/+16
* Fixed avatar appearance not updating issue as per bug report #79gareth2007-04-101-1/+2