Justin Clark-Casey (justincc)
|
9d6ea27df0
Make SceneManager.OnRegionsReadyStatusChange event available.
|
há 12 anos atrás |
Justin Clark-Casey (justincc)
|
e3db5fb603
Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled or disabled at any point, not just during initial startup.
|
há 12 anos atrás |
Justin Clark-Casey (justincc)
|
0fff0e1fad
Perform other region ready actions even if simulator is configured to leave logins disabled on startup.
|
há 12 anos atrás |
Justin Clark-Casey (justincc)
|
4debc67b48
Establish EventManager.OnRegionReady event. This will only be triggerred once when the region is ready.
|
há 12 anos atrás |
Justin Clark-Casey (justincc)
|
c8f60acc30
Pass entire scene object in OnLoginsEnabled event rather than just the region name.
|
há 12 anos atrás |
Diva Canto
|
a5d0a29dd9
Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAccessModule where it belongs. They need to exchange some events, so added those to EventManager. Those events (TeleportStart and TeleportFail) are nice to have anyway.
|
há 12 anos atrás |
Justin Clark-Casey (justincc)
|
81fb0b4f07
Add back parts of reverted changes that were not concerned with child agent caching.
|
há 12 anos atrás |
Justin Clark-Casey (justincc)
|
67dbce4512
minor: Add some documentation to OnNewClient and OnClientClosed events
|
há 12 anos atrás |
Justin Clark-Casey (justincc)
|
92baa79253
Add some doc about the EventManager.OnLoginsEnabled event.
|
há 12 anos atrás |
Justin Clark-Casey (justincc)
|
7e4bd492fd
Add documentation to make more explicit the difference between OnRezScript and OnNewScript in the event manager
|
há 12 anos atrás |
Dan Lake
|
b313d16493
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
há 12 anos atrás |
Dan Lake
|
784263f5e3
Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by AvatarFactoryModule after an avatar's appearance has been succesfully changed and persisted (if the persist option is set).
|
há 12 anos atrás |
Robert Adams
|
6baa13ab7a
Add new and updated script events
|
há 12 anos atrás |
Dan Lake
|
0ce9ad4a56
Add event RegionHeartbeatEnd for modules interested in coordinating activity with region heartbeats
|
há 12 anos atrás |
Dan Lake
|
e41f23dead
Trigger event when prims are scheduled for an update. This gives modules early access to changed parameters.
|
há 13 anos atrás |
Dan Lake
|
fc391d4b10
Added EventManager.OnRegionStarted which is triggered when Heartbeat is started.
|
há 13 anos atrás |
Justin Clark-Casey (justincc)
|
5c4056660f
Don't pass on ChaneWaterHeight event from EventManager is new water height is less than 0
|
há 13 anos atrás |
Justin Clark-Casey (justincc)
|
cacc028835
If the entire simulator is shutting down then don't bother to unload the scripts from the appdomain in XEngine.
|
há 13 anos atrás |
Justin Clark-Casey (justincc)
|
828e4a5b09
Add comments about trying to avoid synchronous work off the EventManager.OnMakeRootAgent event since this is on the critical path for transfer of avatars from one region to another.
|
há 13 anos atrás |
Justin Clark-Casey (justincc)
|
50803dfe2c
For clients that are entering a simulator from initial login, stop executing FriendsModule.FetchFriendslist() asychronously.
|
há 13 anos atrás |
Justin Clark-Casey (justincc)
|
6e4ec29722
Do a partial fix/implementation of OSSL osNpcMoveTo()
|
há 13 anos atrás |
Diva Canto
|
9759b2a4bb
Added EventManager.OnPrimsLoaded, an event that modules can hook up onto so that they know when the scene's objects have been loaded from the DB.
|
há 13 anos atrás |
BlueWall
|
c7e18f9017
Adding an event to signal that logins are enabled
|
há 13 anos atrás |
Melanie
|
178d541dca
Add an event for an orderly region shutdown that fires once per region before
|
há 13 anos atrás |
Justin Clark-Casey (justincc)
|
d011896341
Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to listen for that rather than EventManager.OnParcelPrimCountAdd
|
há 13 anos atrás |
Jeff Ames
|
a331fd4e24
Formatting cleanup.
|
há 14 anos atrás |
Justin Clark-Casey (justincc)
|
62a0910355
Allow region modules to know which agents actually receive chat
|
há 14 anos atrás |
John Hurliman
|
c03b24cbfd
Merged
|
há 14 anos atrás |
John Hurliman
|
0db1ed0b5a
* Added ISimulationDataService and IEstateDataService
|
há 14 anos atrás |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
há 14 anos atrás |