aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/Avatar.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Each Region will now generate a texture image of their terrain and this will ↵MW2007-06-171-18/+0
| | | | 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-3/+39
| | | | | | | within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW2007-06-151-21/+18
| | | | 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-17/+85
|
* some more rearrangingMW2007-06-151-0/+225