aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Terrain/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From: mike pitman <pitman@us.ibm.com>Dr Scofield2008-09-161-2/+2
| | | | | | | | | | | | | | | | | | New patch (terrainedit2.patch) is attached that passes unit tests ( and in fact supplies the new unit test to pass..:) The previous failure was due to the change of the brush size to be linear instead of exponential, and the fact that the test parameters were assuming the exponentional brush size. This patch also removes dependency on 'duration' argument for adjustment step size. This should address the widely differing reports of instability with terrain editing. Note: 'doing this right' implies ultimately reading the parameters from the ini file, which this patch does not do.
* Add copyright notices.Jeff Ames2008-05-201-2/+29
| | | | | Fix spelling typo (Thanks ChrisDown for pointing this out)
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-011-58/+58
|
* * Adding unit test support to Environment for modules.Adam Frisby2008-05-011-0/+59
* Written some unit tests for Terrain Module as an example.