aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/world/Avatar.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen2007-06-071-482/+0
| | | | | | | | NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
* *When avatar crosses parcel, it updates successfully in the viewermingchen2007-06-071-0/+7
| | | | | | *This includes parcel name in title bar, media and music autoplay, and parcel flag icons *Yay!
* * Added proper copyright notices to everything (1/3)Adam Frisby2007-06-051-0/+27
|
* * Removed MainConsole.Instance.WriteLine completelyAdam Frisby2007-06-051-5/+5
| | | | | | * Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely.
* * Removed more referencesAdam Frisby2007-06-031-4/+4
|
* * Region Terrain textures are now loaded from the RegionInfo class rather ↵Adam Frisby2007-05-271-16/+16
| | | | | | | | than being hard coded in the handshake packets. * Supports: Base0-3 textures, Detail0-3 textures, Start00-11 values, Range00-11 values. * Added notes on how terrain texturing works to their definition in regionInfoBase.
* First part of border crossing fix.MW2007-05-251-1/+31
|
* Renamed the new Directories. (removed the "-Source" from the end of them)MW2007-05-241-0/+418