aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.LocalCommunications/LocalBackEndServices.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-17Each Region will now generate a texture image of their terrain and this will ↵MW1-1/+1
be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes.
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW1-4/+33
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-16Some Rearranging of CommsManager.MW1-8/+10
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW1-0/+32
have any backend ogs communication support yet so everything is Sandbox mode only )
2007-06-11Started to add/update copyright notice in sugilite.MW1-0/+28
2007-06-11Renamed sandBoxManager to LocalBackEndServicesMW1-3/+3
2007-06-10Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW1-9/+1
InformClientOfNeighbours method into that.
2007-06-10Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW1-10/+8
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-10(no commit message)MW1-0/+107
2007-06-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen1-0/+20