Squared

Change log

2009-05-10  aiiane  <aiiane@aiiane.net>

[68441e9a120e] [tip]
* .hgtags:

Added tag 3.7.0 for changeset 17f186df2dc6

[17f186df2dc6] [3.7.0]
* Squared.lua Squared.mod

Added tooltips for group and warband modes, fixed a flickering with indicators.

[a25463bb0bc3]
* SquaredUnitFrame.lua

FIXED: Indicators shouldn't "flicker" on a faded-out unit anymore.

[57e1797c11b2]
* Squared.lua SquaredGroup.lua SquaredPlayer.lua SquaredScenario.lua SquaredUnitFrame.lua SquaredWarband.lua

Added tooltip for units in group/warband modes (not scenarios) that displays name, hp%, class, level, and current zone. If current zone is same as your own, it will be green, otherwise it will be grey. The tooltip is only displayed if holding down shift when moving the cursor over the unit, so that it will not get in the way during normal healing.

2009-04-16  aiiane  <aiiane@aiiane.net>

[9d360fbef644]
* .hgtags:

Added tag 3.6.6 for changeset 2cb0d290161d

[2cb0d290161d] [3.6.6]
* Squared.lua Squared.mod SquaredConfigurator/SquaredConfigurator.mod SquaredProfiles/SquaredProfiles.mod

CHANGED: Made SquaredProfiles savedvar global for sharing between characters.
FIXED: Add VersionSettings to SquaredConfigurator (was missed when adding to other .mods).

[358c59e45b1c]
* .hgtags:

Added tag 3.6.5 for changeset 44870b7f38a6

[44870b7f38a6] [3.6.5]
* SharedAssetsSquared/SharedAssetsSquared.mod Squared.lua Squared.mod SquaredBuffIndicators/SquaredBuffIndicators.mod SquaredBuffIndicators/SquaredBuffIndicators2.lua SquaredConfigurator/SettingValues.lua SquaredProfiles/SquaredProfiles.mod SquaredSettings/SquaredSettings.mod

Updated for patch 1.2.1.
FIXED: Corrected a typo in a setting option name.

2009-04-06  aiiane  <aiiane@aiiane.net>

[b56adf506023]
* .hgtags:

Added tag 3.6.4 for changeset 321c65cab12d

[321c65cab12d] [3.6.4]
* Squared.lua Squared.mod

CHANGED: Slight optimization tweak for warband updates, should help a tiny bit on the 'hitch' when people are added/removed/moved in a warband.
FIXED: The option to disable a particular type of status indicator should now be available as one of the drop-down options for that indicator's position.

[df04a7d015dd]
* SquaredConfigurator/SettingValues.lua SquaredWarband.lua

CHANGED: Slight optimization tweak for warband updates, should help a tiny bit on the 'hitch' when people are added/removed/moved in a warband.
FIXED: The option to disable a particular type of status indicator should now be available as one of the drop-down options for that indicator's position.

2009-03-30  aiiane  <aiiane@aiiane.net>

[61257fd5a0d5]
* .hgtags:

Added tag 3.6.3 for changeset 4d1e7f012782

[4d1e7f012782] [3.6.3]
* Squared.lua Squared.mod SquaredConfigurator/SettingValues.lua SquaredDefaultSettings.lua SquaredGroup.lua SquaredScenario.lua SquaredUnitFrame.lua SquaredWarband.lua

ADDED: A border color for the main assist can now be set (assistbordercolor). If using the GUI, it's available in the Misc Colors panel.

2009-03-23  aiiane  <aiiane@aiiane.net>

[4452696fc661]
* .hgtags:

Added tag 3.6.2 for changeset 0f83f3cdbfc1

[0f83f3cdbfc1] [3.6.2]
* Squared.lua Squared.mod SquaredConfigurator/MiscPanel.lua SquaredDefaultSettings.lua SquaredUnitFrame.lua

ADDED: New option "always-draw" that will cause Squared to be displayed even with the UI would otherwise be hidden. This will allow Squared to be visible while using siege weapons if enabled. However, it will also mean that Squared shows up when disabling the UI via Shift+Z (such as for screenshots) - so turn the option off if you're wanting to take screenshots w/o any UI elements. To enable/disable this option in the GUI, go to the Misc Options panel and look for the "Show when UI hidden" checkbox.

2009-03-14  aiiane  <aiiane@aiiane.net>

[d66314aec1a7]
* .hgtags:

