История коммитов

Автор SHA1 Сообщение Дата
  Justin Clark-Casey 0592bc69e5 Merge branch '0.8-post-fixes' into 0.8-extended 10 лет назад
  Justin Clark-Casey f9ec086565 Fix issue where llRemoteLoadScriptPin() would treat 0 (the default) as a valid set pin in a destination prim rather than the unset no pin state 10 лет назад
  Kevin Cozens bd86ae3d67 Prevent exception if inventory item in llGiveInventory() call doesn't exist. 10 лет назад
  Kevin Cozens c9f494c00e Added RestrictEmail to make llEmail only send to avatars email address if true. 10 лет назад
  Justin Clark-Casey 3879f9a081 Change 0.8-post-fixes branch back to Post-Fixes flavour 10 лет назад
  Justin Clark-Casey 10ed3a5520 Change 0.8 post fixes to 0.8.0.2 release 10 лет назад
  Justin Clark-Casey (justincc) ddda314f14 Add some more llGiveInventory() regression tests 10 лет назад
  Melanie Thielker 8fb0dccffa Fix transferring inventory from prims to agent inventory 10 лет назад
  Justin Clark-Casey (justincc) 5f4c2eb5e6 Make LLUDP output queue refill thread active by default, since load tests have shown that this has better scalability. 10 лет назад
  Justin Clark-Casey (justincc) b40483dd27 For processing outbound http requests in the XMLRPCModule, start the thread through Watchdog for monitoring and stat purposes. 10 лет назад
  Justin Clark-Casey (justincc) cbf4106987 Start long-lived thread in IRCConnector via watchdog rather than indepedently, so that it can be seen in "show threads" and stats 10 лет назад
  Justin Clark-Casey (justincc) badeefdf99 Don't need to check separate physics status in bulletsim update since that method is only run for an indepndent thread anyway. 10 лет назад
  Justin Clark-Casey (justincc) 771011542a Make bulletsim thread alarm if no update for 5 seconds. 10 лет назад
  Justin Clark-Casey (justincc) 2f0dfb055c minor: fix indenting from previous commit b08ab1e 10 лет назад
  Justin Clark-Casey (justincc) 78734dd723 If BulletSim is running on its own threads, start this thread via the thread watchdog. 10 лет назад
  Kevin Cozens 3f2aaa910a Don't show the ScrLPS data twice in the WebStats based statistics page. 10 лет назад
  Justin Clark-Casey (justincc) 793dc74cf4 Add [EntityTransfer] AllowAvatarCrossing setting to determine whether avatars are allowed to cross regions at all. 10 лет назад
  Justin Clark-Casey (justincc) 3f8a0a95da Ignore whitespace when reading serialized XML objects. 10 лет назад
  Justin Clark-Casey (justincc) 38df5f1e9b Fix recent regression test TestDeserializeXmlObjectWithOtherParts() which was not meant to indent the input xml 10 лет назад
  Justin Clark-Casey (justincc) 8acb863060 Add regression test for deserializing xml objects with more than one non-root part. 10 лет назад
  Justin Clark-Casey (justincc) 27299438d0 minor: Eliminate more unnecessary code copying individual parameters for Vector3 copying in Scene - this is not necessary as Vector3 is a value type 10 лет назад
  Justin Clark-Casey (justincc) 5eb6b14854 On code section that rezzes single objects and attachments, reduce CPU use by reading asset XML a single time with a stream reader rather than multiple times. 10 лет назад
  Justin Clark-Casey (justincc) 5614b28886 Remove race conditions from where SP.AbsolutePosition could change between the various property checks. 10 лет назад
  Justin Clark-Casey (justincc) a068c1dd9d Remove database connection locking in MySQLXAssetData. This is unnecessary as connections aren't shared and transactions are already in place where necessary. 10 лет назад
  Justin Clark-Casey (justincc) 3d49be21bc Remove query locking in MySQLUserProfileData. This is not necessary as the connection is not shared. 10 лет назад
  Justin Clark-Casey (justincc) 3438985b0d Remove some use of database connection locking from MySQLSimulationData - this has not been necessary for some time as database connections are not shared. 10 лет назад
  Justin Clark-Casey (justincc) 8dd6830efb Remove lock in MySQLFramework. This is not necessary as the connection is not shared. 10 лет назад
  Justin Clark-Casey (justincc) 2e1e076629 Removing locking on requests in MySQLAssetData. 10 лет назад
  Justin Clark-Casey (justincc) 30e04ee79c Extend drop command to "debug lludp drop <in|out>..." to allow drop of inbound packets. 10 лет назад
  Justin Clark-Casey (justincc) e0cb3ef959 Add "debug lludp drop out <add|remove> <packet-name>" console command for debug/test purposes. 10 лет назад