aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Land (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-11The "About Landmark" code with the fake parcelIDs had a serious bug.Homer Horwitz1-13/+52
- Fix that bug. It will work with OSSearch now, too - Add some caching to reduce inter-region requests.
2008-10-10Committing diva's LandSnapshot update patch. Also included is a smallMelanie Thielker1-0/+1
fix for the LandManagementModule. I changed LandSnapshot to use CachedUserInfo to take a load off the user server. Also, missing owner profiles are legit, warning removed.
2008-10-08- Fix wrong order of max/min usage for clipping. Uses Util.Clamp nowHomer Horwitz1-2/+2
- Add support for immediate switching of Music/Media URLs. Radio-scripts should work now.
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
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-13Remove the cruft of accessing a private member of another module's classMelanie Thielker2-0/+15
from DataSnapshot and replace it with a best practices approach, making it much less dependent on the land module's internal structure and types.
2008-09-07Mantis #2142Melanie Thielker1-1/+1
Thank you, HomerHorwitz, for a patch that fixes landmark teleport and about landmarks with the new OMV types.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares3-65/+64
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
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
Places touched: - Added two events for in-packets to LLCLientView: RegionHandleRequest and ParcelInfoRequest - Added sending of two out-packets to LLCLientView: RegionIDAndHandleReply and ParcelInfoReply. - Scene handles the RegionHandleRequest, LandManagementModule the ParcelInfoRequest - Added inter-region request for LandData by RegionHandle and local position. This was implemented as XML-RPC request. The returned LandData isn't complete, it only contains the data necessary for answering the ParcelInfoRequest - Added new CAPS (0009) for RemoteParcelRequest and some methods for LandData handling to LandManagementModule - Added methods for fake parcelID creation and parsing to Util - Fixed missing implementation of interface methods. - Added new file: OpenSim/Framework/Communications/Capabilities/LLSDRemoteParcelResponse.cs NOTE: This is part of the patch, too. Due to the many places touched, I would consider this patch as experimental.
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
hierarchical rights structure. MasterAvatar: Owner of the region server (may be null), net gods (users with GodLevel 200), Estate owner (from database). Look at Opensim.ini.example to enable net gods. Estate owner will default to master avatar.
2008-08-07Minor formatting cleanup.Jeff Ames1-2/+2
2008-08-04Addresses Mantis #1886Melanie Thielker1-4/+7
Forces the landmark and menu flags to be always set, like in previous releases. This will cause the parcel based restriction on setting landmarks to have no effect, until it is implemented properly
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague3-108/+108
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-3/+3
2008-07-18Patch #9151Melanie Thielker1-1/+5
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
2008-07-14Patch #9149Melanie Thielker1-1/+1
Make all of the toggles go live. Utilizes the new database table for almost everything. Remove lots of now unneeded settings from the EstateSettings class
2008-07-14Patch #9147Melanie Thielker1-3/+11
Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
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 ↵mingchen1-1/+2
creation/reclaim/sale date.
2008-06-26Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke1-1/+17
Adds handlers for the reclaim land functionality, plus all needed permissions checks.
2008-06-11*Parcel Prim Count Maximums moved to their own functions so modules can ↵mingchen3-3/+68
override the default method of calculating how many prims a parcel can have.
2008-06-07Potential Fix #1 for 0001392: Shift+Drag now causes an unhandled 'Object ↵mingchen1-3/+9
reference not set to an instance of object' exception
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
* Fixes returning objects when the object owner hasn't been in the simulator since the simulator started up last.
2008-05-24This enables return from the parcel object owner display.Teravus Ovares3-24/+99
There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return.
2008-05-24* Implements selected object return.Teravus Ovares1-25/+45
* If user is in the same sim with you, they'll get an inventory update, if not.... oh well, they'll have to clear their cache potentially before they'll see it.
2008-05-23*Refactor of the LandManagementModule that allows OpenSim to run without itmingchen2-868/+965
2008-05-16Formatting cleanup.Jeff Ames2-5/+5
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-13*Complete redo of the permissions modulemingchen3-38/+65
*Removed hardcoded permissions checks *Added permissions checks where needed
2008-05-09*Land/Parcel upates are now correct with a significant movement by the Clientmingchen2-10/+1
*Moved OnSignificantClientMovement to where it is supposed to be - SceneEvents and not ScenePresence
2008-05-06*LLClientView is now pushed the EstateSettings instead of pulling it from ↵mingchen2-8/+3
the scene...more to standards *LandChannel no longer requires libsecondlife.Packets (it should have never needed it in the first place)
2008-05-06* Cleaning up code, making it conform to OpenSim standards.Adam Frisby3-187/+159
2008-05-05*Standardized the Land module by removing all references to ↵mingchen2-227/+38
libsecondlife.packets
2008-05-04*Fixed up EstateManagementModule to the module standard - no more packets ↵mingchen1-0/+15
allowed! *Started cleaning up the land module
2008-05-03* For your fragging desire, damage enabled land works, but watch out!, life ↵Teravus Ovares1-0/+5
does not regenerate until you're dead!
2008-05-01* Rolled back a few changes.Adam Frisby3-33/+33
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby3-33/+33
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames3-2004/+2004
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby3-316/+286
2008-04-30* Commiting a bunch of missed files.Adam Frisby3-0/+2037