aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.World/Avatar.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim ↵MW2007-06-101-1/+1
| | | | to please!
* a couple of changes/fixesMW2007-06-091-3/+3
|
* * LogFile now defaults to "{apptype}.log"lbsa712007-06-091-8/+3
| | | | | | | | | | | | | | | | | | * cleaned away suo and user files. * added handy string chat variety to the API * Moved LockPhysicsEngine on World to SyncRoot on IWorld * Introduced NextLocalId instead of World fuggliness. * Transformed GetRegionInfo to Property on IWorld for great justice * Extracted default wearables (good to have) * Deleted unused BaseServer * Used IWorld instead of World wherever possible * The client constructor's not getting unused port any longer. * Extracted ClientView factoring so PacketServer can be tweaked. * Added SendLayerData to World * Made WorldBase abstract and cleaned it up a bit * added OpenGrid.Framework.Communications.dll.build and OpenSim.World.dll.build to svn * Added code for two examples (but not in prebuild yet)
* Number of small changes. MW2007-06-091-31/+0
|
* *Added delegates and events for parcel and estate managementmingchen2007-06-081-0/+7
| | | | | *Only thing left is to get the master user setup in both sandbox and grid mode
* *Moved SendRegionHandshake back to IClientAPI and modded ↵mingchen2007-06-081-1/+32
| | | | sendRegionHandshakeToAll to support the old method. (Again, my bad)
* *RegionInfo in Avatar class now protected again (oops, my fault)mingchen2007-06-081-3/+5
|
* *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen2007-06-081-12/+4
| | | | | | | | classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
* Added a few summary comments to OpenSim.World filesMW2007-05-311-3/+47
|
* Attempt to enable chat, but seems to be a problem with the distancesMW2007-05-301-1/+0
|
* We have successful login! MW2007-05-301-7/+8
|
* trying to get login to workMW2007-05-301-2/+4
|
* Now We need to test to see if we can loginMW2007-05-291-2/+4
|
* (no commit message)MW2007-05-291-5/+5
|
* (no commit message)MW2007-05-291-2/+2
|
* (no commit message)MW2007-05-291-5/+6
|
* number of changesMW2007-05-291-18/+22
|
* Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW2007-05-271-9/+9
| | | | just missing backend comms and working Avatar/primitives classes.
* Goodbye WorldMW2007-05-261-0/+157