aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/Scene.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SandBox mode login now shares a base class with the grid mode user server. MW2007-06-221-2/+2
| | | | | 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).
* Some refactoring.MW2007-06-211-2/+2
|
* Very Preliminary teleporting between regions added. MW2007-06-211-1/+14
|
* Fixed problem of not being able to move out of the first 3X3 block of ↵MW2007-06-211-1/+1
| | | | regions. (Code Needs cleaning up).
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-201-36/+41
| | | | | | Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
* * Replaced old logging mechanism with new shiny logging mechanismAdam Frisby2007-06-201-22/+22
| | | | | * Console, I bid thee farewall. Use "Log" now where console used to exist.
* * Removed ClientThreads from avatarlbsa712007-06-201-1/+1
| | | | | | | | | * Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute * Added avatar handling to SimpleApp, still don't have any avatar out on the playing field * Removed some warnings * Went from IWorld to Scene *
* Fixed the flashing when crossing a border.MW2007-06-181-10/+19
|
* Fixed inverted map texture problem.MW2007-06-171-2/+23
| | | | | Added(from trunk) the loading of terrain files defined in the region.xml files.
* Each Region will now generate a texture image of their terrain and this will ↵MW2007-06-171-0/+11
| | | | 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.
* Very Preliminary local teleporting added (currently only can teleport ↵MW2007-06-171-51/+97
| | | | | | | 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-3/+3
|
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW2007-06-151-0/+34
| | | | have any backend ogs communication support yet so everything is Sandbox mode only )
* Preliminary movement added to sugilite, forwards walking only and no animations.MW2007-06-151-7/+1
|
* trying to clean up the namespaces.MW2007-06-141-0/+718