aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Land (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-15Removed some instances of "<3 OpenSim Developers" (why were they there?) bein...MW1-3/+3
2008-11-29Finally make attachments stay put. Randomize local ID generation toMelanie Thielker1-1/+6
2008-11-24* Removed more locks on EntitiesAdam Frisby1-7/+4
2008-11-24* Swaps Scene.Entities Dictionary for EntityManager.Adam Frisby1-1/+1
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker2-10/+10
2008-11-21Fully implement object return from the parcel dialogMelanie Thielker2-15/+57
2008-11-21Allow selecting group objects and selecting objects by owner from theMelanie Thielker1-0/+5
2008-11-21Plumb in the list if user IDs to the land module to allow selectionMelanie Thielker2-6/+6
2008-11-19* Add just enough to allow the scene presences test to establish a new user c...Justin Clarke Casey1-2/+0
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-2/+2
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-2/+2
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-2/+2
2008-11-17Correct prim counts for group land. Correct MessageTransferModule startupMelanie Thielker1-2/+3
2008-11-16Add group prim count support to land propertiesMelanie Thielker1-1/+7
2008-11-10Removed some debug output I forgot to remove...Homer Horwitz1-13/+0
2008-11-09Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-08Added necessary locking to LandManagementModule. As it is used by severalHomer Horwitz1-143/+239
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey1-1/+1
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2-0/+24
2008-10-15* refactor: Remove OutPacket from the IClientAPIJustin Clarke Casey1-1/+1
2008-10-11The "About Landmark" code with the fake parcelIDs had a serious bug.Homer Horwitz1-13/+52
2008-10-10Committing diva's LandSnapshot update patch. Also included is a smallMelanie Thielker1-0/+1
2008-10-08- Fix wrong order of max/min usage for clipping. Uses Util.Clamp nowHomer Horwitz1-2/+2
2008-10-08- removed some unnecessary conversions (double -> double)Homer Horwitz1-2/+2
2008-10-06Implement Parcel -> ForceOwnerToMe god mode packetMelanie Thielker1-0/+15
2008-10-06Exclude attachments from parcel prim countsMelanie Thielker1-1/+1
2008-09-26* Patch from JHurlimanTeravus Ovares2-16/+16
2008-09-13Remove the cruft of accessing a private member of another module's classMelanie Thielker2-0/+15
2008-09-07Mantis #2142Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares3-65/+64
2008-08-18Formatting cleanup.Jeff Ames2-61/+28
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-11/+15
2008-08-16Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+119
2008-08-16Update svn properties, minor formatting cleanup.Jeff Ames1-3/+3
2008-08-15Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker1-3/+12
2008-08-07Minor formatting cleanup.Jeff Ames1-2/+2
2008-08-04Addresses Mantis #1886Melanie Thielker1-4/+7
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague3-108/+108
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-3/+3
2008-07-18Patch #9151Melanie Thielker1-1/+5
2008-07-14Patch #9149Melanie Thielker1-1/+1
2008-07-14Patch #9147Melanie Thielker1-3/+11
2008-07-08* Changed casing of some archaic methods to conform with code standardslbsa712-6/+6
2008-07-03*Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual cre...mingchen1-1/+2
2008-06-26Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke1-1/+17
2008-06-11*Parcel Prim Count Maximums moved to their own functions so modules can overr...mingchen3-3/+68
2008-06-07Potential Fix #1 for 0001392: Shift+Drag now causes an unhandled 'Object refe...mingchen1-3/+9
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-3/+3
2008-05-24* Fixes endless loop in the Land Module when selecting any object.Teravus Ovares2-0/+6
2008-05-24This enables return from the parcel object owner display.Teravus Ovares3-24/+99