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