Komit Sejarah

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