aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some effects rangesUbitUmarov2015-08-295-7/+7
* also limit terrain flood effects ( like on pait change this should haveUbitUmarov2015-08-289-35/+37
* restrict terrain PaintBrushes to the requested areaUbitUmarov2015-08-2712-102/+97
* make terrain undo non op, it is broken and can't be global but per agentUbitUmarov2015-08-271-27/+2
* fix terrain bake for revert. just good enought fixUbitUmarov2015-08-271-11/+3
* rename revert map as baked map, bc thats what it isUbitUmarov2015-08-271-20/+20
* take taints check terrain out of Onframe event and add a new event for it. S...UbitUmarov2015-08-271-5/+4
* fix bugUbitUmarov2015-08-251-1/+1
* update raw32 file reader to core one. Warning only suports square regionsUbitUmarov2015-08-251-0/+11
* change terrain internal representation to float. ushort work with legalUbitUmarov2015-08-251-28/+0
* terrain stored as ushorts with gzip compressionUbitUmarov2015-08-251-6/+43
* delay terrain sending if land queue is 2 busyUbitUmarov2015-08-221-1/+7
* "uglyfy" GetModifiedPatchesInViewDistance. Also make it use camera orUbitUmarov2015-08-211-28/+71
* dont use SendTerrainUpdatesByViewDistance option, code executes as true.UbitUmarov2015-08-211-45/+19
* varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-295-38/+39
* varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams2015-03-272-99/+391
* Merge branch 'master' into careminsterMelanie2013-01-041-1/+1
|\
| * minor: Change channel digger replacement message in TerrainModule to Info fro...Justin Clark-Casey (justincc)2013-01-031-1/+1
* | Merge branch 'master' into careminsterMelanie2012-11-251-1/+2
|\ \ | |/
| * Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+2
* | Merge branch 'master' into careminsterMelanie2012-11-131-0/+2
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-08-291-27/+34
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-07-121-1/+1
|\ \ | |/
| * Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-1/+1
* | Merge branch 'master' into careminsterMelanie2012-07-051-0/+34
|\ \ | |/
| * porting console commands from raw2sculpt 3.2SignpostMarv2012-07-051-0/+34
* | Merge branch 'master' into careminsterMelanie2012-06-061-2/+0
|\ \ | |/
| * Stop accidentally reading 4 Int16s instead of 2 in SIZE section of Terragen f...Justin Clark-Casey (justincc)2012-06-051-2/+0
* | Merge branch 'master' into careminsterMelanie2012-05-272-13/+17
|\ \ | |/
| * Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-252-13/+17
* | Merge branch 'master' into careminsterMelanie2012-05-131-0/+1
|\ \ | |/
| * Add even for terrain tainting and synchronize terrain module with physics sce...Dan Lake2012-05-101-0/+1
| * Improve bitmap disposal to do null checks and not to potentially try disposal...Justin Clark-Casey (justincc)2012-04-201-4/+7
* | Merge branch 'master' into careminsterMelanie2012-04-202-46/+78
|\ \ | |/
| * Always dispose of existing opened bitmap from file in SaveFile(), instead of ...Justin Clark-Casey (justincc)2012-04-201-22/+37
| * Explicitly dispose of bitmaps opened from files in GenericSystemDrawing and J...Justin Clark-Casey (justincc)2012-04-202-18/+31
| * concerns GenericSystemDrawing.csGarmin Kawaguichi2012-04-201-8/+9
* | Merge branch 'master' into careminsterMelanie2012-04-0311-3/+74
|\ \ | |/
| * terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawagui...Garmin Kawaguichi2012-04-0311-3/+74
* | Merge branch 'master' into careminsterMelanie2012-03-271-2/+0
|\ \ | |/
| * In TerrainModule.cs, the command terrain save-tile is modified to remove an u...Garmin Kawaguichi2012-03-271-2/+0
* | Merge branch 'master' into careminsterMelanie2012-03-253-33/+61
|\ \ | |/
| * Hack example on to "terrain save-tile" extended help.Justin Clark-Casey (justincc)2012-03-241-0/+6
| * Use system provided temporary file in "terrain save-tile" to avoid problems w...Justin Clark-Casey (justincc)2012-03-241-3/+3