aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2014-08-021-1/+1
* Behavior change: only local users can set home in any parcel of a grid. Setti...Diva Canto2014-06-161-9/+11
* Show Group name when land is group-ownedDev Random2014-04-231-7/+28
* minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...Justin Clark-Casey (justincc)2014-04-231-2/+1
* Prevent sending Land Properties for unprivileged usersDev Random2014-04-231-5/+8
* Eliminated many warningsOren Hurvitz2014-04-232-3/+1
* Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz2014-04-202-7/+8
* Allows to sell objects on a parcel of land together with that parcel of land....Snoopy Pfeffer2014-04-101-0/+44
* Save to database these parcel updates: Force Owner, Abandon Request, Reclaim....Oren Hurvitz2014-03-241-0/+4
* Adding a way to disable/enable the in built Dwell ModuleH-H-H2014-03-201-3/+17
* Instead of auto-creating a parcel on request if one doesn't cover a given loc...Justin Clark-Casey (justincc)2014-03-112-67/+211
* Remove try/catch in LandManagmentModule.GetLandObject() - this is very old co...Justin Clark-Casey (justincc)2014-03-071-70/+51
* Lock m_landlist whilst loading parcels from storage to prevent a race against...Justin Clark-Casey (justincc)2014-03-071-7/+18
* Only auto-create a land parcel when there is none in a specified tile if ther...Justin Clark-Casey (justincc)2014-03-071-1/+13
* Add scene name to bad parcel add loggingJustin Clark-Casey (justincc)2014-03-061-2/+3
* refactor: Simplify land object by using c# get/set auto-properties where appl...Justin Clark-Casey (justincc)2014-03-061-23/+13
* minor: slightly simplify code in LandObject.ContainsPoint()Justin Clark-Casey (justincc)2014-03-061-1/+1
* Remove array initialize calls in LMM - these are unnecessary as the VM alread...Justin Clark-Casey (justincc)2014-03-061-4/+0
* minor: Increase size of parcel name field in "land show" console command outp...Justin Clark-Casey (justincc)2014-03-061-12/+12
* Prevent adding a land object if it overlaps any existing objects that have no...Justin Clark-Casey (justincc)2014-03-062-19/+190
* Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams2014-01-281-1/+4
* Merge branch 'master' into varregionRobert Adams2013-12-171-0/+13
|\
| * Committing the Avination Scene Presence and related texture codeMelanie2013-12-111-0/+13
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-2/+2
* | varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-281-1/+1
* | Merge branch 'master' into varregionRobert Adams2013-11-151-53/+125
|\ \ | |/
| * If a local land ID is given to the "land show" command, then output to consol...Justin Clark-Casey (justincc)2013-11-151-54/+126
* | varregion: fix GetLandObject error return and initialization of squareRobert Adams2013-11-102-10/+33
* | varregion: Massive work to LandManagementModule and LandObject toRobert Adams2013-11-082-183/+295
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-2/+2
|/
* Mantis 6608: Math error in parcel dimensions/borders seen with land show commandTalun2013-06-191-10/+10
* Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...Diva Canto2013-05-112-35/+19
* Handle SetHome properlyDiva Canto2013-05-111-0/+59
* Add Avination's support for parcel eject and freezeMelanie2013-04-251-0/+85
* Add ILandChannel.GetLandObject(Vector3 position) as this is a very common inp...Justin Clark-Casey (justincc)2013-03-141-0/+5
* Fixed: the AvatarEnteringNewParcel event wasn't triggered in some casesOren Hurvitz2013-01-021-0/+6
* minor: minor code and log formatting fixes to recent changes in LandManagemen...Justin Clark-Casey (justincc)2013-01-021-5/+6
* Changed locks to prevent deadlocks (especially during multi-region Load OAR)Oren Hurvitz2013-01-022-24/+34
* Implemented Return Objects when it's invoked from the Top Colliders or Top Sc...Oren Hurvitz2013-01-021-5/+55
* minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)2012-12-051-1/+3
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-242-7/+11
* Another 10 modules' directives moved from .addin.xmlDiva Canto2012-11-123-0/+6
* Refactor: Move Dwell reply to a module that can be disabled. The prior,Melanie2012-10-212-12/+110
* SQLite DB: some values of land data will be not saved / loadedPixelTomsen2012-10-211-0/+1
* Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl...PixelTomsen2012-10-201-0/+12
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-091-0/+1
* correcting a typo that causes c# express to complain about xml comment contai...SignpostMarv2012-09-131-1/+1
* Fire the scripting changed event with CHANGED_OWNER when an object that has c...Justin Clark-Casey (justincc)2012-05-051-1/+0
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-031-14/+19