.. |
Caps
|
878ce1e6b2
This should fix all issues with teleports. One should be able to TP as fast as needed. (Although sometimes Justin's state machine kicks in and doesn't let you) The EventQueues are a hairy mess, and it's very easy to mess things up. But it looks like this commit makes them work right. Here's what's going on:
|
11 years ago |
DynamicAttributes
|
f7d09b898a
Make the concept of namespaces explicit in dynamic attributes
|
11 years ago |
EntityTransfer
|
e6c0267def
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly.
|
11 years ago |
InterfaceCommander
|
17440d8a29
Added option for UUID as command parameters. This lets the command handle the UUID parsing and type checking before the command is executed.
|
11 years ago |
InventoryAccess
|
09cb2a37dd
More on HG inventory and OutboundPermission: disallowing giving inventory to foreigners if OutboundPermission is false
|
11 years ago |
Library
|
c358d5d168
Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be less dependent on a Scene.
|
11 years ago |
Monitoring
|
b272b91317
minor: Fix mono compiler warning in MonitorModule
|
11 years ago |
Search
|
63f6c8f27c
Removed commented lines and useless debug message
|
11 years ago |
ServiceThrottle
|
894554faf6
Removed the MapItems thread. Redirected the map items requests to the services throttle thread. Didn't change anything in how that processor is implemented, for better or for worse.
|
11 years ago |
Statistics
|
1dd2d432f1
For those people collecting and comparing logfiles from servers scattered
|
11 years ago |
UserManagement
|
6013c15b6e
Move adding UUID.Zero -> Unknown User binding to UMM.Init() so that it's also called by HGUserManagementModule
|
11 years ago |