aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-12Work on Primitive class.MW4-29/+51
2007-06-12Deleted old AssetCache.cs file.MW3-47/+0
2007-06-12Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches.MW8-578/+8
2007-06-12Created OpenSim.Caches project and moved the assetcache to that. MW8-1/+766
2007-06-12did I say I was doing some rearranging? MW3-29/+32
2007-06-12And some more!MW8-2113/+23
2007-06-12More rearranging.MW10-261/+2354
2007-06-12Some rearranging of folders in OpenSim.RegionMW14-35/+35
2007-06-12Some Work on the Primitive classMW5-59/+143
2007-06-11*Removed missing file in csprojmingchen4-80/+0
*Removed Avatar.Client.cs (unused)
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen8-77/+63
*Updated prebuild.xml
2007-06-11*Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen3-17/+30
2007-06-11*Removed AdminWebFront -- Unusedmingchen5-69/+0
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen79-86/+1855
2007-06-11Started to add/update copyright notice in sugilite.MW2-6/+33
2007-06-11A few small changes and hopefully fixed the nant build problem ↵MW3-7/+56
(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.MW3-1/+30
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 ↵MW2-31/+24
InformClientOfNeighbours method into that.
2007-06-10Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW4-8/+3
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-10Added a Couple of summary commentsMW2-83/+258
2007-06-10Prim creation working.MW10-192/+132
2007-06-10Another bug fixMW2-2/+4
2007-06-10a few bug fixesMW2-69/+4
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-10Deleted OpenSim.World project files.MW2-275/+0
2007-06-10More rearranging.MW21-0/+275
2007-06-10part two of the folder renaming fix.MW23-0/+0
2007-06-10Messed up the renaming of the folder, so part one of the fixMW23-0/+4014
2007-06-10Renamed folderMW24-4015/+1
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 ↵MW20-40/+40
to please!
2007-06-10(no commit message)MW2-6/+19
2007-06-09a couple of changes/fixesMW3-7/+7
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa7139-332/+922
* 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*Fixed casting mishap in last commit - client now starts up without crashingmingchen1-1/+1
2007-06-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen7-26/+26
2007-06-09Number of small changes. MW6-75/+109
2007-06-08*Added delegates and events for parcel and estate managementmingchen6-5/+112
*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 ↵mingchen36-312/+1597
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 ↵MW2-57/+43
version from trunk
2007-06-08prebuild.xml should be fixed/updated.MW5-682/+49
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 ↵MW3-9/+17
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 roblMW2-6/+55