aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-540/+793
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-227/+711
2013-01-04Fixed: the AvatarEnteringNewParcel event wasn't triggered in some casesOren Hurvitz1-0/+6
2013-01-04Implemented Return Objects when it's invoked from the Top Colliders or Top Sc...Oren Hurvitz1-5/+55
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)1-2/+3
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto1-0/+2
2012-10-21Refactor: Move Dwell reply to a module that can be disabled. The prior,Melanie1-12/+0
2012-10-21SQLite DB: some values of land data will be not saved / loadedPixelTomsen1-0/+1
2012-10-20Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl...PixelTomsen1-0/+12
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-14/+19
2012-02-23Try to resolve some problems with viewers crashing after hitting parcel banli...Justin Clark-Casey (justincc)1-6/+21
2012-02-05Revert "Check ban list for a particular parcel only when an avatar moves into...Melanie1-17/+0
2012-02-05Check ban list for a particular parcel only when an avatar moves into it.Melanie1-0/+17
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-2/+2
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-2/+2
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-08-03Do a partial fix/implementation of OSSL osNpcMoveTo()Justin Clark-Casey (justincc)1-37/+32
2011-05-14Minor doc change to see if this provokes a good panda buildJustin Clark-Casey (justincc)1-2/+5
2011-05-14When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz1-8/+11
2011-04-06Improve previous ILandObject method doc.Justin Clark-Casey (justincc)1-0/+12
2011-04-05properly refresh object owner list when refresh button is hit on land parcel ...Justin Clark-Casey (justincc)1-8/+9
2011-04-05remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)1-28/+11
2011-03-31If the prim count gets an object with invalid bounds, don't try to count it.Justin Clark-Casey (justincc)1-3/+3
2011-03-31Put in temporary logging message to find out if scene objects are requesting ...Justin Clark-Casey (justincc)1-4/+5
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)1-1/+1
2011-03-25Add ILandObject.IPrimCounts for the new prim count module.Justin Clark-Casey (justincc)1-2/+10
2011-03-23Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...Justin Clark-Casey (justincc)1-0/+4
2011-03-22Add an initial confidence-building TestAddObject() for prim counts.Justin Clark-Casey (justincc)1-13/+16
2011-01-28Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie1-4/+4
2011-01-27Put confirmation on "land clear" command to avoid nasty accidentsJustin Clark-Casey (justincc)1-2/+14
2011-01-27When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)1-8/+15
2011-01-27Show local IDs in "land show" output.Justin Clark-Casey (justincc)1-5/+6
2011-01-27Add "land clear" commandJustin Clark-Casey (justincc)1-3/+13
2011-01-27Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)1-0/+19
2011-01-27remove unused CreateBaseLand()Justin Clark-Casey (justincc)1-9/+0
2011-01-26Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)1-15/+82
2011-01-03Fix scoping for prim region crossingsMelanie1-1/+1
2011-01-03Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie1-34/+34
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie1-10/+24
2010-11-09Fix parcel bans to work only on the avatars they're supposed to work on inste...Melanie1-14/+15
2010-09-12Formatting cleanup.Jeff Ames1-60/+55
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-1/+2
2010-09-06Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, becauseMelanie Thielker1-3/+11
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-13/+0
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman1-2/+63
2010-08-30local commit with parcel media bitsJonathan Freedman1-2/+63
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-6/+6
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+5
2010-05-13Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master1-0/+10
2010-05-07Also remove sale and search flags on god owner change.Melanie1-0/+1