aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/RegionCombinerModule/RegionCombinerPermissionModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed declaration switcharoo on the region combiner dll.Diva Canto2014-12-311-2/+0
|
* This cleans up versioning. Specifically:Diva Canto2014-12-301-1/+3
| | | | | | | - It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency.
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-2/+2
| | | | | | | 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.
* Unify a previous refactor of object return with the older solution. WeMelanie2010-03-181-8/+3
| | | | really don't need two methods doing the same thing, but differently.
* * Update namespace in the regioncombinermodule.Teravus Ovares (Dan Olivares)2009-11-101-1/+1
|
* * Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)2009-11-101-0/+275
* Moves the mono_metadata_token_from_dor message to a different module on loading.