=========== RLVa v1.0.1 =========== v1.0.1a (2009-07-28) -------------------- - internal : m_fCanCancelTp wasn't initialized (harmless since gRlvHandler is static, but still good form - thankies Zwagoth) - fixed : @attach:=force should perform partial name matching on folders (thankies Shuggi) -> ie: @attach:AB=force would only force-attach if there was a folder named "AB" (preferred) or "ABC" (starts-with match) -> but @attach:AB=force should also force-attach a folder named "BAB" since it contains "AB" -> (extends to every inventory command: @getinv, @getinvworn, etc) v1.0.1b (2009-07-29) -------------------- - internal : nested paranthesis no longer confuse attachment point name extraction (didn't lead to a bug, just for future proofing) -> ie: "Some text (pelvis (2))" now properly yields "pelvis (2)" instead of "2)" - internal : added RlvHandler::getAttachPointLegacy(const LLInventoryCategory*) to handle (some) legacy naming of folders -> see http://rlva.catznip.com/blog/2009/07/attachment-point-naming-convention/ - internal : moved folded folder detection logic from RlvWearableItemCollector::onCollectFolder() to RlvHandler::isFoldedFolder() -> now used by @getinv as well to hide legacy attachment point folders from scripts -> ie: #RLV / Something / pelvis -> @getinv:Something=1 returns an empty response (if RLVaEnableLegacyNaming == TRUE) - changed : (some) legacy naming of folders is now - optionally - supported (thankies Sei) -> RLVaEnableLegacyNaming controls the behaviour (current default is TRUE) v1.0.1c (2009-07-30) -------------------- - internal : commands received by an unrezzed object are no longer held until the object actually rezzes in -> @detach=n - by nature - can't take effect until after the attachment rezzes though - fixed : @behaviour=n,getstatus= doesn't always return /behaviour -> was by design (@behaviour=n would be delayed until the object rezzed while the @getstatus executed right away) -> caused issues with scripts that verify restrictions after setting them v1.0.1d (2009-08-04) -------------------- - added : @detach:=n -> part of RLV-1.20.0 (locking an attachment point empty is postponed until undesirable side-effects can be eliminated) - added : @notify: