Commit Graph

295 Commits (57dc150a5e8742de18f00db17e2745571c0e27a1)

Author SHA1 Message Date
MW 13e4d83d2a some more rearranging. 2007-06-12 17:30:59 +00:00
MW 26a65b35bd 2007-06-12 17:28:27 +00:00
MW 29a8425342 Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are 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.
2007-06-12 16:06:14 +00:00
MW b0ac0c7f7b Deleted ClientView.Grid.cs (Unused).
Added one or two new helper functions to ClientView.
2007-06-12 16:00:25 +00:00
MW 585f9f0d54 Work on Primitive class. 2007-06-12 15:53:19 +00:00
MW 62a0c7ede3 Deleted old AssetCache.cs file. 2007-06-12 15:33:47 +00:00
MW 14ca8a7ae6 Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches. 2007-06-12 15:30:27 +00:00
MW fd1a7f28ab Created OpenSim.Caches project and moved the assetcache to that. 2007-06-12 15:24:12 +00:00
MW d02d925c86 did I say I was doing some rearranging? 2007-06-12 15:10:05 +00:00
MW 4d217ca196 And some more! 2007-06-12 14:57:46 +00:00
MW 3f7bd7d42c More rearranging. 2007-06-12 14:55:36 +00:00
MW a7b55fb26f Some rearranging of folders in OpenSim.Region 2007-06-12 14:50:08 +00:00
MW 9f1158ba6a Some Work on the Primitive class 2007-06-12 14:46:29 +00:00
mingchen c43725874f *Fixed sugilite 2007-06-11 19:17:31 +00:00
mingchen 6a560957be *Removed missing file in csproj
*Removed Avatar.Client.cs (unused)
2007-06-11 19:01:50 +00:00
mingchen 5c3a4f52f4 *Removed SimProfileBase from OpenSim (Unused/Depreciated)
*Updated prebuild.xml
2007-06-11 18:27:07 +00:00
mingchen 304ebe22a2 *Removed OSVector3 and replaced with libsecondlife.LLVector3 2007-06-11 17:58:14 +00:00
mingchen 009bba7cdd *Removed AdminWebFront -- Unused 2007-06-11 17:47:00 +00:00
mingchen 512c1670af *Added and updated copyright headers on all files in both OpenSim and OGS 2007-06-11 17:36:50 +00:00
MW 736f211c94 Started to add/update copyright notice in sugilite. 2007-06-11 16:43:26 +00:00
MW de709bf88f Seems someone deleted BaseServer.cs without removing references to it 2007-06-11 16:20:27 +00:00
MW 2f2ec10172 A few small changes and hopefully fixed the nant build problem (OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console). 2007-06-11 16:13:52 +00:00
MW ed80c7ae32 Added AttachObject method to IClientAPI.
Added RequestAvatar(LLUUID avatarID) method to world.
2007-06-11 10:24:24 +00:00
MW d93031b2dc Renamed sandBoxManager to LocalBackEndServices 2007-06-11 09:53:34 +00:00
MW fd1a0a1374 Added InterSimComms (Likely to be renamed) to the commsManager and moved the InformClientOfNeighbours method into that. 2007-06-10 19:08:51 +00:00
MW 453fadd940 Added SandBoxManager which in sandbox mode, acts as the backend server for the CommsManager interfaces (commsManager.gridServer etc). 2007-06-10 18:51:45 +00:00
MW 44e5ff33df Added a Couple of summary comments 2007-06-10 15:49:59 +00:00
MW 488e716208 Prim creation working. 2007-06-10 15:43:04 +00:00
MW ab009fe36a Another bug fix 2007-06-10 13:19:48 +00:00
MW 6cfad7ff14 a few bug fixes 2007-06-10 13:14:46 +00:00
MW 76324e73d3 allows the texture of the created/sent primitive to be set. 2007-06-10 13:06:38 +00:00
MW 318862f75e Added Primitive sending methods to the IClientAPI (and implemented in ClientView.API), but currently untested. 2007-06-10 13:01:28 +00:00
MW f53ee57a9b Deleted OpenSim.World project files. 2007-06-10 12:39:47 +00:00
MW 96c09a66c4 More rearranging. 2007-06-10 12:37:51 +00:00
MW b898914715 part two of the folder renaming fix. 2007-06-10 12:31:16 +00:00
MW 9f25f70b24 Messed up the renaming of the folder, so part one of the fix 2007-06-10 12:28:41 +00:00
MW cb624a4d45 Renamed folder 2007-06-10 12:25:39 +00:00
MW 8c7f1c34dd More World to Region transformation. 2007-06-10 12:23:23 +00:00
MW 1b1226a483 Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to please! 2007-06-10 12:18:22 +00:00
MW 93f07a9fce 2007-06-10 12:01:09 +00:00
MW ed899c30f6 a couple of changes/fixes 2007-06-09 22:06:39 +00:00
lbsa71 e556e22191 * follow up ignore of generated files 2007-06-09 21:51:46 +00:00
lbsa71 4224b695ac * LogFile now defaults to "{apptype}.log"
* 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 21:45:58 +00:00
mingchen 42448ad129 *Fixed casting mishap in last commit - client now starts up without crashing 2007-06-09 21:06:34 +00:00
mingchen fa8f143aec *Reorganized RegionServerCommsManager for OGS and local support 2007-06-09 21:04:13 +00:00
MW 3658015de8 Number of small changes. 2007-06-09 11:13:02 +00:00
Adam Frisby dd5848668c Protip: Check for obvious errors before submitting 2007-06-09 02:15:56 +00:00
Adam Frisby 2b986dd009 * Added more support for wider profile information from get user REST calls.
* Added comments and stuff
2007-06-09 01:40:11 +00:00
Adam Frisby 86a3b586f8 Patched up error handling to return a better XML string. 2007-06-09 01:31:59 +00:00
Adam Frisby 0a600b2dbf * Just for the heck of it - added a UUID based equivilent too. 2007-06-09 01:27:02 +00:00