aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-26* Terrain filters! - Think photoshop-style filters for terrain.Adam Frisby1-1/+1
* Terrain filters may be written in either C# or JavaScript and loaded at runtime Use: terrain csfilter somefile.cs -- Loads a C# filter terrain jsfilter somefile.js -- Loads a JavaScript filter Once a terrain filter has been loaded, you can use the command as normal, eg terrain demofilter
2007-06-25updated prebuild.xml.MW1-1/+1
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
2007-06-24Refactoring:Adam Frisby1-1/+8
* Renamed IPListenAddr to CommsIPListenAddr * Renamed IPListenPort to CommsIPListenPort New Features: * Begun OGS/.1 implementation -- created new temporary "GridInfo" class to hold grid settings, needs reworking to wherever settings are stored these days.
2007-06-22Started work on CAPS support, now we have our first test capability, ↵MW1-1/+1
MapLayer requests are handled by CAPS.
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW1-2/+2
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW3-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)
2007-06-19*Added some missing files from last commitmingchen2-2/+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 serversmingchen3-15/+28
*Not yet usable, but I'm working on it
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW2-2/+3
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-16Some Rearranging of CommsManager.MW15-688/+31
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW6-0/+54
have any backend ogs communication support yet so everything is Sandbox mode only )
2007-06-14* Applied Prebuild fixes to Sugilitelbsa712-6/+6
* Rebuilt project files * ignored some bins
2007-06-12Some rearranging of folders in OpenSim.RegionMW2-19/+19
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2-40/+33
*Updated prebuild.xml
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-1/+28
2007-06-11Started to add/update copyright notice in sugilite.MW13-0/+353
2007-06-11Renamed sandBoxManager to LocalBackEndServicesMW6-23/+30
2007-06-10Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW9-63/+103
InformClientOfNeighbours method into that.
2007-06-10Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW9-146/+160
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-10(no commit message)MW6-104/+158
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa712-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)
2007-06-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen10-86/+211
2007-06-08prebuild.xml should be fixed/updated.MW1-36/+78
2007-06-08Added prebuild.exe and fixed a couple of namespace problems in ↵MW2-6/+2
AvatarAnimations.cs. Now need to update prebuild.xml
2007-05-31After nearly a hour of searching for an annoying bug (which turned out to be ↵MW1-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!
2007-05-31Another commit as ordered by roblMW2-2/+2
2007-05-31Implementing a test Communications manager to test some of the interfaces ↵MW1-8/+9
(likely this test version will morph into the sandbox version)
2007-05-31More work on OpenGrid.Framework.CommunicationsMW2-21/+34
2007-05-31(no commit message)MW3-0/+88
2007-05-31(no commit message)MW2-2/+17
2007-05-31(no commit message)MW1-1/+23
2007-05-31class name change and directory properties modified MW2-3/+3
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW3-0/+121