Justin Clark-Casey (justincc)
|
9d6ea27df0
Make SceneManager.OnRegionsReadyStatusChange event available.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
e3db5fb603
Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled or disabled at any point, not just during initial startup.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
0fff0e1fad
Perform other region ready actions even if simulator is configured to leave logins disabled on startup.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
4debc67b48
Establish EventManager.OnRegionReady event. This will only be triggerred once when the region is ready.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
c8f60acc30
Pass entire scene object in OnLoginsEnabled event rather than just the region name.
|
před 12 roky |
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.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
81fb0b4f07
Add back parts of reverted changes that were not concerned with child agent caching.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
67dbce4512
minor: Add some documentation to OnNewClient and OnClientClosed events
|
před 12 roky |
Justin Clark-Casey (justincc)
|
92baa79253
Add some doc about the EventManager.OnLoginsEnabled event.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
7e4bd492fd
Add documentation to make more explicit the difference between OnRezScript and OnNewScript in the event manager
|
před 12 roky |
Dan Lake
|
b313d16493
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
před 12 roky |
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).
|
před 12 roky |
Robert Adams
|
6baa13ab7a
Add new and updated script events
|
před 12 roky |
Dan Lake
|
0ce9ad4a56
Add event RegionHeartbeatEnd for modules interested in coordinating activity with region heartbeats
|
před 12 roky |
Dan Lake
|
e41f23dead
Trigger event when prims are scheduled for an update. This gives modules early access to changed parameters.
|
před 13 roky |
Dan Lake
|
fc391d4b10
Added EventManager.OnRegionStarted which is triggered when Heartbeat is started.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
5c4056660f
Don't pass on ChaneWaterHeight event from EventManager is new water height is less than 0
|
před 13 roky |
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.
|
před 13 roky |
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.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
50803dfe2c
For clients that are entering a simulator from initial login, stop executing FriendsModule.FetchFriendslist() asychronously.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
6e4ec29722
Do a partial fix/implementation of OSSL osNpcMoveTo()
|
před 13 roky |
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.
|
před 13 roky |
BlueWall
|
c7e18f9017
Adding an event to signal that logins are enabled
|
před 13 roky |
Melanie
|
178d541dca
Add an event for an orderly region shutdown that fires once per region before
|
před 13 roky |
Justin Clark-Casey (justincc)
|
d011896341
Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to listen for that rather than EventManager.OnParcelPrimCountAdd
|
před 13 roky |
Jeff Ames
|
a331fd4e24
Formatting cleanup.
|
před 14 roky |
Justin Clark-Casey (justincc)
|
62a0910355
Allow region modules to know which agents actually receive chat
|
před 14 roky |
John Hurliman
|
c03b24cbfd
Merged
|
před 14 roky |
John Hurliman
|
0db1ed0b5a
* Added ISimulationDataService and IEstateDataService
|
před 14 roky |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
před 14 roky |