Commit History

Автор SHA1 Съобщение Дата
  BlueWall e2e8a33a1c Merge branch 'master' of /home/opensim/var/repo/opensim преди 12 години
  Kevin Cozens 910a5c842a Track inventory folders to give more control over what is saved to IAR. преди 12 години
  Kevin Cozens 2a2f4f6fda Added ability to exclude inventory items or folders when saving IAR files. преди 12 години
  Justin Clark-Casey (justincc) 25592bbd85 Add max thread and min thread information to "xengine status" region console command преди 12 години
  Robert Adams e0dd38f672 Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream(). преди 12 години
  Melanie 1547fe959e Change OpenSim.ini.example to reflect how to actually enable prim limits, преди 12 години
  Diva Canto 13fb582c12 DataSnapshot: renamed gridserverURL to gatekeeperURL, and normalimzed the capitalization of 'name' to lower case, also in the same <grid> section. преди 12 години
  Diva Canto 824eb7ed20 Added osGetGridGatekeeperURI() преди 12 години
  Diva Canto 291dc39691 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim преди 12 години
  Justin Clark-Casey (justincc) 05e821c444 Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thread. преди 12 години
  Justin Clark-Casey (justincc) 6e26f17923 minor: In IAR save, log when we start adding the control file rather than saying afterwards that we added it. преди 12 години
  Justin Clark-Casey (justincc) 5507752dc5 minor: rearrange some save oar messages so they say what they're about to do rather than what they've just done. преди 12 години
  Justin Clark-Casey (justincc) 1693799623 On OAR saving, try fetch assets serially rather than firing all the requests at the asset service at once. преди 12 години
  Justin Clark-Casey (justincc) 3a5928f813 Add satguru and Fernando to contributors преди 12 години
  Justin Clark-Casey (justincc) d6ebf2d6ca Add ability to specify a default estate to be used when creating regions. преди 12 години
  Mic Bowman 7b8e9d88e3 Serialize all web requests to a particular host:port pair; only applied to the PostToService variants. преди 12 години
  Justin Clark-Casey (justincc) bdc968f1fc Factor out common default animations code into SLUtil. LLClientView now makes use of the SLUtil copy via a method rather than each LLClientView loading a separate copy. преди 12 години
  Melanie 5c5a493791 Merge branch 'master' of [email protected]:/var/git/opensim преди 12 години
  satguru srivastava 35f2479858 fix for NPC not playing internal animations преди 12 години
  Diva Canto a58152bd2a More on inventory transfer hold ups: преди 12 години
  Diva Canto 81869c4a3f More on HG inventory transfers. Move the FireAndForget higher up. преди 12 години
  Diva Canto f545d669de Merge branch 'master' of ssh://opensimulator.org/var/git/opensim преди 12 години
  Diva Canto 7db5ba7702 More on the freeze on HG inventory transfers: spawn a threadlet on the functional asset posts so that the client threads doesn't freeze (but the network posts are serialized). преди 12 години
  Justin Clark-Casey (justincc) 06dda14505 Simplify minimap coarse location code by just reference SP.AbsolutePosition преди 12 години
  Justin Clark-Casey (justincc) 205c36d3a4 Get rid of unnecessary ParentID == 0 check on SP.Get_AbsolutePosition since this is handled by the necessary ParentPart check преди 12 години
  Justin Clark-Casey (justincc) 94e58ff6b9 Use SP.ParentPart instead of ParentID in places where it's more efficient (saving extra null checks, etc.) преди 12 години
  Justin Clark-Casey (justincc) b454326273 refactor: cleanup SP.HandleAgentSit so that everything is done within one if (part != null), rather than having unnecessary multiple checks преди 12 години
  Diva Canto c22446ede0 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim преди 12 години
  Diva Canto 8a34d1b710 HG inventory/asset transfers: serialize asset posts. I'm using the same pattern as suggested in the patch mantis #5921. Testing it in this smaller context to see how it works. преди 12 години
  Justin Clark-Casey (justincc) 73c47f7205 Remove a race condition from SP.Set_AbsolutePosition where we assume the ParentPart is still not null if the ParentID != 0 преди 12 години