aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Estate (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-1/+1
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-26/+26
| | | | | | | * 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.
* Formatting cleanup.Jeff Ames2008-08-181-9/+9
|
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-1/+8
| | | | | | | | | 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.
* Make the estate owner work. Changes permissions checks to allow theMelanie Thielker2008-08-141-8/+4
| | | | | | | estate owner user the ability to add and remove estate managers, and have EM rights outside of that.
* Minor formatting cleanup.Jeff Ames2008-08-071-5/+5
|
* Addresses Mantis #1886Melanie Thielker2008-08-041-2/+4
| | | | | | | | 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
* Estate series, patch 9 (#9157)Melanie Thielker2008-08-011-1/+9
| | | | | | | | | Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild!
* Patch #9155 (Mantis #1793)Melanie Thielker2008-07-251-0/+3
| | | | | | | Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional.
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-40/+40
|
* Fix prim link numbers (Mantis #1781)Melanie Thielker2008-07-191-4/+4
| | | | | | | | | | | Implements additional unlink modes (unlink root prim from link set, some multi-set operations). Linking (single and mutiple) fully implemented. Consistent numbering of links while in world. Link/delink with predictable link numbering. Correct link numbers in LSL. Not all multi-set ops implemented. Link numbers still change when taken and re-rezzed.
* Patch to fix saving of estate managers list loaded during migration.Melanie Thielker2008-07-181-1/+2
| | | | | | | No longer teleports an agent home unless their root agent is being banned. Visual blocking is still in effect.
* Patch adds bool IsManager(LLUUID) to IEstateModule.Melanie Thielker2008-07-181-0/+12
| | | | | | | | Returns true whenever the LLUUID references a user who is either an EM or the region owner. Please note that ownership is region-scoped, while EM is estate-scoped.
* Patch #9151Melanie Thielker2008-07-181-64/+170
| | | | | | 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.
* Patch #9150Melanie Thielker2008-07-141-6/+75
| | | | | | Patch 7 of the region patches. Finish off the region parts of the estate dialog. Full user functionality. Terrain textures, heights, water, avatar counts, prim bonus, debug settings and region toggles can now be set from the dialog on a per-region basis. Estate stuff defaults to sane values where there are no defaults, to estate_settings.xml otherwise. Sun still b0rked :(
* Patch #9149Melanie Thielker2008-07-141-48/+28
| | | | | | 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
* Patch #9147Melanie Thielker2008-07-141-61/+71
| | | | | | | Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
* * Changed casing of some archaic methods to conform with code standardslbsa712008-07-081-9/+9
|
* move along, nothing to see here. just a couple of lazy variables.Dr Scofield2008-06-271-1/+2
|
* * Adds Region ban capability to Regions. You access this by going to ↵Teravus Ovares2008-06-211-1/+85
| | | | | | | | World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. * It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores.
* * Fixes a bug saving the current sun phase to the estate_settings file.Teravus Ovares2008-06-021-1/+7
|
* * Fixed a dangling event hook that I added.Teravus Ovares2008-05-301-0/+1
| | | | | * Added a Non-finite avatar position reset. This will either handle the <0,0,0> avatar gracefully, or send the avatar to 127,127,127 if that also doesn't work. ( I've only been able to reproduce this error once on my development workstation )
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-1/+1
|
* * Added helper method to the Sun module to Get the Linden hour based on the ↵Teravus Ovares2008-05-301-1/+2
| | | | math in the sun module. This populates the sun phase slider on the terrain tab in the estate tools according to the current sun phase. Display purposes only for now. Need to go the other way for setting the sun phase based on the linden hour in the estate tools.
* * Caches UUIDName requestsTeravus Ovares2008-05-291-2/+46
| | | | | | * Looks up UUIDNames for script time and colliders in a separate thread. * Hopefully this'll allow you to look at top scripts on a region that has a lot of scripts without crashing your client thread.
* * A hacky Top Scripts display. It isn't accurate as far as ms accounting, ↵Teravus Ovares2008-05-251-9/+27
| | | | | | | however you can use it to help find out what scripts are causing your simulator to cry. * Access it from the Estate tools/Debug tab.
* * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares2008-05-251-0/+39
|
* * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵Teravus Ovares2008-05-141-3/+3
| | | | permissions modules. From Melanie. Thanks Melanie!
* *LLClientView is now pushed the EstateSettings instead of pulling it from ↵mingchen2008-05-061-9/+63
| | | | | | | the scene...more to standards *LandChannel no longer requires libsecondlife.Packets (it should have never needed it in the first place)
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-051-2/+2
|
* Update svn properties.Jeff Ames2008-05-041-386/+386
|
* * Reformatted EstateManagementModuleAdam Frisby2008-05-041-61/+48
|
* *Fixed a mistake in the EstateManagementModule that messed up the trunk.mingchen2008-05-041-29/+1
|
* *Fixed up EstateManagementModule to the module standard - no more packets ↵mingchen2008-05-041-497/+181
| | | | | | | allowed! *Started cleaning up the land module
* *Moved EstateManager into a region modulemingchen2008-05-031-0/+744