Историја ревизија

Аутор SHA1 Порука Датум
  Justin Clark-Casey (justincc) 9d6ea27df0 Make SceneManager.OnRegionsReadyStatusChange event available. пре 12 година
  Justin Clark-Casey (justincc) e3db5fb603 Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled or disabled at any point, not just during initial startup. пре 12 година
  Justin Clark-Casey (justincc) 70f85af75b Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in many, many log messages. пре 12 година
  Justin Clark-Casey (justincc) 1480845597 Change "help" to display categories/module list then "help <category/module>" to display commands in a category. пре 12 година
  Justin Clark-Casey (justincc) 279b31c75b Move frame loop entirely within Scene.Update() for better future performance analysis and stat accuracy. пре 12 година
  Justin Clark-Casey (justincc) af3cd00048 Get rid of IScene.PresenceChildStatus() which always had to execute a lookup in favour of IClientAPI.ISceneAgent.IsChildAgent instead. пре 13 година
  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. пре 13 година
  Justin Clark-Casey (justincc) 415b7b7ec4 Implement XMLRPCAdmin command admin_teleport_agent. пре 13 година
  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. пре 13 година
  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. пре 13 година
  Justin Clark-Casey (justincc) c1a34cd8da Don't try to save changed attachment states when an NPC with attachments is removed from the scene. пре 13 година
  Justin Clark-Casey (justincc) 4cb8d6379d Stop trying to deregister caps or close child agents when an NPC is removed пре 13 година
  Justin Clark-Casey (justincc) 8022400bd4 Remove unused Datastore parameter from RegionInfo (legacy from early 2008) пре 13 година
  Melanie 57c4def254 Change all restarting to use the restart module. Remove hardcoded behavior пре 14 година
  Jeff Ames f1f0bc23f4 Formatting cleanup. пре 14 година
  Justin Clark-Casey (justincc) 041f253e2b minor: comment out region interface registration log msg I accidentally left in last week пре 14 година
  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 пре 14 година
  Justin Clark-Casey (justincc) fff5459f4d Add ability to load IARs directly from URIs пре 14 година
  Diva Canto 2a1e45f657 Finalized the client's TCP IP address verification process for HG1.5. пре 14 година
  Dan Lake 62e0b53ca4 Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files. пре 14 година
  Diva Canto f4c165afe7 Bug fix: store correct position information upon logout. Fixes mantis #4608 пре 14 година
  Melanie 1f45e6c649 Merge branch 'master' into presence-refactor пре 14 година
  Justin Clark-Casey (justincc) 052f2b3e27 minor: Make SOG.DelinkFromGroup() return the newly delinked scene object instead of void пре 14 година
  Diva Canto c5ea783526 OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. пре 15 година
  Diva Canto a8901a40f4 Simulation handlers (agents & objects) completed. пре 15 година
  John Hurliman 0c466b28bb Move the calculation of time dilation from the scene to the physics engine. The scene is still the one reporting dilation so this does not break the API or remove flexibility, but it gets the calculation happening in the right place for the normal OpenSim usage. The actual calculation of physics time dilation probably needs tweaking пре 15 година
  John Hurliman 0b1726b524 Removing the ClientManager reference from IScene and hiding it entirely inside Scene as an implementation detail. This will reduce programming error and make it easier to refactor the avatar vs client vs presence mess later on пре 15 година
  John Hurliman c893761319 * Unregister event handlers in LLUDPServer when a client logs out and disconnects пре 15 година
  Jeff Ames ee205e7e81 Formatting cleanup. пре 15 година
  Diva Canto 5d09c53a1a Unpacking the mess with OtherRegionUp, so we can have a real cache of the neighbours in the grid service modules. пре 15 година