aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2011-05-052-9/+7
|\
| * Broke down Caps.cs into a generic Caps object that simply ↵Diva Canto2011-05-011-9/+5
| | | | | | | | | | | | | | registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps. Renamed a few methods that were misnomers. Compiles but doesn't work.
| * First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-211-1/+17
|\ \ | |/
| * refactor: rename DeleteToInventory() to CopyToInventory()Justin Clark-Casey (justincc)2011-04-181-1/+17
| | | | | | | | DeleteToInventory() is misleading - it is the caller that decides whether to delete or not
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-062-0/+12
|\ \ | |/
| * Make the "All Estates" option work from the client (this makes chosen ↵Justin Clark-Casey (justincc)2011-04-052-0/+12
| | | | | | | | | | | | | | | | changes to all the estates that the user owns). This applies to adding/removing estate users, groups, managers and bans. This is the application of the AllEstates_0.5.patch from http://opensimulator.org/mantis/view.php?id=5420 Thanks very much, Snoopy!
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-013-223/+1
|\ \ | |/
| * Start using IPrimCounts populated by PrimCountModule instead of LandData ↵Justin Clark-Casey (justincc)2011-03-253-223/+1
| | | | | | | | | | | | | | counts populated by LandManagementModule. In order to pass ILandObject into IClientAPI.SendLandProperties(), had to push ILandObject and IPrimCounts into OpenSim.Framework from OpenSim.Region.Framework.Interfaces, in order to avoid ci Counts are showing odd behaviour at the moment, this will be addressed shortly.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-273-2/+123
|\ \ | |/
| * Add ILandObject.IPrimCounts for the new prim count module.Justin Clark-Casey (justincc)2011-03-251-0/+5
| | | | | | | | Not functional yet, but tests now act against this object rather than interrogating the module directly
| * minor: slightly adjust previous method doc.Justin Clark-Casey (justincc)2011-03-212-2/+2
| |
| * add method doc to IEstateDataService and IEstateDataStore interfacesJustin Clark-Casey (justincc)2011-03-212-2/+90
| |
| * On initial region registration, if the user chooses the option to make the ↵Justin Clark-Casey (justincc)2011-03-212-0/+28
| | | | | | | | region part of an existing estate, then list the existing region names.
* | Add some more fields to Estate settings and make them work.Melanie2011-03-221-0/+2
| | | | | | | | | | Run alter table estate_settings add column AllowLandmark tinyint not null default 1, add column AllowParcelChanges tinyint not null default 1, add column AllowSetHome tinyint not null default 1; to make this work.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-161-1/+1
|\ \ | |/
| * Hack in a crude temporary "estate show" commandJustin Clark-Casey (justincc)2011-02-121-1/+1
| | | | | | | | | | | | This will show the estate for each region, along with that estate's id and the estate owner. This is temporary because the command output might change. This commit also converts the estate module from the old to the new region module format
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-071-0/+1
|\ \ | |/
| * New command: show pending-objectsDiva Canto2011-02-061-0/+1
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-291-0/+55
|\ \ | |/
| * Create the structure of classes and interfaces to replace the cruft thatMelanie2011-01-291-0/+2
| | | | | | | | is in the land management module today
| * Add the prim count interfacesMelanie2011-01-281-0/+53
| |
| * Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-281-1/+1
| |
* | Merge branch 'careminster-presence-refactor' of ↵Melanie2011-01-281-1/+1
|\ \ | | | | | | | | | ssh://melanie@3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-281-1/+1
| | |
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-281-0/+1
|\ \ \ | |/ / |/| / | |/
| * Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-281-0/+1
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-271-0/+8
|\ \ | |/
| * When an oar is loaded, do not create a default parcel before loading the ↵Justin Clark-Casey (justincc)2011-01-271-1/+4
| | | | | | | | | | | | | | | | parcels from the OAR. The region spanning parcel shouldn't exist in this situation. If it does, when the land data is loaded it is repersisted with a local ID which comes after the ones loaded via the oar, which obliterates the oar loaded one. Resaving the data we just loaded from the database is somewhat odd in itself (though this makes sense from the way that OAR loading was already using the same event).
| * Fix OAR parcel loading so that old parcels are replaced by the new instead ↵Justin Clark-Casey (justincc)2011-01-271-0/+5
| | | | | | | | | | | | of merged. The --merge switch will still merge the old and new land parcelling.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-271-0/+14
|\ \ | |/
| * Add some comments on ILandObject.StartPoint and EndPointJustin Clark-Casey (justincc)2011-01-261-0/+10
| |
| * Implement command "land show". This shows all the parcels on the currently ↵Justin Clark-Casey (justincc)2011-01-261-0/+4
| | | | | | | | | | | | selected region/s This is useful for diagnostics. The command is "land show" rather than "show land" because it's implemented as a module specific subcommand.
* | Add an interface for a region's user account cacheMelanie2011-01-271-0/+13
| |
* | Preserve the script running flag when copying an object.Melanie2011-01-081-0/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-231-58/+0
|\ \ | |/
| * Removed unused code -- this was the previous version of UDP texture sending, ↵Diva Canto2010-12-231-58/+0
| | | | | | | | which now lives entirely in LindenUDP space.
| * Make prim inventories a bit more saneMelanie2010-12-211-7/+0
| |
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-12-141-1/+1
| |\
| | * Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | Remove the too coarse CanEditParcel method in favor of a CanEditParcelProperties method that takes a GroupPowers argument to specify what action is to be taken. Also, make the method to set parcel data much more granular. Permissions in a deeded setting should now work.
| * | reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being ↵Justin Clark-Casey (justincc)2010-12-141-6/+9
| |/ | | | | | | | | | | used by a 3rd party region module and contains non-obvious attachment specific code There are no functional changes. UpdateAttachmentPosition() is adapted to the new approach of only saving attachment state on logout
* | Make prim inventories a bit more saneMelanie2010-12-211-7/+0
| |
* | Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-1/+1
| | | | | | | | | | | | | | Remove the too coarse CanEditParcel method in favor of a CanEditParcelProperties method that takes a GroupPowers argument to specify what action is to be taken. Also, make the method to set parcel data much more granular. Permissions in a deeded setting should now work.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-031-0/+1
|\ \ | |/ | | | | Also prevent god takes from ending up in Lost and Found
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-11-251-0/+39
| |\
| * | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2010-11-251-0/+1
| | | | | | | | | | | | capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-251-0/+39
|\ \ \ | | |/ | |/|
| * | Implement the restart moduleMelanie2010-11-251-1/+1
| | |
| * | Adding the skeleton for the restart moduleMelanie2010-11-241-0/+39
| |/
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-221-0/+13
|\ \ | |/