Liru Færs
d2052b9e4c
Teleport and move to objects by their IM name links
2020-01-07 15:00:31 -05:00
Liru Færs
2c5ad97697
*Shakes cane* Get off my lawn, you young whippersnapper!
2020-01-07 14:21:24 -05:00
Liru Færs
8283422717
Rename Radar.TeleportTo to List.TeleportTo, and move the code
2020-01-07 11:53:23 -05:00
Liru Færs
4a293ff1e1
Clean up excess teleport to code using get_av_pos
2020-01-07 11:46:06 -05:00
Liru Færs
828307ca96
Sync LLSDSerialize with alchemy, and merge fix for Crash K
2020-01-07 11:00:21 -05:00
Liru Færs
a83901d2e4
Add ARC to avatar hover tips
2020-01-07 10:57:58 -05:00
Liru Færs
878ba534b5
Add Land Impact to object hover tip
2020-01-07 10:46:39 -05:00
Liru Færs
f17e6637d6
Use findAvatar instead of findObject
2020-01-07 10:39:56 -05:00
Liru Færs
66b2ad5f30
Actually fix crash 1, 5, and J
...
Removes a bad fix for beware's crash from forever ago
2020-01-07 08:12:01 -05:00
Liru Færs
463151c830
Fix crash and generaly wrong duplicate attribute name
...
NameUI "type" is now "id_type"
Thanks for the help, Router!
2020-01-07 06:19:24 -05:00
Liru Færs
77b6a903ac
Remove spurious extra /* in rlvactions.h, thanks Router!
2020-01-07 05:13:37 -05:00
Liru Færs
1813a7bf8b
[LLNameUI] Handle LFIDBearer::Type instead of jusst group or not
...
Removes "is_group" and switches it out for "type"
setValue no longer takes "group", instead it takes "type"
Constructors and setNameID now take Type instead of a boolean
setIsGroup is now setType
sv-1.8.7.8072-beta
2020-01-06 12:31:43 -05:00
Liru Færs
6839cba56a
Encapsulate LFIDBearer::sActive, set with member setActive
...
This function caches the current type when active,
in the future it could be more useful than that.
sActive is now const, getActive returns const,
IDBearers display information, the interface should only be used for that
2020-01-06 12:22:31 -05:00
Liru Færs
f73fb6424b
Const qualify copy
2020-01-06 12:14:13 -05:00
Liru Færs
af2ae76ca2
[NameUI] Remove pointless is_group check in refresh
2020-01-06 07:54:18 -05:00
Liru Færs
a870534ea0
This slipped out of an earlier commit, woops.
2020-01-06 03:03:04 -05:00
Liru Færs
ba61314c32
Add Copy Name to radar menu and Move To to radar and avatar url menus
2020-01-06 02:40:22 -05:00
Liru Færs
d32e478456
Clean up some string character literals
2020-01-06 02:16:44 -05:00
Liru Færs
1b29210f16
Feature Request: Add a setting to control the output of key2name command
...
AscentCmdLineKeyToNameNameSystem
2020-01-06 01:57:26 -05:00
Liru Færs
760f23b370
Sync with upstream to make the simulator version change notification useful
2020-01-06 01:54:30 -05:00
Liru Færs
a7cba5f1a3
Add Alchemy's /sethome command
2020-01-05 23:27:51 -05:00
Liru Færs
27033f4ebb
Add /setchannel command to set the nearby chat channel, from Alchemy
2020-01-05 23:27:13 -05:00
Liru Færs
c772179149
Add RlvCommandOption support for Attachment UUID
2020-01-05 23:26:09 -05:00
Liru Færs
4c7eacf4fc
Remove unused code
2020-01-05 23:25:36 -05:00
Liru Færs
672037d1f2
Sync LLChatBar with alchemy's LLChatBar and LLChatUtilities
...
Stops typing anim on chatbar focus loss
Makes a couple classes final
Adds checkChatVolume and canSendChannel to RlvActions
Updates other bits of Rlv, but adds no functionality
2020-01-05 23:25:22 -05:00
Liru Færs
80cedb913a
Make Folder inventory window prettier
2020-01-05 17:41:26 -05:00
Liru Færs
734621be82
Add Move To to avatar right click menus
2020-01-05 16:25:55 -05:00
Liru Færs
dd3944161d
Fix uninitialized member variable
2020-01-05 15:45:14 -05:00
Liru Færs
1aabbb13c0
Woops, this slipped out of a previous commit.
2020-01-05 15:44:46 -05:00
Liru Færs
5574f263b1
Fix crash in LLControlAvatar::matchVolumeTransform() from Kitty Barnett
2020-01-05 15:44:31 -05:00
Liru Færs
2117c66c9a
Further LLControlAvatar sync with Alchemy
2020-01-05 15:41:22 -05:00
Liru Færs
1fbfc498bf
Change signature of handle_go_to to be more versatile
2020-01-05 15:39:35 -05:00
Liru Færs
a02693e4dd
[Animesh] Hook up more missing parts of LLControlAvatar, maybe fix stuff?
sv-1.8.7.8051-beta
2020-01-05 00:08:26 -05:00
Liru Færs
24118e8e67
[Animesh] Hook up isImposter override for control avatars
2020-01-05 00:07:36 -05:00
Liru Færs
19ad64cc96
AlchSync: Change dynamic_casts to LLVOVolume to asVolume()
2020-01-04 23:31:15 -05:00
Liru Færs
e81affce51
Harmless Alchemy sync
...
CachedControls, autos, cleaner loops, remove overkill dynamic cast,
and override and final
2020-01-04 23:25:29 -05:00
Liru Færs
dec0bff972
Fix Crash C: mRootVolp wasn't being set null on mark for death
2020-01-04 21:36:47 -05:00
Liru Færs
5daf4aa777
Fix a shutdown crash (Crash B)
2020-01-04 19:46:17 -05:00
Liru Færs
2f24a53a01
Clean up some code
sv-1.8.7.8045-beta
2020-01-04 12:15:00 -05:00
Liru Færs
28af96229b
Cleaner port of Ansariel's fix for Attachment loss on TP/Crossing
2020-01-04 12:07:59 -05:00
Liru Færs
6d776632a9
Fix incorrect Link number in build floater.
2020-01-04 09:39:11 -05:00
Liru Færs
1853500e10
Fix Crash A: mFolders was being used without a null check
2020-01-04 02:57:40 -05:00
Liru Færs
8e01fcb7f0
Merge branch 'master' of https://github.com/RouterGray/SingularityViewer
2020-01-02 01:55:02 -05:00
Liru Færs
3cddb0df2e
Fix Crashes 1 and 5: LLTextEditor::replaceUrl, call to member
...
When a boost bind is converted into a suitable slot_function_type,
trackables will no longer be tracked, thus using ternary or static casts
breaks tracking, so old text editors were still receiving signals.
sv-1.8.7.8039-beta
2020-01-01 21:35:07 -05:00
Liru Færs
37c4a4bbcb
Fix possible unlinked and bad looking names in general tab of build tools
2020-01-01 13:07:49 -05:00
Router Gray
af8f0e1155
Fix gcc error 'extra qualification on member'.
2020-01-01 06:53:08 -06:00
Liru Færs
5df00a481d
Code cleanup, now that erase is a member function
2020-01-01 02:59:52 -05:00
Liru Færs
d299c55ea4
Ve must erase ze kinderlach!!
...
Fixes Error 3, which was caused by deref of invalidated iterator
2020-01-01 02:59:23 -05:00
Liru Færs
d9d83a6807
Fix potential crash when SinguReplaceLinks is off.
2019-12-31 05:27:06 -05:00
Liru Færs
3fec94bb94
Clean up spell check entries properly, yikes.
...
Thanks for pointing this out, Torric!
sv-1.8.7.8034-beta
2019-12-28 05:54:11 -05:00