aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/ScenePresence.Body.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW1-3/+3
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).
2007-06-21Some refactoring.MW1-22/+43
2007-06-21Fixed problem of not being able to move out of the first 3X3 block of ↵MW1-1/+1
regions. (Code Needs cleaning up).
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW1-1/+1
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW1-1/+11
have any backend ogs communication support yet so everything is Sandbox mode only )
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-0/+27
2007-05-31Implementing a test Communications manager to test some of the interfaces ↵MW1-2/+2
(likely this test version will morph into the sandbox version)
2007-05-31More work on OpenGrid.Framework.CommunicationsMW1-0/+32