aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.LocalCommunications/CommunicationsLocal.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SandBox mode login now shares a base class with the grid mode user server. MW2007-06-221-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).
* Made a base class from the Grid mode UserServer.UserManager and included ↵MW2007-06-191-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)
* *Added some missing files from last commitmingchen2007-06-191-4/+0
| | | | | *LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
* *Updated/Added the base classes and interfaces for user and login serversmingchen2007-06-181-2/+10
| | | | | *Not yet usable, but I'm working on it
* Fixed inverted map texture problem.MW2007-06-171-3/+3
| | | | | Added(from trunk) the loading of terrain files defined in the region.xml files.
* Very Preliminary local teleporting added (currently only can teleport ↵MW2007-06-171-1/+1
| | | | | | | within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
* Some Rearranging of CommsManager.MW2007-06-161-0/+51