aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Estate (unfollow)
Commit message (Collapse)AuthorFilesLines
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