Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fixed a dangling event hook that I added. | Teravus Ovares | 2008-05-30 | 1 | -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 Ames | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | * Added helper method to the Sun module to Get the Linden hour based on the ↵ | Teravus Ovares | 2008-05-30 | 1 | -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 requests | Teravus Ovares | 2008-05-29 | 1 | -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 Ovares | 2008-05-25 | 1 | -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 Ovares | 2008-05-25 | 1 | -0/+39 |
| | |||||
* | * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵ | Teravus Ovares | 2008-05-14 | 1 | -3/+3 |
| | | | | permissions modules. From Melanie. Thanks Melanie! | ||||
* | *LLClientView is now pushed the EstateSettings instead of pulling it from ↵ | mingchen | 2008-05-06 | 1 | -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 PermissionsModule | Justin Clarke Casey | 2008-05-05 | 1 | -2/+2 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-05-04 | 1 | -386/+386 |
| | |||||
* | * Reformatted EstateManagementModule | Adam Frisby | 2008-05-04 | 1 | -61/+48 |
| | |||||
* | *Fixed a mistake in the EstateManagementModule that messed up the trunk. | mingchen | 2008-05-04 | 1 | -29/+1 |
| | |||||
* | *Fixed up EstateManagementModule to the module standard - no more packets ↵ | mingchen | 2008-05-04 | 1 | -497/+181 |
| | | | | | | | allowed! *Started cleaning up the land module | ||||
* | *Moved EstateManager into a region module | mingchen | 2008-05-03 | 1 | -0/+744 |