aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* A little tweaking of log levels.onefang2019-06-011-3/+3
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-251/+447
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-201/+613
* minor: Change channel digger replacement message in TerrainModule to Info fro...Justin Clark-Casey (justincc)2013-01-041-1/+1
* Another 10 modules' directives moved from .addin.xmlDiva Canto2012-11-121-0/+2
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
* formattingSignpostMarv2012-08-271-22/+22
* refactoring to load from self (fixes ChanneDigger being absent)SignpostMarv2012-08-271-5/+11
* refactoring to assign the first argument to a variableSignpostMarv2012-08-271-4/+5
* porting console commands from raw2sculpt 3.2SignpostMarv2012-07-051-0/+34
* Add even for terrain tainting and synchronize terrain module with physics sce...Dan Lake2012-05-101-0/+1
* terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawagui...Garmin Kawaguichi2012-04-031-3/+15
* In TerrainModule.cs, the command terrain save-tile is modified to remove an u...Garmin Kawaguichi2012-03-271-2/+0
* Hack example on to "terrain save-tile" extended help.Justin Clark-Casey (justincc)2012-03-241-0/+6
* Give feedback when "terrain save-tile" is not successfully invoked.Justin Clark-Casey (justincc)2012-03-241-30/+37
* Comment out a terrain save-tile debugging message that accidentally crept in ...Justin Clark-Casey (justincc)2012-03-221-6/+6
* Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)2012-03-221-0/+6
* Terrain: added [Terrain] section with an option to load an initial flat terra...Diva Canto2012-03-161-1/+6
* For TerrainModule.SaveToFile(), don't bother throwing the exception onwards a...Justin Clark-Casey (justincc)2011-11-171-1/+0
* Make "terrain save" more friendly by telling the user if we have saved and pu...Justin Clark-Casey (justincc)2011-11-171-18/+32
* use standard sdk stack in terrain model rather than OpenSim.Framework.UndoStack.Justin Clark-Casey (justincc)2011-07-181-1/+1
* Implemented terrain save-tile command. Does the opposite of load-tile. For no...Diva Canto2011-04-121-0/+54
* Display supported file extensions/formats in "terrain load help" (Mantis #5349)Kevin Cozens2011-01-281-2/+8
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)2010-08-131-1/+8
* store terrain module trying to load plugins if plugin path does not existJustin Clark-Casey (justincc)2010-07-301-2/+7
* Revolution is on the roll again! :)Revolution2010-02-141-0/+41
* Allow terrain heightmaps to be loaded directly from URIs via the remote admin...Justin Clark-Casey (justincc)2009-12-041-1/+31
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
* Thanks Michelle Argus for Mantis #0003742: Terrain editor - Flatten tool lowe...Dahlia Trimble2009-06-181-1/+4
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Moved ITerrainModule and ITerainEffect to OpenSim.Region.Framework.Interfaces...Homer Horwitz2009-04-191-1/+8
* Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker2009-04-141-0/+4
* - Moved TerrainModule to the new region-module system.Homer Horwitz2009-04-131-31/+39
* Give a meaningful message if terrain save fails because of a file IO error.idb2009-04-041-0/+5
* * Apply http://opensimulator.org/mantis/view.php?id=865Justin Clarke Casey2009-03-261-0/+67
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-15/+15
* * optimized usings.lbsa712009-02-121-15/+15
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+1001