Commit Verlauf

Autor SHA1 Nachricht Datum
  BlueWall e2e8a33a1c Merge branch 'master' of /home/opensim/var/repo/opensim vor 12 Jahren
  Kevin Cozens 910a5c842a Track inventory folders to give more control over what is saved to IAR. vor 12 Jahren
  Kevin Cozens 2a2f4f6fda Added ability to exclude inventory items or folders when saving IAR files. vor 12 Jahren
  Justin Clark-Casey (justincc) 25592bbd85 Add max thread and min thread information to "xengine status" region console command vor 12 Jahren
  Robert Adams e0dd38f672 Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream(). vor 12 Jahren
  Melanie 1547fe959e Change OpenSim.ini.example to reflect how to actually enable prim limits, vor 12 Jahren
  Diva Canto 13fb582c12 DataSnapshot: renamed gridserverURL to gatekeeperURL, and normalimzed the capitalization of 'name' to lower case, also in the same <grid> section. vor 12 Jahren
  Diva Canto 824eb7ed20 Added osGetGridGatekeeperURI() vor 12 Jahren
  Diva Canto 291dc39691 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim vor 12 Jahren
  Justin Clark-Casey (justincc) 05e821c444 Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thread. vor 12 Jahren
  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. vor 12 Jahren
  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. vor 12 Jahren
  Justin Clark-Casey (justincc) 1693799623 On OAR saving, try fetch assets serially rather than firing all the requests at the asset service at once. vor 12 Jahren
  Justin Clark-Casey (justincc) 3a5928f813 Add satguru and Fernando to contributors vor 12 Jahren
  Justin Clark-Casey (justincc) d6ebf2d6ca Add ability to specify a default estate to be used when creating regions. vor 12 Jahren
  Mic Bowman 7b8e9d88e3 Serialize all web requests to a particular host:port pair; only applied to the PostToService variants. vor 12 Jahren
  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. vor 12 Jahren
  Melanie 5c5a493791 Merge branch 'master' of [email protected]:/var/git/opensim vor 12 Jahren
  satguru srivastava 35f2479858 fix for NPC not playing internal animations vor 12 Jahren
  Diva Canto a58152bd2a More on inventory transfer hold ups: vor 12 Jahren
  Diva Canto 81869c4a3f More on HG inventory transfers. Move the FireAndForget higher up. vor 12 Jahren
  Diva Canto f545d669de Merge branch 'master' of ssh://opensimulator.org/var/git/opensim vor 12 Jahren
  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). vor 12 Jahren
  Justin Clark-Casey (justincc) 06dda14505 Simplify minimap coarse location code by just reference SP.AbsolutePosition vor 12 Jahren
  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 vor 12 Jahren
  Justin Clark-Casey (justincc) 94e58ff6b9 Use SP.ParentPart instead of ParentID in places where it's more efficient (saving extra null checks, etc.) vor 12 Jahren
  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 vor 12 Jahren
  Diva Canto c22446ede0 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim vor 12 Jahren
  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. vor 12 Jahren
  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 vor 12 Jahren