aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/Avatar.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW1-306/+0
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby1-1/+1
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-20* Removed ClientThreads from avatarlbsa711-5/+3
* 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 *
2007-06-17Each Region will now generate a texture image of their terrain and this will ↵MW1-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.
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW1-3/+39
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW1-21/+18
have any backend ogs communication support yet so everything is Sandbox mode only )
2007-06-15Preliminary movement added to sugilite, forwards walking only and no animations.MW1-17/+85
2007-06-15some more rearrangingMW1-0/+0
2007-06-14trying to clean up the namespaces.MW1-0/+225