aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications/IGridServices.cs (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-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-17Very Preliminary local teleporting added (currently only can teleport ↵MW1-1/+2
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.MW1-9/+6
2007-06-11Started to add/update copyright notice in sugilite.MW1-0/+27
2007-06-10Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW1-13/+3
InformClientOfNeighbours method into that.
2007-06-10Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW1-18/+0
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-10(no commit message)MW1-0/+32
2007-06-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen1-0/+15