Commit Verlauf

Autor SHA1 Nachricht Datum
  Teravus Ovares 6167019a05 * Adds a Scene Getter property called SceneContents for the Scene's m_sceneGraph. This will allow it to be exposed to modules without resorting to referring to m_sceneGraph vor 16 Jahren
  Justin Clarke Casey 37fa677548 * refactor: Extract caps related code from scene and put into a region module vor 16 Jahren
  Justin Clarke Casey eca6442bae * Rig up enough infrastructure to actually perform a successful 'standalone' teleport unit test with checks that the scene presence disappeared from sceneA and appeared in vor 16 Jahren
  diva e80dcfa9f6 Eased the locking times of ScenePresences. No locks were removed, just the locking periods changed. vor 16 Jahren
  Justin Clarke Casey 093adb2113 * Add new unit test for simple teleport in a standalone. vor 16 Jahren
  Justin Clarke Casey 8a08e4980d * Adjust log messages so that we don't get a CONNECTION BEGIN for notifications that won't actually lead to a client connection (because they are from a neighbouring teleport vor 16 Jahren
  Justin Clarke Casey 3ff8dd34b0 * Remove absolute position and authentication handler addition for incoming 'new user notifications' that have existing scene presences vor 16 Jahren
  Justin Clarke Casey 75ea84f3d2 * minor: Change around more debugging messages vor 16 Jahren
  Justin Clarke Casey 6ae1b80d20 * Do some log tweaking to better see incoming connection success (and failure) vor 16 Jahren
  diva 866c85be0d Easy on locking m_scenePresences in RequestTeleportLocation. With the extra locks of SceneGraph ScenePresences introduced in 7982, this was making TPs not close the agent in the departing region due to locking. That locking problem seemed to occur only in Linux/mono -- I suspect a mono bug here. vor 16 Jahren
  Teravus Ovares c80b2bb98e * Fix a few caps limiter that were causing problems vor 16 Jahren
  Justin Clarke Casey feba3cc3ff * Removing set-time command since it doesn't actually do anything at all vor 16 Jahren
  Charles Krinke 40f34aeffd Thank you kindly, Tlaukkan (Tommil) for a patch that: vor 16 Jahren
  Justin Clarke Casey af49acd6cc * refactor: move url sending from scene to DialogModule vor 16 Jahren
  Justin Clarke Casey be41132c72 * minor: Remove now unused SendEstateMessage... method in Scene I forgot from last commit vor 16 Jahren
  Justin Clarke Casey e7bb27b5bd * refactor: move code to send a dialog to a user from scene to DialogModule vor 16 Jahren
  Justin Clarke Casey 17f783457b * refactor: move code for sending a message to all users in a region to the DialogModule vor 16 Jahren
  Justin Clarke Casey b97a51d7d0 * refactor: Make some direct IClientAPI calls go through the dialog module instead vor 16 Jahren
  Justin Clarke Casey 1aa9e63428 * Move general alert code to DialogModule. vor 16 Jahren
  Justin Clarke Casey 9b96fc9029 * refactor: Establish DialogModule, move some alert code from Scene to here vor 16 Jahren
  Justin Clarke Casey a9df572c25 * refactor: Remove MakeHttpRequest wrapper method from Scene in favour of a direct call vor 16 Jahren
  Justin Clarke Casey a31792ee5c * prune and regrade log messages relating to client login and logout vor 16 Jahren
  Justin Clarke Casey b6ee2f15ba * refactor: Remove the need to separately pass in the http listener to the scene - this is always available via CommsManager vor 16 Jahren
  Justin Clarke Casey fde6a1665c * refactor: call AddHttpHandler() directly via CommsManager vor 16 Jahren
  Justin Clarke Casey b07c188b7e * refactor: call AddStreamHandler() directly via CommsManager vor 16 Jahren
  Justin Clarke Casey 579f11b3b8 * refactor: call AddLLSDHandler directly via CommsManager vor 16 Jahren
  Justin Clarke Casey 2a4c4ceebb * refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsManager vor 16 Jahren
  Teravus Ovares 0d1b867500 * Added a way for the sim stats reporter to say to the scene that the stats are illogical. vor 16 Jahren
  Justin Clarke Casey 0b8d22ab54 * Check in login service tests beachhead vor 16 Jahren
  Teravus Ovares e9cef70f89 * Updates the sim stats module. Cleans out some of the rot. vor 16 Jahren