aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Estate (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-25Patch #9155 (Mantis #1793)Melanie Thielker1-0/+3
Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional.
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-40/+40
2008-07-19Fix prim link numbers (Mantis #1781)Melanie Thielker1-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.
2008-07-18Patch to fix saving of estate managers list loaded during migration.Melanie Thielker1-1/+2
No longer teleports an agent home unless their root agent is being banned. Visual blocking is still in effect.
2008-07-18Patch adds bool IsManager(LLUUID) to IEstateModule.Melanie Thielker1-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.
2008-07-18Patch #9151Melanie Thielker1-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.
2008-07-14Patch #9150Melanie Thielker1-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 :(
2008-07-14Patch #9149Melanie Thielker1-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
2008-07-14Patch #9147Melanie Thielker1-61/+71
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 standardslbsa711-9/+9
2008-06-27move along, nothing to see here. just a couple of lazy variables.Dr Scofield1-1/+2
2008-06-21* Adds Region ban capability to Regions. You access this by going to ↵Teravus Ovares1-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.
2008-06-02* Fixes a bug saving the current sun phase to the estate_settings file.Teravus Ovares1-1/+7
2008-05-30* Fixed a dangling event hook that I added.Teravus Ovares1-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 )
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-1/+1
2008-05-30* Added helper method to the Sun module to Get the Linden hour based on the ↵Teravus Ovares1-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.
2008-05-29* Caches UUIDName requestsTeravus Ovares1-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.
2008-05-25* A hacky Top Scripts display. It isn't accurate as far as ms accounting, ↵Teravus Ovares1-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.
2008-05-25* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares1-0/+39
2008-05-14* Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵Teravus Ovares1-3/+3
permissions modules. From Melanie. Thanks Melanie!
2008-05-06*LLClientView is now pushed the EstateSettings instead of pulling it from ↵mingchen1-9/+63
the scene...more to standards *LandChannel no longer requires libsecondlife.Packets (it should have never needed it in the first place)
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-2/+2
2008-05-04Update svn properties.Jeff Ames1-386/+386
2008-05-04* Reformatted EstateManagementModuleAdam Frisby1-61/+48
2008-05-04*Fixed a mistake in the EstateManagementModule that messed up the trunk.mingchen1-29/+1
2008-05-04*Fixed up EstateManagementModule to the module standard - no more packets ↵mingchen1-497/+181
allowed! *Started cleaning up the land module
2008-05-03*Moved EstateManager into a region modulemingchen1-0/+744