Commit Graph

33 Commits (8485bff29b98f47954b78b31b2e0511f94de3be4)

Author SHA1 Message Date
Kitty Barnett 825d5bc58e Merged with RLVa-1.3.1c 2011-06-03 21:38:34 +02:00
Kitty Barnett e248153477 Merged with RLVa-1.3.1a tip
--HG--
branch : RLVa
2011-05-27 15:54:30 +02:00
Kitty Barnett 7d228559f1 - fixed : names are only partially obfuscated when @shownames=n restricted
-> RlvUtil::filterNames() would do a case-*sensitive* subset search while rlvStringReplace() would perform a case-*insensitive* replace

--HG--
branch : RLVa
2011-05-22 18:51:20 +02:00
Kitty Barnett 330b78817d - internal : header dependency cleanup for common RLVa cpp files
--HG--
branch : RLVa
2011-05-22 16:23:59 +02:00
Kitty Barnett 5dba034963 - internal : removed dead code relating to the "notify behaviour" extension
-> hasn't been functional since we moved to viewer 2 and seems of limited use now

--HG--
branch : RLVa
2011-05-22 11:47:04 +02:00
Kitty Barnett c80812fb9f - internal : header dependency cleanup for rlvcommon.h and rlvhandler.h
--HG--
branch : RLVa
2011-05-22 11:34:34 +02:00
Kitty Barnett c55f28def1 - internal : updated copyright year
--HG--
branch : RLVa
2011-05-21 23:10:45 +02:00
Kitty Barnett eeb35533c7 - added : @startim[:<uuid>]=n|y and @startimto:<uuid>=n|y
--HG--
branch : RLVa
2011-04-12 12:33:34 +02:00
Arrehn 10e88f3891 Merge with RLVa-LL2.5.2 2011-04-09 22:24:22 -07:00
Kitty Barnett 8537b509a1 Merged with RLVa-1.3.0c tip
--HG--
branch : RLVa
2011-02-03 01:19:03 +01:00
Arrehn 23fdbcb913 Fixing RLV preferences menu toggle merge regression 2011-01-21 15:22:53 -05:00
Arrehn a30a9064b1 Merge Firestorm up to LL 2.4 Release. (initial pass)
RLVa needs additional merging
2011-01-18 00:50:43 -05:00
Arrehn a169b5407f FIRE 227 - Make RLVa preferences control reflect actual state of RLVa master setting. 2010-12-28 01:21:45 -05:00
Kitty Barnett 879e4babe9 - internal : added preliminary support for @edit:<uuid>=n|y and @editobj:<uuid>=n|y
--HG--
branch : RLVa
2010-11-29 21:59:31 +01:00
Kitty Barnett 8107d05a21 - internal : moved notifyXXX() functions from RlvUIEnabler to RlvUtil
--HG--
branch : RLVa
2010-11-25 15:50:02 +01:00
Kitty Barnett 0535c5984e - fixed : legacy or display names aren't always properly filtered out when @shownames=n restricted
-> LLAvatarName::getLegacyName() can return " " when which would cause all spaces to be replaced with an anonym
    -> if the display name is a subset of the legacy name it would prevent proper filtering of the legacy name

--HG--
branch : RLVa
2010-12-08 22:22:56 +01:00
Kitty Barnett 6af1892655 Merged with RLVa-1.2.1 tip
--HG--
branch : RLVa
2010-11-11 22:02:24 +01:00
Kitty Barnett ab1d2680a2 - internal : renamed the Is(Not)Wearable and Is(Not)Removable predicates to be more accurate and handle "wear add" vs "wear replace"
--HG--
branch : RLVa
2010-11-11 21:25:29 +01:00
Kitty Barnett 69bd530716 - fixed : RLVa assertion failure when dragging a non-wearable inventory item over COF (thankies Yan)
--HG--
branch : RLVa
2010-11-11 19:25:54 +01:00
Kitty Barnett 6ce14a48d2 - changed : don't notify for duplicate failed assertions
--HG--
branch : RLVa
2010-11-11 18:57:28 +01:00
Kitty Barnett e790c1d424 - internal : URL handler for secondlife:///app/agent/<uuid>/rlvanonym
-> will be used when there is a need to anonymize "/inspect", "/completename", "/displayname" or "/username" agent URLs

--HG--
branch : RLVa
2010-11-01 20:10:07 +01:00
Kitty Barnett 4f6fe05d0f - fixed : needless copying of the anonym string on every loop iteration in RlvUtil::filterNames()
--HG--
branch : RLVa
2010-11-01 03:15:17 +01:00
Kitty Barnett fa1ff81980 - internal : RlvUtil::filterNames() will filter both display names and legacy names of nearby agents
--HG--
branch : RLVa
2010-11-01 02:18:50 +01:00
Kitty Barnett dd34df9a79 - added : RestrainedLoveOffsetAvatarZ debug setting
-> part of RLV-2.2.0.1

--HG--
branch : RLVa
2010-10-11 16:52:51 +02:00
Kitty Barnett ddf5075160 Merged in second set of changes from RLVa-1.2.1f code review branch
--HG--
branch : RLVa
2010-10-08 00:06:59 +02:00
Kitty Barnett 6f3ac7b831 - fixed : @standtp=n should use LLAgent::teleportViaLocationLookAt()
--HG--
branch : RLVa
2010-10-07 15:59:05 +02:00
Kitty Barnett e256d31d02 - internal : added missing inline qualifier for rlvGetSetting() in rlvcommon.h + fixed some of the defaults that were still using BOOL
--HG--
branch : RLVa
2010-09-28 15:11:57 +02:00
Kitty Barnett 18154abe0b - internal : added "Wear Add"/"Wear Replace" RLV debug settings to the RlvSettings class
--HG--
branch : RLVa
2010-09-25 19:03:13 +02:00
Kitty Barnett d0ea9da3d3 - added : "Enable Shared Wear" removes the need for shared inventory to specify the attachment point name for every attachment
--HG--
branch : RLVa
2010-09-18 05:39:32 +02:00
Kitty Barnett 24955c2d39 - internal : SVC-5383 appears to be fixed so we'll use RezMultipleAttachmentsFromInv for force-wearing once more
--HG--
branch : RLVa
2010-09-15 23:39:56 +02:00
Kitty Barnett f607a8df3e - added : @standtp=n
--HG--
branch : RLVa
2010-08-29 18:08:18 +02:00
Kitty Barnett 33997d0695 - internal : moved several rlvXXX helper and RlvHandler member functions into an RlvUtil helper class
--HG--
branch : RLVa
2010-08-29 04:00:55 +02:00
Kitty Barnett b6a073c659 Initial commit of RLVa-1.2.0i
--HG--
branch : RLVa
2010-08-22 10:57:22 +02:00