aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.LocalCommunications/CommunicationsLocal.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-25updated prebuild.xml.MW1-3/+4
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW1-2/+9
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-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-6/+4
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-19*Added some missing files from last commitmingchen1-4/+0
*LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
2007-06-18*Updated/Added the base classes and interfaces for user and login serversmingchen1-2/+10
*Not yet usable, but I'm working on it
2007-06-17Fixed inverted map texture problem.MW1-3/+3
Added(from trunk) the loading of terrain files defined in the region.xml files.
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-16Some Rearranging of CommsManager.MW1-9/+9
2007-06-11Started to add/update copyright notice in sugilite.MW1-0/+27
2007-06-10Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW1-7/+3
InformClientOfNeighbours method into that.
2007-06-10Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW1-10/+0
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-10(no commit message)MW1-0/+15
2007-06-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen1-57/+3
2007-06-08Added prebuild.exe and fixed a couple of namespace problems in ↵MW1-0/+1
AvatarAnimations.cs. Now need to update prebuild.xml
2007-05-31Another commit as ordered by roblMW1-1/+1
2007-05-31More work on OpenGrid.Framework.CommunicationsMW1-1/+1
2007-05-31(no commit message)MW1-0/+10
2007-05-31(no commit message)MW1-2/+13
2007-05-31(no commit message)MW1-1/+23
2007-05-31class name change and directory properties modified MW1-2/+2
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW1-0/+33