aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Commented out the Scene.Backup method for now as there isn't really anything ↵MW2007-06-1425-2389/+4
| | | | | | | to Backup yet and it might be the cause of a memory leak. Deleted EmbeddedJVM scripting engine, not being used. "If" we ever decide to use it then it can be re-added.
* Fixed the bug that makes a region use its water height as its name (in ↵MW2007-06-144-187/+222
| | | | | | | regionhandshake), which lead to most regions being called "20". (applied fix to sugilite) Rearranged some of the methods in ClientView.API.
* * Applying patches to sugilite too.Adam Frisby2007-06-131-3/+6
|
* (no commit message)MW2007-06-1212-25/+24
|
* Renamed World class to Scene classMW2007-06-1214-55/+55
|
* Renamed OpenSim.Region/World folder to Scene (classes renaming will follow)MW2007-06-1219-43/+74
|
* some more rearranging. MW2007-06-123-0/+0
|
* (no commit message)MW2007-06-126-179/+32
|
* Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵MW2007-06-122-32/+26
| | | | | | | currently unused and would need rewriting when we do get .net remoting added. Fixed compile error that happened due to the deleting of ClientView.Grid.
* Deleted ClientView.Grid.cs (Unused).MW2007-06-124-63/+29
| | | | | Added one or two new helper functions to ClientView.
* Work on Primitive class.MW2007-06-124-29/+51
|
* Deleted old AssetCache.cs file.MW2007-06-123-47/+0
|
* Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches.MW2007-06-128-578/+8
|
* Created OpenSim.Caches project and moved the assetcache to that. MW2007-06-128-1/+766
|
* did I say I was doing some rearranging? MW2007-06-123-29/+32
|
* And some more!MW2007-06-128-2113/+23
|
* More rearranging.MW2007-06-1210-261/+2354
|
* Some rearranging of folders in OpenSim.RegionMW2007-06-1214-35/+35
|
* Some Work on the Primitive classMW2007-06-125-59/+143
|
* *Removed missing file in csprojmingchen2007-06-114-80/+0
| | | | | *Removed Avatar.Client.cs (unused)
* *Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2007-06-118-77/+63
| | | | | *Updated prebuild.xml
* *Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen2007-06-113-17/+30
|
* *Removed AdminWebFront -- Unusedmingchen2007-06-115-69/+0
|
* *Added and updated copyright headers on all files in both OpenSim and OGSmingchen2007-06-1179-86/+1855
|
* Started to add/update copyright notice in sugilite.MW2007-06-112-6/+33
|
* A few small changes and hopefully fixed the nant build problem ↵MW2007-06-113-7/+56
| | | | (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-113-1/+30
| | | | | Added RequestAvatar(LLUUID avatarID) method to world.
* Renamed sandBoxManager to LocalBackEndServicesMW2007-06-113-35/+28
|
* Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW2007-06-102-31/+24
| | | | InformClientOfNeighbours method into that.
* Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW2007-06-104-8/+3
| | | | the CommsManager interfaces (commsManager.gridServer etc).
* Added a Couple of summary commentsMW2007-06-102-83/+258
|
* Prim creation working.MW2007-06-1010-192/+132
|
* Another bug fixMW2007-06-102-2/+4
|
* a few bug fixesMW2007-06-102-69/+4
|
* allows the texture of the created/sent primitive to be set. MW2007-06-101-6/+6
|
* Added Primitive sending methods to the IClientAPI (and implemented in ↵MW2007-06-101-2/+96
| | | | ClientView.API), but currently untested.
* Deleted OpenSim.World project files.MW2007-06-102-275/+0
|
* More rearranging.MW2007-06-1021-0/+275
|
* 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-1024-4015/+1
|
* 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-1020-40/+40
| | | | to please!
* (no commit message)MW2007-06-102-6/+19
|
* a couple of changes/fixesMW2007-06-093-7/+7
|
* * LogFile now defaults to "{apptype}.log"lbsa712007-06-0939-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)
* *Fixed casting mishap in last commit - client now starts up without crashingmingchen2007-06-091-1/+1
|
* *Reorganized RegionServerCommsManager for OGS and local supportmingchen2007-06-097-26/+26
|
* Number of small changes. MW2007-06-096-75/+109
|
* *Added delegates and events for parcel and estate managementmingchen2007-06-086-5/+112
| | | | | *Only thing left is to get the master user setup in both sandbox and grid mode