aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby2008-04-3036-4128/+0
* * Added String(FileExtension) property to ITerrainLoader to allow us to deter...Adam Frisby2008-04-278-6/+46
* doh, forgot that hg diffs don't do the adds correctly to svnSean Dague2008-04-221-0/+46
* From: Dr Scofield <hud@zurich.ibm.com>Sean Dague2008-04-221-6/+4
* * Committing new terrain plugin effects system. Loads DLLs in /bin/Terrain/ a...Adam Frisby2008-04-221-10/+73
* From: Dr Scofield <hud@zurich.ibm.com>Sean Dague2008-04-211-2/+7
* Update svn properties.Jeff Ames2008-04-211-7/+7
* * Terrain Module code has been reformatted to comply with guidelines.Adam Frisby2008-04-2135-591/+678
* * Added "svn load" command to correspond "svn save". Will grab the latest rev...Adam Frisby2008-04-171-1/+1
* * Added ITerrainModule interface to Terrain Module, and registered accordingl...Adam Frisby2008-04-172-1/+11
* * Added a directory for the SVN module. More about to come.* SVNBackupModuleAdam Frisby2008-04-171-1/+1
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-171-2/+28
* * Quick patch before I start on a bigger projectAdam Frisby2008-04-151-7/+12
* * Added some comments to terrain module.Adam Frisby2008-04-132-3/+57
* * Updated MapImageModule to support primitives showing on the world map image...Adam Frisby2008-04-111-1/+43
* Update svn properties.Jeff Ames2008-04-068-593/+593
* * Whoops, forgot to include all the new terrain file loaders and things.Adam Frisby2008-04-068-0/+593
* * Various terrain engine fixesAdam Frisby2008-04-064-88/+193
* Set default terrain to complete flat terrain (at 26 height). Even flat terrai...MW2008-04-021-6/+7
* * Fix for terrain issue whereby loading or manipulating a terrain item from t...Adam Frisby2008-03-311-0/+2
* * Quick fix. Re-enabled some code which registers the Terrain Module's Comman...Adam Frisby2008-03-301-1/+1
* **Big ass update warning**Adam Frisby2008-03-306-38/+211
* Re-enabled terrain texture generation for the world map. Adam can clean up/ s...MW2008-03-292-1/+57
* Comment out unused private methods.Jeff Ames2008-03-251-32/+33
* Fix a few compiler warnings.Jeff Ames2008-03-251-2/+0
* Formatting cleanup.Jeff Ames2008-03-1824-633/+632
* Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames2008-03-182-3/+55
* * Fix for Justincc's bug report #768 - Terrain looks rather phallic.Adam Frisby2008-03-141-3/+6
* Update svn properties.Jeff Ames2008-03-145-265/+265
* * Fixed 'flatten area' brush, so it now has a 'force' instead of instantly fl...Adam Frisby2008-03-1410-213/+336
* * Switched Noise 'Flood Area' brush to use Perlin rather than random noise.Adam Frisby2008-03-122-2/+64
* * Fix for Smooth Area Flood Brush, now doesn't flood the entire sim.Adam Frisby2008-03-122-1/+4
* Update svn properties.Jeff Ames2008-03-121-51/+51
* * Updated Terrain ModuleAdam Frisby2008-03-121-3/+3
* * Refactored some terrain brushes to move out some common functions into Terr...Adam Frisby2008-03-1210-122/+79
* * Fix for hydraulic erosion brush. Still not working as planned, but getting ...Adam Frisby2008-03-091-9/+19
* Update svn properties.Jeff Ames2008-03-091-339/+339
* * Fix to the OlsenSphere brush to make it more powerful.Adam Frisby2008-03-093-1/+341
* Update svn properties.Jeff Ames2008-03-091-223/+223
* * New terrainmodule paint brush "Olsen Erosion"Adam Frisby2008-03-092-0/+224
* Update svn properties.Jeff Ames2008-03-093-378/+378
* * Small optimisation on Weathering paint brush.Adam Frisby2008-03-082-4/+14
* * Applying Mantis #737 - Fix for Terragen loader. Thanks Jonc.Adam Frisby2008-03-081-2/+1
* * Added Thermal Weathering paint brush to Terrain Module.Adam Frisby2008-03-081-0/+243
* * Slight tweak for the above.Adam Frisby2008-03-081-0/+1
* * By popular demand, implemented "script terrain fill <val>"Adam Frisby2008-03-081-0/+6
* * Implemented 'Revert' channel in Terrain Module.Adam Frisby2008-03-083-0/+155
* * Made a change to the loading mechanism to fix it's operation.Adam Frisby2008-03-081-1/+6
* * Default terrain is now a little more interesting than a flat 0m plane.Adam Frisby2008-03-081-0/+11
* * Fix for exception in landmanager crash.Adam Frisby2008-03-061-2/+0