aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Terrain/Tests/TerrainTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke2008-10-061-8/+19
| | | | | | | | | | Implementation of llModifyLand() and There is a bug on permission-check of land-terraforming: x an y-coordinates are interchanged on function-call ExternalChecksCanTerraformLand. Correct: x is west, and y is north. 2) Missing check of "Other allow to terraform-flag" (Parcel.ParcelFlags.AllowTerraform)
* 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.