aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Moved console input-handling function "RunTerrainCmd" into BasicTerrain itsel...Adam Frisby2007-04-242-80/+85
* 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-2225-1306/+1309
* Now starts up a laggy (to be fixed) TCP server in grid mode and sends a bannergareth2007-04-222-3/+18
* Added some more good stuff to the new TCP skeletongareth2007-04-221-7/+17
* 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
* Comments (Part 2/2)Adam Frisby2007-04-221-0/+24
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ...gareth2007-04-2125-1305/+1380
* Part 1/2: Comments (other part will come later)Adam Frisby2007-04-211-0/+18
* Whoops.Adam Frisby2007-04-211-2/+19
* Terrain / Physics / Storage:Adam Frisby2007-04-211-2/+9
* Config:Adam Frisby2007-04-213-14/+14
* Added an island to the coast of this terrain.Adam Frisby2007-04-203-0/+0
* FixAdam Frisby2007-04-201-3/+3
* Terrain files for Coastal Terrain Set (2 by 2 sims) and HOWTO.txt for importing.Adam Frisby2007-04-205-0/+9
* Terrain:Adam Frisby2007-04-202-0/+10
* Terrain:Adam Frisby2007-04-202-0/+10
* Hopefully fixed the forward slash bug in the gridurl set upMW2007-04-201-7/+16
* In memorium: Jesse Higginbotham (1990-2007)Adam Frisby2007-04-201-0/+12
* Console:Adam Frisby2007-04-202-3/+132
* (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-173-2/+15
* 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-178-23/+159
* Started to fix sandbox modeMW2007-04-151-59/+72
* unbroke sandbox modegareth2007-04-151-2/+2
* W00t! multiple sims!gareth2007-04-159-37/+129
* In the grid, there is life!gareth2007-04-147-43/+39
* Fixed weird XML/HTTP bugsgareth2007-04-134-41/+56
* aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth2007-04-123-78/+71
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-1124-775/+544
* * cleaninglbsa712007-04-113-36/+0
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-1110-172/+178
* deleted OpenSim.Terrain.BasicTerrain.dll from the bin folder, don't think the...MW2007-04-111-0/+0
* Renamed the Servers directory to OpenSim.ServersMW2007-04-1115-103/+145
* Thought OpenSim.Config had been deleted a long time ago.MW2007-04-112-5/+0
* Attempt to rearrange some of the directoriesMW2007-04-1138-100/+85
* small improvement to the jvm and test scriptMW2007-04-113-2/+39
* * ignoring some binarieslbsa712007-04-111-0/+0
* * Cleaning lady at it again.lbsa712007-04-114-18/+1
* * Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa712007-04-1110-140/+119