Historial de Commits

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