Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work on Primitive class. | MW | 2007-06-12 | 5 | -177/+145 |
| | |||||
* | Deleted old AssetCache.cs file. | MW | 2007-06-12 | 4 | -141/+148 |
| | |||||
* | Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches. | MW | 2007-06-12 | 8 | -578/+8 |
| | |||||
* | Created OpenSim.Caches project and moved the assetcache to that. | MW | 2007-06-12 | 11 | -143/+889 |
| | |||||
* | did I say I was doing some rearranging? | MW | 2007-06-12 | 3 | -29/+32 |
| | |||||
* | And some more! | MW | 2007-06-12 | 8 | -2113/+23 |
| | |||||
* | More rearranging. | MW | 2007-06-12 | 10 | -261/+2354 |
| | |||||
* | Some rearranging of folders in OpenSim.Region | MW | 2007-06-12 | 33 | -301/+344 |
| | |||||
* | Some Work on the Primitive class | MW | 2007-06-12 | 5 | -59/+143 |
| | |||||
* | *Fixed sugilite | mingchen | 2007-06-11 | 2 | -159/+112 |
| | |||||
* | *Removed missing file in csproj | mingchen | 2007-06-11 | 9 | -182/+141 |
| | | | | | *Removed Avatar.Client.cs (unused) | ||||
* | *Removed SimProfileBase from OpenSim (Unused/Depreciated) | mingchen | 2007-06-11 | 32 | -386/+338 |
| | | | | | *Updated prebuild.xml | ||||
* | *Removed OSVector3 and replaced with libsecondlife.LLVector3 | mingchen | 2007-06-11 | 6 | -81/+54 |
| | |||||
* | *Removed AdminWebFront -- Unused | mingchen | 2007-06-11 | 5 | -69/+0 |
| | |||||
* | *Added and updated copyright headers on all files in both OpenSim and OGS | mingchen | 2007-06-11 | 115 | -101/+2763 |
| | |||||
* | Started to add/update copyright notice in sugilite. | MW | 2007-06-11 | 34 | -34/+791 |
| | |||||
* | Seems someone deleted BaseServer.cs without removing references to it | MW | 2007-06-11 | 4 | -66/+57 |
| | |||||
* | A few small changes and hopefully fixed the nant build problem ↵ | MW | 2007-06-11 | 6 | -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. | MW | 2007-06-11 | 4 | -1/+31 |
| | | | | | Added RequestAvatar(LLUUID avatarID) method to world. | ||||
* | Renamed sandBoxManager to LocalBackEndServices | MW | 2007-06-11 | 9 | -58/+58 |
| | |||||
* | Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵ | MW | 2007-06-10 | 11 | -94/+127 |
| | | | | InformClientOfNeighbours method into that. | ||||
* | Added SandBoxManager which in sandbox mode, acts as the backend server for ↵ | MW | 2007-06-10 | 13 | -154/+163 |
| | | | | the CommsManager interfaces (commsManager.gridServer etc). | ||||
* | Added a Couple of summary comments | MW | 2007-06-10 | 2 | -83/+258 |
| | |||||
* | Prim creation working. | MW | 2007-06-10 | 12 | -206/+178 |
| | |||||
* | Another bug fix | MW | 2007-06-10 | 3 | -3/+5 |
| | |||||
* | a few bug fixes | MW | 2007-06-10 | 3 | -70/+5 |
| | |||||
* | allows the texture of the created/sent primitive to be set. | MW | 2007-06-10 | 2 | -7/+7 |
| | |||||
* | Added Primitive sending methods to the IClientAPI (and implemented in ↵ | MW | 2007-06-10 | 2 | -2/+98 |
| | | | | ClientView.API), but currently untested. | ||||
* | Deleted OpenSim.World project files. | MW | 2007-06-10 | 3 | -416/+90 |
| | |||||
* | More rearranging. | MW | 2007-06-10 | 22 | -90/+416 |
| | |||||
* | part two of the folder renaming fix. | MW | 2007-06-10 | 23 | -0/+0 |
| | |||||
* | Messed up the renaming of the folder, so part one of the fix | MW | 2007-06-10 | 23 | -0/+4014 |
| | |||||
* | Renamed folder | MW | 2007-06-10 | 27 | -4020/+6 |
| | |||||
* | More World to Region transformation. | MW | 2007-06-10 | 9 | -9/+9 |
| | |||||
* | Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim ↵ | MW | 2007-06-10 | 23 | -51/+51 |
| | | | | to please! | ||||
* | (no commit message) | MW | 2007-06-10 | 8 | -110/+177 |
| | |||||
* | a couple of changes/fixes | MW | 2007-06-09 | 3 | -7/+7 |
| | |||||
* | * follow up ignore of generated files | lbsa71 | 2007-06-09 | 0 | -0/+0 |
| | |||||
* | * LogFile now defaults to "{apptype}.log" | lbsa71 | 2007-06-09 | 83 | -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 crashing | mingchen | 2007-06-09 | 1 | -1/+1 |
| | |||||
* | *Reorganized RegionServerCommsManager for OGS and local support | mingchen | 2007-06-09 | 23 | -262/+444 |
| | |||||
* | Number of small changes. | MW | 2007-06-09 | 10 | -76/+111 |
| | |||||
* | Protip: Check for obvious errors before submitting | Adam Frisby | 2007-06-09 | 1 | -3/+3 |
| | |||||
* | * Added more support for wider profile information from get user REST calls. | Adam Frisby | 2007-06-09 | 1 | -2/+22 |
| | | | | | | * Added comments and stuff | ||||
* | Patched up error handling to return a better XML string. | Adam Frisby | 2007-06-09 | 1 | -1/+19 |
| | |||||
* | * Just for the heck of it - added a UUID based equivilent too. | Adam Frisby | 2007-06-09 | 2 | -0/+15 |
| | |||||
* | * Sugilite user server can now return user profile information by account ↵ | Adam Frisby | 2007-06-09 | 3 | -4/+55 |
| | | | | name (Hi MingChen) - uses the REST GET /user/name/ method. | ||||
* | *Adding configuration settings for master avatars | mingchen | 2007-06-09 | 1 | -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 Frisby | 2007-06-09 | 14 | -932/+142 |
| | | | | | * Removed GridInterface reference from AssetServer | ||||
* | *Added delegates and events for parcel and estate management | mingchen | 2007-06-08 | 7 | -5/+121 |
| | | | | | *Only thing left is to get the master user setup in both sandbox and grid mode |