Added tag 3.6.1 for changeset db0decebeb56

[db0decebeb56] [3.6.1]
* Squared.lua Squared.mod SquaredRangeFading.lua SquaredUnitFrame.lua

FIXED: Disabling rangefading should be possible again.

2009-03-13  aiiane  <aiiane@aiiane.net>

[56c2cb8c4607]
* .hgtags:

Added tag 3.6.0 for changeset 64ba93d7facd

[64ba93d7facd] [3.6.0]
* Squared.lua Squared.mod SquaredConfigurator/MiscPanel.lua SquaredDefaultSettings.lua SquaredRangeFading.lua

ADDED: "Stay faded until click" option for range fading which will cause every unit faded due to range/los to remain that way until verified in-range again (as opposed to un-fading after a period of time automatically). This option is available in the Misc panel of the configurator.
ADDED: The texture used for the offline indicator may now be set in the Sizing and Textures panel of the configurator.
CHANGED: Optimized full-group updating procedure for post-1.2. Should result in a noticeable decrease in lag when full-group update events trigger (such as when players join or are moved from one group to another in a warband).
FIXED: Icons will be the correct size immediately upon unitframe creation, instead of waiting for the first update for that unit.

2009-03-12  aiiane  <aiiane@aiiane.net>

[f411df4b8127]
* Squared.lua SquaredGroup.lua SquaredScenario.lua SquaredUnitFrame.lua SquaredWarband.lua

Dry-coded optimization due to increased relative cost of hiding and then re-showing windows in the same frame post-1.2. Not yet tested.

[955ae6746d3e]
* SquaredUnitFrame.lua

FIXED: Icons will be the proper size when a unitframe is first created, instead of waiting until first update.

2009-03-11  aiiane  <aiiane@aiiane.net>

[140454edb56c]
* Squared.lua Squared.mod SquaredGroup.lua SquaredScenario.lua SquaredUnitFrame.lua SquaredWarband.lua

CHANGED: Modified some internal unitframe handling to hopefully greatly minimize the lag occuring when updating large portions of a group/warband (such as when warband members are moved around between groups).

(Note, I've only been able to test this with a small group so far, and there may be bugs - I'm not releasing this as full release yet because I want to test it further in a larger group setting for any glitches. Use this alpha build at your own risk!)

2009-03-09  aiiane  <aiiane@aiiane.net>

[ed405b155f4f]
* SquaredConfigurator/SizingPanel.lua SquaredDefaultSettings.lua SquaredUnitFrame.lua

ADDED: Option to set the texture used by the Offline (D/C) indicator.

2009-03-07  aiiane  <aiiane@aiiane.net>

[9e5120e398e7]
* .hgtags:

Added tag 3.5.7.1 for changeset 2c4e83a1f11f

[2c4e83a1f11f] [3.5.7.1]
* SquaredUnitFrame.lua

I'm silly and forgot a line.

[7deafd974979]
* .hgtags:

Added tag 3.5.7 for changeset 0421a0ac2c99

[0421a0ac2c99] [3.5.7]
* Squared.lua Squared.mod SquaredUnitFrame.lua

CHANGED: Revert 'FAR' indicator until it's more consistent.

2009-03-06  aiiane  <aiiane@aiiane.net>

[e82f3dd60cd9]
* .hgtags:

Added tag 3.5.6 for changeset 19451a512e86

[19451a512e86] [3.5.6]
* Squared.lua Squared.mod

ADDED: Support for offline characters in groups/warbands. Offline characters will have the interior of their frame grayed out.
ADDED: If HP text is enabled, "D/C" will be displayed for offline players.
ADDED: Tenative support for Mythic's "is in same region" flag. Note that this flag isn't consistently set yet (especially for warbands), so you probably won't see any effect yet. Currently only shows up if you have HP text turned on, will display as FAR.
CHANGED: A little optimization for range fading.
FIXED: Add Slayer and Choppa values to buff tracker lookup table so that SBI won't die a horrible on the PTS when playing one of those classes.

[d296d5be0886]
* SquaredUnitFrame.lua

ADDED: If HP text is enabled, "D/C" will be displayed for offline players.

Facts

Uploaded on
10 May 2009
Game version
  • 1.2.1
Filename
Squared-3.7.0.zip
Size
434.2 KiB
MD5
cb4071ee5a32cb2c0e37d8dcc1428180
Type
Release
Status
Normal

Authors