Commit Graph

39 Commits (d0a51da8942c1908ecad3f718cf620dafd96c511)

Author SHA1 Message Date
Northspring d0a51da894 Added option to disable Radar enhancements 2014-06-15 02:52:35 +02:00
Nicky a7111940bc Replace childSetText with childSetValue and add missing includes for LLViewerRegion. 2014-06-10 12:34:16 +02:00
Tank_Master 8863d9beaf Compile fixes 2014-06-09 23:27:05 -07:00
Ansariel e7dabe2571 Don't show names of friends in bold font in radar if RLV showname restriction is active 2014-05-18 23:24:30 +02:00
Ansariel cd159564ec FIRE-13430: Suppress leave notifications in radar if muted and blacklisted avatars are hidden 2014-04-18 15:56:23 +02:00
Ansariel 972ac29c70 FIRE-13430: Add option to hide muted and blacklisted avatars in radar 2014-04-18 14:41:54 +02:00
Ansariel 5a4e7ab737 FIRE-2072: Added typing and sitting indicator to radar 2014-04-18 14:11:36 +02:00
Ansariel 26aa6ad7cc Refactor LSL bridge to better work with OpenSim, provided by Cinder Roxley:
* Don't flip UseLSLBridge setting when in OpenSim
* Check for bridge existence before using it
* Cut off the bridge creation process on OpenSim
* Some other refactoring
2014-04-05 22:02:32 +02:00
Ansariel bc5b3ecb9d Prevent unnecessary conversion 2014-03-13 11:50:19 +01:00
Ansariel b877446770 Use S32 typedef instead of int directly 2014-03-06 13:58:33 +01:00
Ansariel 1b43e16363 Refactor avatar track and teleport to code and make the features available in LLAvatarActions for convenience 2014-03-06 13:49:59 +01:00
Ansariel ebd1a9ad69 Standardize and centralize "zoom at avatar" functions in LLAvatarActions: General use of radar if avatar not in object list and account for SL interest list changes that avatar not necessarily must be within draw distance 2014-01-21 12:06:05 +01:00
Tank_Master 3f481c13b1 Add some includes to get the rest of the viewer to compile 2013-11-11 08:05:53 -08:00
Ansariel 1bc4a7f8ca Fix non-static LLCachedControl in FSRadar 2013-10-14 00:10:13 +02:00
Cinders 01855fabc7 Refactor OpenSimExtras to use lfsimfeaturehandler with permission from Liru Færs 2013-10-07 23:33:07 -06:00
Cinders 08bbfb1273 Fix avatar names in radar being colored by distance, make that optional, default to old behavior 2013-08-25 18:19:06 -06:00
Cinders 92af2b0d10 FIRE-11313: Fix for radar names showing in black, pass radar entries through the colorizer 2013-08-12 11:18:01 -06:00
Kadah_Coba 660f9863be Latency: added legacy radar friends/Lindens name coloring, uses minimap colors. 2013-08-10 22:34:32 -07:00
Tank_Master 688cca8a73 Merge 2013-07-06 21:19:49 -07:00
Ansariel 09cd5fc625 FIRE-10853: Don't spam user with avatar entering/leaving region if they bounce off the sim border 2013-07-06 16:59:54 +02:00
Ansariel 74e2b6f1fa Don't include ourself in the radar avatar count 2013-06-30 16:41:14 +02:00
Ansariel 39691b193f Fix own avatar being shown in Firestorm radar 2013-06-30 15:53:12 +02:00
Cinders 97ffd44982 Fix reporting to chat 2013-06-27 14:38:28 -06:00
Ansariel a4ac7bc7e0 Fix loophole in radar allowing people to hide from radar by moving avatar beyond sim border 2013-05-29 14:32:51 +02:00
Cinders 236710ae91 FIRE-1061 Refactor: Allow independent coloring of chat, name tags, and mini-map. Reorganize the Color Preferences panel 2013-05-29 00:40:35 -06:00
Cinders c2027a4ea0 FIRE-1061: Add a colors tab in prefs to control colorizing chat, net map dots, and nametags for self, friends, muted, lindens, and firestorm team members. 2013-05-26 17:23:21 -06:00
Ansariel fa620a236d Make payment info in radar/people panel a skinnable option and show both payment info on file ("$" / ID card icon) and payment info used ("$$" / Dollar note) 2013-05-17 08:54:38 +02:00
Ansariel 5d65a490da Move formatString helper function to FSCommon 2013-05-02 14:35:43 +02:00
Nicky 810f1821e8 replaced min with llmin to fix linux compile errors (min on Win32 is coming as a macro from Winddows.h and not available like that on other platforms). 2013-04-23 14:42:38 +02:00
Ansariel f238ec7c43 Remove unneeded data from RadarFields struct 2013-04-22 11:29:13 +02:00
Ansariel e952d3b24f Removed orphaned vector in radar and save some time from resizing a vector whose final size is already known 2013-04-19 19:31:10 +02:00
Ansariel 640de9dfc1 Replace multimap with unordered map for holding last sweep data since dupes are not possible anymore 2013-04-19 18:01:08 +02:00
Ansariel 274d1d8b51 Remove unnecessary dupe check/handling in radar: Since STORM-954, LLWorld::getAvatars will make sure to only return unique LLUUIDs and no dupes 2013-04-19 17:29:04 +02:00
Ansariel d7aa745b76 Update name in radar if somebody nearby changes their display name 2013-04-19 08:38:56 +02:00
Ansariel 6d218b8d0e Use hashed mEntryList to update tracked avatar in radar 2013-04-18 20:48:15 +02:00
Ansariel 2d2325b2a4 Don't show wrong age in radar if avatar properties haven't been received yet 2013-04-18 20:22:42 +02:00
Ansariel 1e25bc5f95 Factor out calls to LLAvatarNameCache in radar 2013-04-18 20:14:25 +02:00
Ansariel e83052b6ba Get rid of LLAvatarList and LLAvatarListItem as data model for the radar 2013-04-18 13:54:18 +02:00
Ansariel fda3891887 FIRE-596: Make the radar a standalone floater 2013-04-16 12:08:35 +02:00