aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang32-485/+625
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel21-366/+2096
2013-01-04minor: Change channel digger replacement message in TerrainModule to Info fro...Justin Clark-Casey (justincc)1-1/+1
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+2
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto1-0/+2
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-08-27formattingSignpostMarv1-22/+22
2012-08-27refactoring to load from self (fixes ChanneDigger being absent)SignpostMarv1-5/+11
2012-08-27refactoring to assign the first argument to a variableSignpostMarv1-4/+5
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-1/+1
2012-07-05porting console commands from raw2sculpt 3.2SignpostMarv1-0/+34
2012-06-05Stop accidentally reading 4 Int16s instead of 2 in SIZE section of Terragen f...Justin Clark-Casey (justincc)1-2/+0
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2-13/+17
2012-05-10Add even for terrain tainting and synchronize terrain module with physics sce...Dan Lake1-0/+1
2012-04-20Improve bitmap disposal to do null checks and not to potentially try disposal...Justin Clark-Casey (justincc)1-4/+7
2012-04-20Always dispose of existing opened bitmap from file in SaveFile(), instead of ...Justin Clark-Casey (justincc)1-22/+37
2012-04-20Explicitly dispose of bitmaps opened from files in GenericSystemDrawing and J...Justin Clark-Casey (justincc)2-18/+31
2012-04-20concerns GenericSystemDrawing.csGarmin Kawaguichi1-8/+9
2012-04-03terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawagui...Garmin Kawaguichi11-3/+74
2012-03-27In TerrainModule.cs, the command terrain save-tile is modified to remove an u...Garmin Kawaguichi1-2/+0
2012-03-24Hack example on to "terrain save-tile" extended help.Justin Clark-Casey (justincc)1-0/+6
2012-03-24Use system provided temporary file in "terrain save-tile" to avoid problems w...Justin Clark-Casey (justincc)1-3/+3
2012-03-24Give feedback when "terrain save-tile" is not successfully invoked.Justin Clark-Casey (justincc)2-30/+52
2012-03-22Comment out a terrain save-tile debugging message that accidentally crept in ...Justin Clark-Casey (justincc)1-6/+6
2012-03-22Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)1-0/+6
2012-03-16Terrain: added [Terrain] section with an option to load an initial flat terra...Diva Canto1-1/+6
2011-11-17For TerrainModule.SaveToFile(), don't bother throwing the exception onwards a...Justin Clark-Casey (justincc)1-1/+0
2011-11-17Make "terrain save" more friendly by telling the user if we have saved and pu...Justin Clark-Casey (justincc)1-18/+32
2011-07-18use standard sdk stack in terrain model rather than OpenSim.Framework.UndoStack.Justin Clark-Casey (justincc)1-1/+1
2011-04-12Implemented terrain save-tile command. Does the opposite of load-tile. For no...Diva Canto7-0/+132
2011-03-28Added code to load a terrain tile of tiff/jpg format. Previously it only work...Diva Canto1-2/+13
2011-01-28Display supported file extensions/formats in "terrain load help" (Mantis #5349)Kevin Cozens1-2/+8
2011-01-28Added loading and saving of terrain files using Terragen format (Mantis #1564)Kevin Cozens1-20/+219
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-08-13refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)1-1/+8
2010-07-30store terrain module trying to load plugins if plugin path does not existJustin Clark-Casey (justincc)1-2/+7
2010-07-30move ChannelDigger from its own project into the main terrain module with the...Justin Clark-Casey (justincc)1-1/+1
2010-02-14Revolution is on the roll again! :)Revolution1-0/+41
2009-12-04Allow terrain heightmaps to be loaded directly from URIs via the remote admin...Justin Clark-Casey (justincc)1-1/+31
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-5/+5
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-07* Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)1-19/+20
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-06-18Thanks Michelle Argus for Mantis #0003742: Terrain editor - Flatten tool lowe...Dahlia Trimble2-37/+21
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames33-33/+33
2009-05-28* May make the terrain flatten brush behave like Second Life(tm)'s client exp...Adam Frisby1-1/+5
2009-04-19Moved ITerrainModule and ITerainEffect to OpenSim.Region.Framework.Interfaces...Homer Horwitz3-97/+8
2009-04-14Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker1-0/+4
2009-04-13- Moved TerrainModule to the new region-module system.Homer Horwitz1-31/+39