Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Renamed Heightmap.Height to Heightmap.Length to avoid confusion about axis. | Adam Frisby | 2009-04-04 | 1 | -1/+1 |
| | | | | | * Added XMLDOC to MRM API code, this means we have usable programming docs being produced here: http://docs.opensimulator.org/namespaceOpenSim_1_1Region_1_1OptionalModules_1_1Scripting_1_1Minimodule.html (eg IObject, IHeightmap, etc) | ||||
* | * Drops Heightmap.Get/Heightmap.Set from IHeightmap interface. | Adam Frisby | 2009-04-04 | 1 | -3/+9 |
| | | | | | | * Adds Heightmap[x,y] to interface. * MRM Scripts should utilize World.Heightmap[x,y] = 0.0; to replace set, and Val = World.Heightmap[x,y] to get. | ||||
* | Add copyright headers. | Jeff Ames | 2009-03-07 | 1 | -1/+28 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-03-07 | 1 | -34/+34 |
| | |||||
* | * More work on MiniRegionModule module. | Adam Frisby | 2009-03-04 | 1 | -0/+34 |