Commit Verlauf

Autor SHA1 Nachricht Datum
  Justin Clark-Casey (justincc) 16c9c1dff7 On receiving TaskInventoryAccepted with a destination folder in the binary bucket slot for RLV, notify the viewer about inventory folder updates. vor 12 Jahren
  Justin Clark-Casey (justincc) f3a5e3a02b Log initial script startup info notice when xengine actually starts to do this for debugging purposes, rather than before it actually starts to do this. vor 12 Jahren
  Melanie c557684666 Fix bad child prim permissions that can make objects change perms after rezzing vor 12 Jahren
  Justin Clark-Casey (justincc) 513b77b78d refactor: rename SOG.RezzingObjectID to SOG.FromPartID to match FromFolderID, FromItemID and to reflect that it's a SOP ID rather than a SOG ID. vor 12 Jahren
  SignpostMarv cd2c5843a8 reduced-complexity implementation of function to get rezzing object key vor 12 Jahren
  Justin Clark-Casey (justincc) 66824dd18c When copying items, copy the item description field instead of the asset description field. vor 12 Jahren
  Melanie 1c3b0da74a Revert "Fix script "Running" behavior" vor 12 Jahren
  BlueWall 6d3ee8bb39 Fix script "Running" behavior vor 12 Jahren
  Justin Clark-Casey (justincc) 0fa303b1cf Log how many scripts are candidates for starting and how many are actually started. vor 12 Jahren
  Justin Clark-Casey (justincc) 0c5fefacb4 Record the fact that child agents can have asset transactions. vor 12 Jahren
  Justin Clark-Casey (justincc) 7e97f0e898 minor: extend commented out LinkInventoryItem log message for future use vor 12 Jahren
  Justin Clark-Casey (justincc) 6987aef38d Improve logging on the prim inventory script asset request path for future use. vor 12 Jahren
  Mic Bowman a2d544c938 Add a configuration switch to turn on/off the use of the trash vor 12 Jahren
  Diva Canto 7435582b70 If an AddItem fails, try adding it to the right folder type. vor 12 Jahren
  Justin Clark-Casey (justincc) 5bf45b9b98 refactor: simplify code for checks when part.OwnerID != destPart.OwnerID in MoveTaskInventoryItem() vor 12 Jahren
  Justin Clark-Casey (justincc) 760010d6fb Fix llGiveInventory() so that it checks the destination part for AllowInventoryDrop, not the source. vor 12 Jahren
  Diva Canto 81869c4a3f More on HG inventory transfers. Move the FireAndForget higher up. vor 12 Jahren
  Justin Clark-Casey (justincc) cf9b3e7708 Restore the taskItem null check that I accidentally blatted in 5397a6d vor 12 Jahren
  Justin Clark-Casey (justincc) 5397a6d4c6 Fix problem with dragging child part inventory item to user inventory. vor 12 Jahren
  Justin Clark-Casey (justincc) 76f411147d Revert "Fix:Cannot drag inventory from child prim into inventory http://opensimulator.org/mantis/view.php?id=5569" vor 12 Jahren
  PixelTomsen 15ce73caca Fix:Cannot drag inventory from child prim into inventory http://opensimulator.org/mantis/view.php?id=5569 vor 12 Jahren
  Robert Adams 6baa13ab7a Add new and updated script events vor 12 Jahren
  PixelTomsen 4486b7d8e8 Fix: Object owned by the group does not return to the last owner http://opensimulator.org/mantis/view.php?id=5404 vor 12 Jahren
  Justin Clark-Casey (justincc) ddca5347c3 When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer permissions, not PermissionMask.All vor 12 Jahren
  Justin Clark-Casey (justincc) dfa19e23f0 Stop a scene object from attempting to link with itself (which results in an exception and constant complaints in v3 viewers). vor 12 Jahren
  Justin Clark-Casey (justincc) 9b762a5a84 Only look for an uploaded transactional asset in Scene.UpdateTaskInventory if we have been passed a non-zero transaction ID. vor 12 Jahren
  Justin Clark-Casey (justincc) deeb7287a2 Comment out xfer section in Scene.UpdateTaskInventory() which was causing spurious errors and "script saved" messages when script properties were changed. vor 12 Jahren
  Justin Clark-Casey (justincc) 093469c33c Add basic TestAddScript() regression test vor 12 Jahren
  Justin Clark-Casey (justincc) 55c6cbabfd refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInventoryItem() to accept an agent id rather than a full IClientAPI. vor 12 Jahren
  Justin Clark-Casey (justincc) 2de3a1b9da refactor: decompose most of RezScript() into RezScriptFromAgentInventory(), RezNewScript() and rename one RezScript() to RezScriptFromPrim() vor 12 Jahren