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

Аутор 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 година