aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | Add 'terrain feature' commandDev Random2014-11-191-2/+55
* | | | | | | | | | | | | | | | | | | | In TerrainModule, lock m_perClientPatchUpdates when removing entries.Justin Clark-Casey (justincc)2014-07-291-3/+2
* | | | | | | | | | | | | | | | | | | | Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default.Robert Adams2014-07-201-1/+1
* | | | | | | | | | | | | | | | | | | | Send multiple terrain patches per terrain update packet if terrainRobert Adams2014-06-011-1/+13
* | | | | | | | | | | | | | | | | | | | Modifications to debugging printouts. No functional changes.Robert Adams2014-05-311-5/+8
* | | | | | | | | | | | | | | | | | | | varregion: More tweeking to only sending patches within avatar draw distance.Robert Adams2014-05-311-3/+3
* | | | | | | | | | | | | | | | | | | | varregion: send terrain patches from where the avatar outward if the parameterRobert Adams2014-05-311-33/+259
* | | | | | | | | | | | | | | | | | | | minor: Correct mistake in terrain flip error message from previous commit 5d0...Justin Clark-Casey (justincc)2014-04-301-1/+1
* | | | | | | | | | | | | | | | | | | | minor: Print output in response to terrain console commands on the console ra...Justin Clark-Casey (justincc)2014-04-301-8/+9
* | | | | | | | | | | | | | | | | | | | Add "terrain show" console command which outputs terrain height for a given r...Justin Clark-Casey (justincc)2014-04-301-0/+22
* | | | | | | | | | | | | | | | | | | | BulletSim: non-functional changes to debugging statements and formatting.Robert Adams2014-04-281-2/+1
* | | | | | | | | | | | | | | | | | | | Add regression test for terrain fill at two digit height and max ll height.Justin Clark-Casey (justincc)2014-04-251-1/+1
* | | | | | | | | | | | | | | | | | | | Eliminated many warningsOren Hurvitz2014-04-231-1/+4
* | | | | | | | | | | | | | | | | | | | varregion: remove serialization of region terrain to floats when sending patc...Robert Adams2014-03-111-2/+6
* | | | | | | | | | | | | | | | | | | | Change terrain update sending to be triggered by frame tick ratherRobert Adams2014-03-101-50/+92
* | | | | | | | | | | | | | | | | | | | Implement terrain merging in TerrainChannel.Robert Adams2014-02-021-31/+4
* | | | | | | | | | | | | | | | | | | | varregion: add --displacement parameter to 'load oar'.Robert Adams2014-01-191-3/+35
* | | | | | | | | | | | | | | | | | | | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-5/+5
* | | | | | | | | | | | | | | | | | | | varregion: extend TerrainModule to use the region size from RegionInfoRobert Adams2013-11-101-14/+14
* | | | | | | | | | | | | | | | | | | | varregion: move the compressed heighmap compression factor fromRobert Adams2013-10-161-3/+5
* | | | | | | | | | | | | | | | | | | | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams2013-10-071-13/+16
* | | | | | | | | | | | | | | | | | | | varregion: serious rework of TerrainChannel:Robert Adams2013-09-281-3/+5
* | | | | | | | | | | | | | | | | | | | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-5/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | minor: Change channel digger replacement message in TerrainModule to Info fro...Justin Clark-Casey (justincc)2013-01-031-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