aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-21/+19
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-19*Added some missing files from last commitmingchen1-1/+0
*LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
2007-06-18*Updated/Added the base classes and interfaces for user and login serversmingchen1-13/+22
*Not yet usable, but I'm working on it
2007-06-16Some Rearranging of CommsManager.MW1-31/+4
2007-06-14* Applied Prebuild fixes to Sugilitelbsa711-4/+4
* Rebuilt project files * ignored some bins
2007-06-12Some rearranging of folders in OpenSim.RegionMW1-11/+11
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen1-32/+25
*Updated prebuild.xml
2007-06-11Renamed sandBoxManager to LocalBackEndServicesMW1-14/+21
2007-06-10Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW1-22/+25
InformClientOfNeighbours method into that.
2007-06-10Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW1-13/+22
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa711-9/+9
* 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*Reorganized RegionServerCommsManager for OGS and local supportmingchen1-2/+23
2007-06-08prebuild.xml should be fixed/updated.MW1-36/+78
2007-05-31(no commit message)MW1-0/+1
2007-05-31(no commit message)MW1-0/+4
2007-05-31class name change and directory properties modified MW1-1/+1
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW1-6/+10
2007-05-03Saving project / small changes. Will do more tomorrow.Adam Frisby1-0/+1
2007-05-03ASDASDASDASDASDS.Adam Frisby1-0/+1
2007-05-03* Added /libraries directory to trunk (for related-but-independent libraries ↵Adam Frisby1-28/+12
such as libTerrain) * Added /libraries/libLSL shell for future LSL Object Interpreter
2007-03-24Brought in the OGS user server into the main trunk (in a rather messy way)gareth1-0/+0
2007-03-22brought zircon branch into trunkgareth1-9/+4
2007-03-15Created VS2005 Solution/Project files for the OGS appsMW1-15/+24
2007-03-14* /bin for Release as welllbsa711-1/+1
2007-03-14* Made sure physics dlls end up in /bin/Physicslbsa711-2/+4
* Re-fixed the timer bug. * Added a README note explaining the fast track to building and running sandbox on Windows/VS 2005
2007-03-14Added the physics plugin projects to the VS solution.MW1-0/+57
Added SimHttp.cs to the Second-server project Renamed the old PhysXplugin to BasicPhysicsplugin Deleted the excess solutions