7.1-4
Details
-
FilenameSimpleQuestCounter-7.1-4.zip
-
Uploaded by
-
UploadedOct 30, 2016
-
Size10.12 KB
-
Downloads2,687
-
MD56d08e3c84f0a843ea2bbe9d8eb2ecb3c
Supported WoW Retail Versions
- 7.1.0
Changelog
tag 7.1-4
387e8c614f4bbea216dd691ddb2f92e077b9ccae
Ioannis Bourlakos <jbourlakos@gmail.com>
2016-10-31 04:47:56 +0200
Version 7.1-4
- Changed color indication from two-colored to three-colored: white-yellow-red.
- Added mouse interaction on the counter. Left-click toggles the size of the map; right-click shows more details about the counted quests.
--------------------
Ioannis Bourlakos:
- Changed TOC to version 7.1-4
- Added yellow to color indication Description: - There are now three color indications for the counter: white (minimum) - yellow (median) - red (maximum). - As the counter approaches its middle value (e.g. 12/25 or 13/25), color indication turns to yellow. - Color transition should be a bit smoother from now on.
Code:
- Function SimpleQuestCounter_CalculateColor() is refactored.
- Arguments:
1. colorScale: it actually represents the ratio of quests at hand to
maximum number of quest. It's a number > 0 and <= 1.
2. minLimitColor: represents the color for low values. Array of 3
numbers for RGB, normalize from 0 to 1.
3. midLimitColor: represents the color for mid values. Similar to
minLimitClor.
4. maxLimitColor: represents the color for max values. Similar to
minLimitColor
- Returns:
1. the color appropriately scaled from min to mid to max, according
to colorScale. Similar to the color arguments.
- Added click interaction on counter Left click: toggles quest-log and fullscreen map Right click: shows a list with quest counts per category (header)
- Reduced counter font size. Counter should no longer collide with "Back" button in quest details.