aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-0414-18/+18
|
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-031-1/+0
|
* Updated svn properties.Jeff Ames2008-03-0310-890/+890
|
* Fixed typo.Jeff Ames2008-03-031-2/+2
|
* * Oops, fixed.Adam Frisby2008-03-031-3/+3
|
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-0315-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
* Update svn properties.Jeff Ames2008-02-272-132/+132
|
* * Committing file loaders - forgot yesterday.Adam Frisby2008-02-273-2/+135
|
* make trunk compile again. I think Adam forgot to check in some filesSean Dague2008-02-261-2/+2
|
* * Implemented - Terragen File Format Loader for new Terrain Module.Adam Frisby2008-02-263-2/+37
|
* Update svn properties.Jeff Ames2008-02-262-71/+71
|
* * Hooked up replacment TerrainModule, raising land will now be weird as both ↵Adam Frisby2008-02-261-5/+87
| | | | modules are technically active. Beta software, yada yada yada. Will disable one of them by the end of the day.
* * Reimplementing Terrain as Region ModulesAdam Frisby2008-02-263-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.
* Minor cleanup.Jeff Ames2008-02-201-7/+1
|
* Update svn properties.Jeff Ames2008-02-151-132/+132
|
* * Removed some catch-all-ignores from UDPServer in an attempt to look for #305.Adam Frisby2008-02-141-0/+132
* Minor work towards abstracting terrain.