aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.World (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-10Renamed folderMW23-4014/+0
2007-06-10More World to Region transformation.MW9-9/+9
2007-06-10Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim ↵MW16-29/+29
to please!
2007-06-10(no commit message)MW1-4/+18
2007-06-09a couple of changes/fixesMW2-5/+4
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa717-108/+129
* 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)
2007-06-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen2-14/+14
2007-06-09Number of small changes. MW4-72/+54
2007-06-08*Added delegates and events for parcel and estate managementmingchen3-3/+72
*Only thing left is to get the master user setup in both sandbox and grid mode
2007-06-08*Moved SendRegionHandshake back to IClientAPI and modded ↵mingchen2-37/+33
sendRegionHandshakeToAll to support the old method. (Again, my bad)
2007-06-08*RegionInfo in Avatar class now protected again (oops, my fault)mingchen7-88/+98
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen8-29/+1160
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
2007-06-08Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW1-29/+22
version from trunk
2007-06-08prebuild.xml should be fixed/updated.MW2-495/+6
2007-06-08Added prebuild.exe and fixed a couple of namespace problems in ↵MW1-4/+4
AvatarAnimations.cs. Now need to update prebuild.xml
2007-06-08Imported AvatarAnimations.cs from trunkMW1-0/+73
2007-06-03* Removing AvatarAnimations.cs from sugalite until it can be rewritten.Adam Frisby1-169/+0
2007-05-31After nearly a hour of searching for an annoying bug (which turned out to be ↵MW1-7/+13
a new statement one line outside the loop it should have been in)....Multi-Regions in a single instance work, there is no Grid mode communication, so it can only be tested in sandbox mode right now. All you need to do is put .xml files for each region you want to be ran by the single server inside the "bin\Regions" folder (make sure none of the settings in those .xml files conflict with each other) and then startup the server and login, Any neighbouring regions that are being ran in the instance should show up. (However there is still no movement or anything) Now time to refine the communications interfaces!
2007-05-31Another commit as ordered by roblMW1-6/+26
2007-05-31Implementing a test Communications manager to test some of the interfaces ↵MW2-1/+32
(likely this test version will morph into the sandbox version)
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW1-1/+4
2007-05-31Added a few summary comments to OpenSim.World filesMW12-104/+349
2007-05-30As its my last commit for the day, it just looks better to leave it on a ↵MW1-1/+1
even revision number
2007-05-30Attempt to enable chat, but seems to be a problem with the distancesMW3-3/+14
2007-05-30Seems our avatar was a bit overexcited about existing and stayed about 5 ↵MW1-1/+1
miles above the ground, so time for them to come back down to earth a bit (ie now your avatar is only slightly above ground level)
2007-05-30We have successful login! MW2-7/+9
2007-05-30trying to get login to workMW1-2/+4
2007-05-29Now We need to test to see if we can loginMW2-4/+6
2007-05-29(no commit message)MW2-6/+6
2007-05-29(no commit message)MW3-42/+6
2007-05-29(no commit message)MW2-11/+57
2007-05-29number of changesMW3-27/+30
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW10-293/+600
just missing backend comms and working Avatar/primitives classes.
2007-05-26Goodbye WorldMW22-0/+2742