aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby15-34/+1088
* Cleaned up ITerrainChannel * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Paint Brushes * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Fill Brushes * Implemented Export functionality for RAW32 terrain loader * Implemented Import/Export for SLRAW terrain loader * Implemented Export for JPEG terrain loader
2008-02-27Update svn properties.Jeff Ames2-132/+132
2008-02-27* Committing file loaders - forgot yesterday.Adam Frisby3-2/+135
2008-02-26make trunk compile again. I think Adam forgot to check in some filesSean Dague1-2/+2
2008-02-26* Implemented - Terragen File Format Loader for new Terrain Module.Adam Frisby3-2/+37
2008-02-26Update svn properties.Jeff Ames2-71/+71
2008-02-26* Hooked up replacment TerrainModule, raising land will now be weird as both ↵Adam Frisby1-5/+87
modules are technically active. Beta software, yada yada yada. Will disable one of them by the end of the day.
2008-02-26* Reimplementing Terrain as Region ModulesAdam Frisby3-0/+81
* New method involves interfaces for ** Terrain Paint Brushes (ie raise brush, lower brush, etc) ** Terrain Flood Brushes (ie raise area, lower area, etc) ** Terrain Effects (ie erosion, etc) [= W.I.P, not committed] * Provided sample implementation for Raise Paint and Raise Area brushes.
2008-02-20Minor cleanup.Jeff Ames1-7/+1
2008-02-15Update svn properties.Jeff Ames1-132/+132
2008-02-14* Removed some catch-all-ignores from UDPServer in an attempt to look for #305.Adam Frisby1-0/+132
* Minor work towards abstracting terrain.