Historique des commits

Auteur SHA1 Message Date
  Justin Clark-Casey (justincc) 5861401faa Remove long unused region parameters from SceneBase. Some of these weren't even being set. Region parameters come from Scene.RegionInfo instead. il y a 10 ans
  Justin Clark-Casey (justincc) 64f640f901 Implement experimental non-default mechanism to update scene via a timer rather than a persistent thread with sleep. il y a 10 ans
  Robert Adams db5a42ffac varregion: send terrain patches from where the avatar outward if the parameter il y a 10 ans
  Oren Hurvitz 998d7009a6 Eliminated many warnings il y a 10 ans
  Robert Adams 2d2bea4aa7 varregion: many more updates removing the constant RegionSize and replacing il y a 11 ans
  Robert Adams e5f7c8b6e8 varregion: add lots of DEBUG level log messages. Especially for teleport. il y a 11 ans
  Justin Clark-Casey (justincc) 2cd95fac73 refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in the code that this is symmetric with CloseAgent() il y a 11 ans
  Justin Clark-Casey (justincc) b16bc7b01c refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly. il y a 11 ans
  Justin Clark-Casey (justincc) fd519748e9 Add method doc to Scene.RemoveClient() to ask any callers to use Scene.IncomingCloseAgent() instead. il y a 11 ans
  Justin Clark-Casey (justincc) 304c5d4a8b On startup, start scenes after we're set up all local scenes, rather than starting scenes before others have been created. il y a 11 ans
  Melanie 8c130bcaf5 Remove the old style module loader and all references to it il y a 12 ans
  Justin Clark-Casey (justincc) 31304c222d Make SceneManager.OnRegionsReadyStatusChange event available. il y a 12 ans
  Justin Clark-Casey (justincc) 6dda7c65ae Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled or disabled at any point, not just during initial startup. il y a 12 ans
  Justin Clark-Casey (justincc) f202c36106 Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in many, many log messages. il y a 12 ans
  Justin Clark-Casey (justincc) 30b2a8c778 Move frame loop entirely within Scene.Update() for better future performance analysis and stat accuracy. il y a 12 ans
  Justin Clark-Casey (justincc) 749c3fef8a Change "help" to display categories/module list then "help <category/module>" to display commands in a category. il y a 12 ans
  Justin Clark-Casey (justincc) af3cd00048 Get rid of IScene.PresenceChildStatus() which always had to execute a lookup in favour of IClientAPI.ISceneAgent.IsChildAgent instead. il y a 13 ans
  Justin Clark-Casey (justincc) f61e54892f On a new client circuit, send the initial reply ack to let the client know it's live before sending other data. il y a 13 ans
  Justin Clark-Casey (justincc) 415b7b7ec4 Implement XMLRPCAdmin command admin_teleport_agent. il y a 13 ans
  Justin Clark-Casey (justincc) b0fe0464af Stop an exception being thrown and a teleport/border cross failing if the desintation sim has no active script engines. il y a 13 ans
  Dan Lake 3c55f3015f Removed unused show commands from Scene.cs and SceneBase.cs. The show modules command in OpenSim.cs now shows both shared modules and region modules. il y a 13 ans
  Justin Clark-Casey (justincc) c1a34cd8da Don't try to save changed attachment states when an NPC with attachments is removed from the scene. il y a 13 ans
  Justin Clark-Casey (justincc) 4cb8d6379d Stop trying to deregister caps or close child agents when an NPC is removed il y a 13 ans
  Justin Clark-Casey (justincc) 8022400bd4 Remove unused Datastore parameter from RegionInfo (legacy from early 2008) il y a 13 ans
  Melanie 57c4def254 Change all restarting to use the restart module. Remove hardcoded behavior il y a 14 ans
  Jeff Ames f1f0bc23f4 Formatting cleanup. il y a 14 ans
  Justin Clark-Casey (justincc) 041f253e2b minor: comment out region interface registration log msg I accidentally left in last week il y a 14 ans
  Justin Clark-Casey (justincc) 191db0e6a4 get TestSaveIarV0_1() uncommented but not running as a test yet since I didn't get the authentication server to work and my brain is about to fizzle out my ears il y a 14 ans
  Justin Clark-Casey (justincc) fff5459f4d Add ability to load IARs directly from URIs il y a 14 ans
  Diva Canto 2a1e45f657 Finalized the client's TCP IP address verification process for HG1.5. il y a 14 ans