aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-27* Added String(FileExtension) property to ITerrainLoader to allow us to deter...Adam Frisby8-6/+46
2008-04-22doh, forgot that hg diffs don't do the adds correctly to svnSean Dague1-0/+46
2008-04-22From: Dr Scofield <hud@zurich.ibm.com>Sean Dague1-6/+4
2008-04-22* Committing new terrain plugin effects system. Loads DLLs in /bin/Terrain/ a...Adam Frisby1-10/+73
2008-04-21From: Dr Scofield <hud@zurich.ibm.com>Sean Dague1-2/+7
2008-04-21Update svn properties.Jeff Ames1-7/+7
2008-04-21* Terrain Module code has been reformatted to comply with guidelines.Adam Frisby35-591/+678
2008-04-17* Added "svn load" command to correspond "svn save". Will grab the latest rev...Adam Frisby1-1/+1
2008-04-17* Added ITerrainModule interface to Terrain Module, and registered accordingl...Adam Frisby2-1/+11
2008-04-17* Added a directory for the SVN module. More about to come.* SVNBackupModuleAdam Frisby1-1/+1
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-2/+28
2008-04-15* Quick patch before I start on a bigger projectAdam Frisby1-7/+12
2008-04-13* Added some comments to terrain module.Adam Frisby2-3/+57
2008-04-11* Updated MapImageModule to support primitives showing on the world map image...Adam Frisby1-1/+43
2008-04-06Update svn properties.Jeff Ames8-593/+593
2008-04-06* Whoops, forgot to include all the new terrain file loaders and things.Adam Frisby8-0/+593
2008-04-06* Various terrain engine fixesAdam Frisby4-88/+193
2008-04-02Set default terrain to complete flat terrain (at 26 height). Even flat terrai...MW1-6/+7
2008-03-31* Fix for terrain issue whereby loading or manipulating a terrain item from t...Adam Frisby1-0/+2
2008-03-30* Quick fix. Re-enabled some code which registers the Terrain Module's Comman...Adam Frisby1-1/+1
2008-03-30**Big ass update warning**Adam Frisby6-38/+211
2008-03-29Re-enabled terrain texture generation for the world map. Adam can clean up/ s...MW2-1/+57
2008-03-25Comment out unused private methods.Jeff Ames1-32/+33
2008-03-25Fix a few compiler warnings.Jeff Ames1-2/+0
2008-03-18Formatting cleanup.Jeff Ames24-633/+632
2008-03-18Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames2-3/+55
2008-03-14* Fix for Justincc's bug report #768 - Terrain looks rather phallic.Adam Frisby1-3/+6
2008-03-14Update svn properties.Jeff Ames5-265/+265
2008-03-14* Fixed 'flatten area' brush, so it now has a 'force' instead of instantly fl...Adam Frisby10-213/+336
2008-03-12* Switched Noise 'Flood Area' brush to use Perlin rather than random noise.Adam Frisby2-2/+64
2008-03-12* Fix for Smooth Area Flood Brush, now doesn't flood the entire sim.Adam Frisby2-1/+4
2008-03-12Update svn properties.Jeff Ames1-51/+51
2008-03-12* Updated Terrain ModuleAdam Frisby1-3/+3
2008-03-12* Refactored some terrain brushes to move out some common functions into Terr...Adam Frisby10-122/+79
2008-03-09* Fix for hydraulic erosion brush. Still not working as planned, but getting ...Adam Frisby1-9/+19
2008-03-09Update svn properties.Jeff Ames1-339/+339
2008-03-09* Fix to the OlsenSphere brush to make it more powerful.Adam Frisby3-1/+341
2008-03-09Update svn properties.Jeff Ames1-223/+223
2008-03-09* New terrainmodule paint brush "Olsen Erosion"Adam Frisby2-0/+224
2008-03-09Update svn properties.Jeff Ames3-378/+378
2008-03-08* Small optimisation on Weathering paint brush.Adam Frisby2-4/+14
2008-03-08* Applying Mantis #737 - Fix for Terragen loader. Thanks Jonc.Adam Frisby1-2/+1
2008-03-08* Added Thermal Weathering paint brush to Terrain Module.Adam Frisby1-0/+243
2008-03-08* Slight tweak for the above.Adam Frisby1-0/+1
2008-03-08* By popular demand, implemented "script terrain fill <val>"Adam Frisby1-0/+6
2008-03-08* Implemented 'Revert' channel in Terrain Module.Adam Frisby3-0/+155
2008-03-08* Made a change to the loading mechanism to fix it's operation.Adam Frisby1-1/+6
2008-03-08* Default terrain is now a little more interesting than a flat 0m plane.Adam Frisby1-0/+11
2008-03-06* Fix for exception in landmanager crash.Adam Frisby1-2/+0
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-7/+87