aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made a base class from the Grid mode UserServer.UserManager and included ↵MW2007-06-193-25/+24
| | | | | | | | 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)
* *Added some missing files from last commitmingchen2007-06-192-2/+0
| | | | | *LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
* *Updated/Added the base classes and interfaces for user and login serversmingchen2007-06-183-15/+28
| | | | | *Not yet usable, but I'm working on it
* Very Preliminary local teleporting added (currently only can teleport ↵MW2007-06-172-2/+3
| | | | | | | within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
* Some Rearranging of CommsManager.MW2007-06-1615-688/+31
|
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW2007-06-156-0/+54
| | | | have any backend ogs communication support yet so everything is Sandbox mode only )
* * Applied Prebuild fixes to Sugilitelbsa712007-06-142-6/+6
| | | | | | * Rebuilt project files * ignored some bins
* Some rearranging of folders in OpenSim.RegionMW2007-06-122-19/+19
|
* *Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2007-06-112-40/+33
| | | | | *Updated prebuild.xml
* *Added and updated copyright headers on all files in both OpenSim and OGSmingchen2007-06-111-1/+28
|
* Started to add/update copyright notice in sugilite.MW2007-06-1113-0/+353
|
* Renamed sandBoxManager to LocalBackEndServicesMW2007-06-116-23/+30
|
* Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW2007-06-109-63/+103
| | | | InformClientOfNeighbours method into that.
* Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW2007-06-109-146/+160
| | | | the CommsManager interfaces (commsManager.gridServer etc).
* (no commit message)MW2007-06-106-104/+158
|
* * LogFile now defaults to "{apptype}.log"lbsa712007-06-092-9/+60
| | | | | | | | | | | | | | | | | | * 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)
* *Reorganized RegionServerCommsManager for OGS and local supportmingchen2007-06-0910-86/+211
|
* prebuild.xml should be fixed/updated.MW2007-06-081-36/+78
|
* Added prebuild.exe and fixed a couple of namespace problems in ↵MW2007-06-082-6/+2
| | | | | | | AvatarAnimations.cs. Now need to update prebuild.xml
* After nearly a hour of searching for an annoying bug (which turned out to be ↵MW2007-05-311-2/+33
| | | | | | | | a new statement one line outside the loop it should have been in)....Multi-Regions in a single instance work, there is no Grid mode communication, so it can only be tested in sandbox mode right now. All you need to do is put .xml files for each region you want to be ran by the single server inside the "bin\Regions" folder (make sure none of the settings in those .xml files conflict with each other) and then startup the server and login, Any neighbouring regions that are being ran in the instance should show up. (However there is still no movement or anything) Now time to refine the communications interfaces!
* Another commit as ordered by roblMW2007-05-312-2/+2
|
* Implementing a test Communications manager to test some of the interfaces ↵MW2007-05-311-8/+9
| | | | (likely this test version will morph into the sandbox version)
* More work on OpenGrid.Framework.CommunicationsMW2007-05-312-21/+34
|
* (no commit message)MW2007-05-313-0/+88
|
* (no commit message)MW2007-05-312-2/+17
|
* (no commit message)MW2007-05-311-1/+23
|
* class name change and directory properties modified MW2007-05-312-3/+3
|
* Started work on OpenGrid.Framework.CommunicationsMW2007-05-313-0/+121