aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.World/Avatar.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-10Renamed folderMW1-206/+0
2007-06-10Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to...MW1-1/+1
2007-06-09a couple of changes/fixesMW1-3/+3
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa711-8/+3
2007-06-09Number of small changes. MW1-31/+0
2007-06-08*Added delegates and events for parcel and estate managementmingchen1-0/+7
2007-06-08*Moved SendRegionHandshake back to IClientAPI and modded sendRegionHandshakeT...mingchen1-1/+32
2007-06-08*RegionInfo in Avatar class now protected again (oops, my fault)mingchen1-3/+5
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData c...mingchen1-12/+4
2007-05-31Added a few summary comments to OpenSim.World filesMW1-3/+47
2007-05-30Attempt to enable chat, but seems to be a problem with the distancesMW1-1/+0
2007-05-30We have successful login! MW1-7/+8
2007-05-30trying to get login to workMW1-2/+4
2007-05-29Now We need to test to see if we can loginMW1-2/+4
2007-05-29(no commit message)MW1-5/+5
2007-05-29(no commit message)MW1-2/+2
2007-05-29(no commit message)MW1-5/+6
2007-05-29number of changesMW1-18/+22
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, jus...MW1-9/+9
2007-05-26Goodbye WorldMW1-0/+0
2007-05-26Die WebFrontEnd, Die Grid class!MW1-18/+3
2007-05-26Die Avatar class, and you to Primitive class!MW1-272/+6
2007-05-25First part of border crossing fix.MW1-1/+31
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that t...MW1-3/+4
2007-05-21More work on adding Events to ClientView (and registering to handle those eve...MW1-1/+14
2007-05-21Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ,...MW1-4/+4
2007-05-15Added RemoveAvatar() method to physics plugins, should be called on log out (...MW1-0/+4
2007-05-1293 warnings in the compiler, 93 warnings appear, you fix one up, create two m...Adam Frisby1-5/+5
2007-05-12Increased the flying speed MW1-1/+1
2007-05-04* Removed superfluous int to prevent warningAdam Frisby1-1/+0
2007-04-30fixed the VS 2005 solution/ project files.MW1-4/+3
2007-04-26At last: avatar-template.dat is no moreMW1-5/+13
2007-04-26Mostly working again.MW1-3/+37
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ...MW1-9/+18
2007-04-17A few fixes and stopped sim crossing being attempted in sandbox modeMW1-3/+3
2007-04-17Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to be...gareth1-2/+2
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-1/+1
2007-04-11Major ass changes to terrain (now uses libTerrain-BSD!) and all-round improve...Adam Frisby1-2/+2
2007-04-06**BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby1-2/+2
2007-04-04Split Avatar class into three partial classes (hopefully will make it easier ...MW1-283/+4
2007-04-03* Extended Script API with GetRandomAvatarlbsa711-22/+3
2007-03-30Some very basic terraforming, can raise and lower the terrain, but currently ...MW1-1/+1
2007-03-28RIP OpenSimRoot. (removed)MW1-9/+45
2007-03-27* revert the revert - begin the beguinelbsa711-15/+24
2007-03-27* Reverting todays work. It was worth a try.lbsa711-24/+15
2007-03-27* Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa711-15/+24
2007-03-26preparing to add full clothes/body part support. MW1-14/+47
2007-03-23Added Fly animationMW1-4/+21
2007-03-23Fixed it so that a Avatar update shouldn't be sent every frame and none shoul...MW1-185/+59