Commit Graph

4 Commits (2989c227020ec363fefd83d1d78e243ebcd7bfd7)

Author SHA1 Message Date
Adam Frisby 34c7a0e43a * Terrain filters! - Think photoshop-style filters for terrain.
* 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-26 04:45:24 +00:00
Adam Frisby 980a8cc629 Refactoring:
* 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-24 17:01:08 +00:00
MW ef0e5e913e Very Preliminary local teleporting added (currently only can teleport within the current region).
Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-17 14:10:19 +00:00
MW 3c8daee510 Some Rearranging of CommsManager. 2007-06-16 14:29:11 +00:00