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