aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-19Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view....PixelTomsen1-1/+2
2012-02-19Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view....PixelTomsen1-1/+2
2012-02-05Revert my two quick fixes for the lag issue and put in the real fix, whichMelanie1-1/+2
2012-02-05Revert "Remove checks on ban list expiry on every move. To be re-added on par...Melanie1-4/+4
2012-02-05Revert "Check ban list for a particular parcel only when an avatar moves into...Melanie1-0/+4
2012-02-05Check ban list for a particular parcel only when an avatar moves into it.Melanie1-4/+0
2012-02-05Remove checks on ban list expiry on every move. To be re-added on parcelMelanie1-4/+4
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-24/+60
2012-01-25llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...Pixel Tomsen1-1/+10
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-1/+1
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-4/+1
2011-07-02If a user has the rights to edit a parcel's properties, then also allow them ...Justin Clark-Casey (justincc)1-4/+4
2011-05-14refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() inst...Justin Clark-Casey (justincc)1-7/+8
2011-04-06Add method doc to some land bitmap methods in ILandObject.Justin Clark-Casey (justincc)1-13/+1
2011-04-05properly refresh object owner list when refresh button is hit on land parcel ...Justin Clark-Casey (justincc)1-1/+5
2011-04-05remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)1-67/+16
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-1/+3
2011-01-28Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie1-5/+19
2011-01-26Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)1-2/+38
2011-01-23Fixes mantis #5343Diva Canto1-0/+1
2010-12-13Fix a small bug in ban list handlingMelanie1-0/+2
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie1-57/+143
2010-09-12Formatting cleanup.Jeff Ames1-7/+7
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman1-0/+7
2010-08-30local commit with parcel media bitsJonathan Freedman1-0/+7
2010-07-29Allow gods and estate managers/owners to be unaffected by parcel bansMelanie Thielker1-0/+6
2010-07-14Remove getting the object capacity from the money module. It is now setMelanie Thielker1-2/+2
2010-05-06Ensure the show in search flag is cleared on ownership change. Also, whenMelanie1-1/+4
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake1-12/+14
2010-03-18Unify a previous refactor of object return with the older solution. WeMelanie1-1/+1
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-09- parcel blocking, region crossing blocking, teleport blockingunknown1-3/+6
2009-11-23Formatting cleanup.Jeff Ames1-1/+1
2009-11-08Patch from Snoopy2. Fixes Mantis #4342Melanie1-5/+35
2009-10-19* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman1-4/+2
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-116/+117
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-09-02warnings safari.dr scofield (aka dirk husemann)1-0/+2
2009-08-08* More tweaking of the various services to work with nonstandard region sizes...Teravus Ovares (Dan Olivares)1-2/+3
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)1-10/+10
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-5/+5
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-24Allow the perms module to inspect and modify the list of objects to returnMelanie Thielker1-4/+4
2009-05-24Add a new permissions check for bulk object returns.Melanie Thielker1-0/+3
2009-04-19Thank you kindly, MCortez, for a patch that:Charles Krinke1-0/+12
2009-04-16Correctly flag group owned prims in the land prim listMelanie Thielker1-1/+4
2009-04-16Fix build break and change some groups interfacesMelanie Thielker1-1/+1
2009-03-05* refactor: move media and music url setting from scene into LandObjectJustin Clarke Casey1-1/+20