aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications/IGridServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Terrain filters! - Think photoshop-style filters for terrain.Adam Frisby2007-06-261-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
* Refactoring:Adam Frisby2007-06-241-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.
* Very Preliminary local teleporting added (currently only can teleport ↵MW2007-06-171-1/+2
| | | | | | | 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-161-0/+43