Solve Issue 624: minimap multiple selection tool
Adds a circle when you mouse over the minimap, beneath your cursor -This circle is the effect range of your right click+mark -Shift+scroll to change the size of this circle (ExodusMinimapAreaEffect) -- Set the debug to 1 to have basically the same range as before (unless dots are stacked) -This circle is also how many avatars are shown in the tooltip -When this circle is over avatar dots, they change color (ExodusMapRolloverColor) The menu functions still only work on the closest dot to your cursor on right click... Thanks to Exodus for the majority of this code, the rest is my work and updates to be closer to LL in places.
This commit is contained in:
@@ -752,6 +752,34 @@
|
||||
<key>Value</key>
|
||||
<boolean>0</boolean>
|
||||
</map>
|
||||
<key>ExodusMapRolloverColor</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Color setting for rollovers on the minimap.</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>Color4</string>
|
||||
<key>Value</key>
|
||||
<key>Value</key>
|
||||
<array>
|
||||
<real>0.0</real>
|
||||
<real>1.0</real>
|
||||
<real>1.0</real>
|
||||
<real>1.0</real>
|
||||
</array>
|
||||
</map>
|
||||
<key>ExodusMinimapAreaEffect</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Radius of the area of affect for the minimap, adjusted by shift scrolling over the minimap.</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>F32</string>
|
||||
<key>Value</key>
|
||||
<real>3.5</real>
|
||||
</map>
|
||||
<key>OBJExportNotifyFailed</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
|
||||
Reference in New Issue
Block a user