aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Applied Prebuild fixes to Sugilitelbsa712007-06-142-22/+22
| | | | | | * Rebuilt project files * ignored some bins
* Commented out the Scene.Backup method for now as there isn't really anything ↵MW2007-06-141-0/+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-142-20/+24
| | | | | | | regionhandshake), which lead to most regions being called "20". (applied fix to sugilite) Rearranged some of the methods in ClientView.API.
* (no commit message)MW2007-06-124-5/+4
|
* Renamed World class to Scene classMW2007-06-1213-52/+52
|
* Renamed OpenSim.Region/World folder to Scene (classes renaming will follow)MW2007-06-1218-43/+31
|
* some more rearranging. MW2007-06-123-0/+0
|
* (no commit message)MW2007-06-126-179/+32
|
* Work on Primitive class.MW2007-06-123-7/+22
|
* did I say I was doing some rearranging? MW2007-06-123-29/+32
|
* Some rearranging of folders in OpenSim.RegionMW2007-06-128-17/+17
|
* Some Work on the Primitive classMW2007-06-124-59/+84
|
* *Removed missing file in csprojmingchen2007-06-113-79/+0
| | | | | *Removed Avatar.Client.cs (unused)
* *Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2007-06-112-7/+7
| | | | | *Updated prebuild.xml
* *Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen2007-06-111-2/+2
|
* *Added and updated copyright headers on all files in both OpenSim and OGSmingchen2007-06-1119-0/+514
|
* A few small changes and hopefully fixed the nant build problem ↵MW2007-06-112-1/+22
| | | | (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-111-0/+9
| | | | | Added RequestAvatar(LLUUID avatarID) method to world.
* Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW2007-06-101-3/+3
| | | | InformClientOfNeighbours method into that.
* Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW2007-06-102-5/+2
| | | | the CommsManager interfaces (commsManager.gridServer etc).
* Added a Couple of summary commentsMW2007-06-101-3/+87
|
* Prim creation working.MW2007-06-103-92/+82
|
* Another bug fixMW2007-06-101-1/+1
|
* a few bug fixesMW2007-06-101-68/+1
|
* 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/+4014