aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-12Created OpenSim.Caches project and moved the assetcache to that. MW3-1/+9
2007-06-12And some more!MW8-2113/+23
2007-06-12More rearranging.MW10-261/+2354
2007-06-12Some rearranging of folders in OpenSim.RegionMW2-6/+6
2007-06-12Some Work on the Primitive classMW1-0/+59
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2-35/+27
*Updated prebuild.xml
2007-06-11*Removed AdminWebFront -- Unusedmingchen4-64/+0
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen17-18/+374
2007-06-11A few small changes and hopefully fixed the nant build problem ↵MW1-6/+34
(OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
2007-06-11Added AttachObject method to IClientAPI.MW2-1/+21
Added RequestAvatar(LLUUID avatarID) method to world.
2007-06-11Renamed sandBoxManager to LocalBackEndServicesMW3-35/+28
2007-06-10Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW1-28/+21
InformClientOfNeighbours method into that.
2007-06-10Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW1-2/+0
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-10Added a Couple of summary commentsMW1-80/+171
2007-06-10Prim creation working.MW6-98/+48
2007-06-10Another bug fixMW1-1/+3
2007-06-10a few bug fixesMW1-1/+3
2007-06-10allows the texture of the created/sent primitive to be set. MW1-6/+6
2007-06-10Added Primitive sending methods to the IClientAPI (and implemented in ↵MW1-2/+96
ClientView.API), but currently untested.
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa717-49/+54
* 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-6/+6
2007-06-09Number of small changes. MW2-3/+55
2007-06-08*Added delegates and events for parcel and estate managementmingchen2-0/+33
*Only thing left is to get the master user setup in both sandbox and grid mode
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen4-93/+29
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-28/+21
version from trunk
2007-06-08prebuild.xml should be fixed/updated.MW2-150/+9
2007-05-31After nearly a hour of searching for an annoying bug (which turned out to be ↵MW1-1/+1
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-0/+29
2007-05-31More work on OpenGrid.Framework.CommunicationsMW1-0/+56
2007-05-31(no commit message)MW3-5/+8
2007-05-31Die AuthenticateSessionsRemote. hrrm okay don't die, just partially die MW1-22/+0
2007-05-31(no commit message)MW1-1/+1
2007-05-31Moved AuthenticateSessionsBase to OpenSim.Framework (is likely to move again ↵MW2-108/+0
or be deleted and replaced with something else)
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW6-2/+7
2007-05-30We have successful login! MW2-5/+2
2007-05-30trying to get login to workMW3-25/+78
2007-05-29Now We need to test to see if we can loginMW2-4/+21
2007-05-29(no commit message)MW1-0/+14
2007-05-29(no commit message)MW1-1/+1
2007-05-29number of changesMW4-14/+210
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW21-896/+359
just missing backend comms and working Avatar/primitives classes.
2007-05-26Goodbye WorldMW22-2645/+28
2007-05-26Die WebFrontEnd, Die Grid class!MW11-789/+47
2007-05-26Die Avatar class, and you to Primitive class!MW3-1100/+19