aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Some Work on the Primitive classMW2007-06-125-59/+143
| |
| * *Fixed sugilitemingchen2007-06-112-159/+112
| |
| * *Removed missing file in csprojmingchen2007-06-119-182/+141
| | | | | | | | | | *Removed Avatar.Client.cs (unused)
| * *Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2007-06-1132-386/+338
| | | | | | | | | | *Updated prebuild.xml
| * *Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen2007-06-116-81/+54
| |
| * *Removed AdminWebFront -- Unusedmingchen2007-06-115-69/+0
| |
| * *Added and updated copyright headers on all files in both OpenSim and OGSmingchen2007-06-11115-101/+2763
| |
| * Started to add/update copyright notice in sugilite.MW2007-06-1134-34/+791
| |
| * Seems someone deleted BaseServer.cs without removing references to itMW2007-06-114-66/+57
| |
| * A few small changes and hopefully fixed the nant build problem ↵MW2007-06-116-17/+68
| | | | | | | | (OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
| * Added AttachObject method to IClientAPI.MW2007-06-114-1/+31
| | | | | | | | | | Added RequestAvatar(LLUUID avatarID) method to world.
| * Renamed sandBoxManager to LocalBackEndServicesMW2007-06-119-58/+58
| |
| * Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW2007-06-1011-94/+127
| | | | | | | | InformClientOfNeighbours method into that.
| * Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW2007-06-1013-154/+163
| | | | | | | | the CommsManager interfaces (commsManager.gridServer etc).
| * Added a Couple of summary commentsMW2007-06-102-83/+258
| |
| * Prim creation working.MW2007-06-1012-206/+178
| |
| * Another bug fixMW2007-06-103-3/+5
| |
| * a few bug fixesMW2007-06-103-70/+5
| |
| * allows the texture of the created/sent primitive to be set. MW2007-06-102-7/+7
| |
| * Added Primitive sending methods to the IClientAPI (and implemented in ↵MW2007-06-102-2/+98
| | | | | | | | ClientView.API), but currently untested.
| * Deleted OpenSim.World project files.MW2007-06-103-416/+90
| |
| * More rearranging.MW2007-06-1022-90/+416
| |
| * part two of the folder renaming fix.MW2007-06-1023-0/+0
| |
| * Messed up the renaming of the folder, so part one of the fixMW2007-06-1023-0/+4014
| |
| * Renamed folderMW2007-06-1027-4020/+6
| |
| * More World to Region transformation.MW2007-06-109-9/+9
| |
| * Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim ↵MW2007-06-1023-51/+51
| | | | | | | | to please!
| * (no commit message)MW2007-06-108-110/+177
| |
| * a couple of changes/fixesMW2007-06-093-7/+7
| |
| * * follow up ignore of generated fileslbsa712007-06-090-0/+0
| |
| * * LogFile now defaults to "{apptype}.log"lbsa712007-06-0983-876/+1273
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
| * *Fixed casting mishap in last commit - client now starts up without crashingmingchen2007-06-091-1/+1
| |
| * *Reorganized RegionServerCommsManager for OGS and local supportmingchen2007-06-0923-262/+444
| |
| * Number of small changes. MW2007-06-0910-76/+111
| |
| * Protip: Check for obvious errors before submittingAdam Frisby2007-06-091-3/+3
| |
| * * Added more support for wider profile information from get user REST calls.Adam Frisby2007-06-091-2/+22
| | | | | | | | | | | | * Added comments and stuff
| * Patched up error handling to return a better XML string.Adam Frisby2007-06-091-1/+19
| |
| * * Just for the heck of it - added a UUID based equivilent too.Adam Frisby2007-06-092-0/+15
| |
| * * Sugilite user server can now return user profile information by account ↵Adam Frisby2007-06-093-4/+55
| | | | | | | | name (Hi MingChen) - uses the REST GET /user/name/ method.
| * *Adding configuration settings for master avatarsmingchen2007-06-091-1/+43
| | | | | | | | | | *Sandbox mode password is there, but should I store this in config and ask every time?
| * * Removed ServiceManager from OGS/Sugilite due to compilation issues.Adam Frisby2007-06-0914-932/+142
| | | | | | | | | | * Removed GridInterface reference from AssetServer
| * *Added delegates and events for parcel and estate managementmingchen2007-06-087-5/+121
| | | | | | | | | | *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-082-37/+33
| | | | | | | | sendRegionHandshakeToAll to support the old method. (Again, my bad)
| * *RegionInfo in Avatar class now protected again (oops, my fault)mingchen2007-06-088-89/+99
| |
| * *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen2007-06-0877-1275/+1901
| | | | | | | | | | | | | | | | classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
| * *Added EstateSettings.cs and ParcelData.cs to OpenSim.Framework.Typesmingchen2007-06-084-61/+292
| |
| * Updated OpenSim.Framework.Console with changes from trunk (also for now have ↵MW2007-06-084-8/+133
| | | | | | | | kept the writeline functions).
| * Re-imported OpenGridServices from trunkMW2007-06-08119-0/+14155
| |
| * Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW2007-06-08100-8833/+43
| | | | | | | | version from trunk
| * prebuild.xml should be fixed/updated.MW2007-06-0813-840/+288
| |