aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-312-3/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Add a new global event : OnTerrainUpdateTom Grimshaw2010-06-261-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | Reverting the ITerrainModule changes. Turns out this was useless.Tom Grimshaw2010-06-261-5/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | add HasChanged to ITerrainModuleTom Grimshaw2010-06-261-5/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | Add a new accessor for the TerainModule : "HasChanged"Tom Grimshaw2010-06-261-0/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | Address Mantis 7592 (http://opensimulator.org/mantis/view.php?id=7592) byRobert Adams2015-06-061-25/+49
* | | | | | | | | | | | | | | | | | | | | | | | | | Knocked off a few compiler warnings regarding unused variables.Diva Canto2015-05-107-7/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | Constrain 'terrain modify' to selected RegionDev Random2015-05-091-8/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | Minor whitespace removalMichael Cerquoni2015-05-071-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | Add 'terrain modify noise' and code cleanupDev Random2015-05-075-291/+113
* | | | | | | | | | | | | | | | | | | | | | | | | | 'terrain modify' command for area-of-effect operationsDev Random2015-05-0610-143/+1266
* | | | | | | | | | | | | | | | | | | | | | | | | | Use using constructs on disposable io objects in LLRaw to ensure they are alw...Justin Clark-Casey (justincc)2015-02-281-113/+111
* | | | | | | | | | | | | | | | | | | | | | | | | | Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c...Justin Clark-Casey (justincc)2015-02-281-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | Permit loading of LLRAW files bigger than 256x256 by calculating size based o...Magnuz Binder2015-02-281-1/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | Add 'terrain feature' commandDev Random2014-11-194-2/+353
* | | | | | | | | | | | | | | | | | | | | | | | | | 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-252-1/+76
* | | | | | | | | | | | | | | | | | | | | | | | | | Eliminated many warningsOren Hurvitz2014-04-231-1/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | remove some whitespace that snuck in with last patchMichael Cerquoni2014-04-031-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | Add Varregion support to Terragen HandlerDev Random2014-04-031-28/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix raw32 terrain heightmap reader so it estimates terrain size fromRobert Adams2014-02-032-2/+13
* | | | | | | | | | | | | | | | | | | | | | | | | | Implement terrain merging in TerrainChannel.Robert Adams2014-02-021-31/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | Restore brush tests with correct values and adjustments for new terrain heightRobert Adams2014-01-281-17/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | Temporarily disable brush test. It will come back when tuning is complete.Robert Adams2014-01-281-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | Change area of brush test to account for rounding errors in terrain implement...Robert Adams2014-01-281-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | Increase the strength of brushes in brush test in an attempt to overcome roun...Robert Adams2014-01-281-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams2014-01-281-4/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | varregion: add --displacement parameter to 'load oar'.Robert Adams2014-01-191-3/+35
* | | | | | | | | | | | | | | | | | | | | | | | | | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-262-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | 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: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | 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-282-4/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Another 10 modules' directives moved from .addin.xmlDiva Canto2012-11-121-0/+2