GridLayoutPlus-r63809

Details

  • Filename
    GridLayoutPlus-r63809.zip
  • Uploaded by
  • Uploaded
    Mar 7, 2008
  • Size
    21.76 KB
  • Downloads
    13
  • MD5
    3ba1163fe42410c95cd9c880a5710a0c

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r63809 | peragor | 2008-03-07 08:42:01 -0500 (Fri, 07 Mar 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Small fix to initiate LayoutUpdate if the Role layout changed during a RosterUpdate.
------------------------------------------------------------------------
r63803 | peragor | 2008-03-07 07:56:51 -0500 (Fri, 07 Mar 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Fix to not lose registered layouts
------------------------------------------------------------------------
r63795 | peragor | 2008-03-07 05:41:58 -0500 (Fri, 07 Mar 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Added an option to sort raid units by "Role".  This method scans raid units talents and groups them into 5 buckets... Tank, Melee, Healer, Hybrid, Ranged.  Hybrid is only used for paladins, druids, and shaman who don't spend 31 points in any tree (low levels).
------------------------------------------------------------------------
r63223 | peragor | 2008-02-29 07:05:49 -0500 (Fri, 29 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Fix small oRA2 nil error.
------------------------------------------------------------------------
r63033 | peragor | 2008-02-27 05:07:58 -0500 (Wed, 27 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Small fix for Blizz Main Tank column counting.
------------------------------------------------------------------------
r62850 | scorpion | 2008-02-25 05:10:14 -0500 (Mon, 25 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- update zhTW
------------------------------------------------------------------------
r62824 | peragor | 2008-02-24 22:49:34 -0500 (Sun, 24 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Switched from string.gmatch to string.find for the potential pets part.  This fixes a very minor bug I introduced.
------------------------------------------------------------------------
r62769 | peragor | 2008-02-24 08:45:18 -0500 (Sun, 24 Feb 2008) | 3 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- More changed to address oRA2 error.
- Fixed a small error with pet columns if the user changed the petOrder string.
------------------------------------------------------------------------
r62760 | peragor | 2008-02-24 07:42:29 -0500 (Sun, 24 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Attempt to fix oRA2 error reported by Morgalm in wowace forums.
------------------------------------------------------------------------
r61994 | sayclub | 2008-02-18 20:49:29 -0500 (Mon, 18 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-koKR.lua

GridLayoutPlus:
- koKR Update
------------------------------------------------------------------------
r61970 | peragor | 2008-02-18 17:24:20 -0500 (Mon, 18 Feb 2008) | 3 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/GridLayoutPlus.toc
   M /trunk/GridLayoutPlus/Locale-enUS.lua
   M /trunk/GridLayoutPlus/Locale-koKR.lua
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- Restructured menu in plans to merge it with the core.
- changed some events over to bucket events for unit changes to reduce lag/hickups.
------------------------------------------------------------------------
r61269 | peragor | 2008-02-14 06:22:11 -0500 (Thu, 14 Feb 2008) | 3 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Spacer columns are now used to find out if pets/tanks can fit in the MaxGridColumns setting
- MaxGridColumns increased to 20 because of spacer support.
------------------------------------------------------------------------
r61261 | sayclub | 2008-02-14 04:40:18 -0500 (Thu, 14 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-koKR.lua

GridLayoutPlus:
- update koKR
------------------------------------------------------------------------
r61235 | scorpion | 2008-02-13 22:34:52 -0500 (Wed, 13 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- update zhTW
------------------------------------------------------------------------
r61224 | peragor | 2008-02-13 20:10:40 -0500 (Wed, 13 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Small fix to update the layout immediately after toggling the Tank Spacer.
------------------------------------------------------------------------
r61223 | sayclub | 2008-02-13 20:02:47 -0500 (Wed, 13 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-koKR.lua

GridLayoutPlus:
- koKR Update
------------------------------------------------------------------------
r61202 | peragor | 2008-02-13 16:57:27 -0500 (Wed, 13 Feb 2008) | 5 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Added unitsPerColumn option allowing you to create a long columns of units, sinstead of being stuck at 5 units per column.
- Added class sorting so you can change the order in which the columns are populated.  Also affects filtering on some columns (Ex: Hide warlock pets, or hide blizzard MainAssist).
- Added tank and pet specer toggles.  If you want a space between your tanks and your player groups, you can now toggle it on.
- Fixed a bug where changing the layoutSorting or showPets would not update the layout immediately.
------------------------------------------------------------------------
r61016 | scorpion | 2008-02-11 21:53:28 -0500 (Mon, 11 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- update zhTW
------------------------------------------------------------------------
r61009 | peragor | 2008-02-11 19:55:57 -0500 (Mon, 11 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Fixed small bug that prevented the layout from collapsing when layout is sorted "By Group" and when layout grows and then should shrink when the maxsubgroup is no longer used.
------------------------------------------------------------------------
r60885 | sayclub | 2008-02-10 19:43:16 -0500 (Sun, 10 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-koKR.lua

GridLayoutPlus:
- koKR Update
------------------------------------------------------------------------
r60795 | peragor | 2008-02-10 11:18:55 -0500 (Sun, 10 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Fixed a small bug where if the last Blizzard tank was removed, it wouldn't actually remove it until some other change initiated a layout update.
------------------------------------------------------------------------
r60785 | peragor | 2008-02-10 10:43:23 -0500 (Sun, 10 Feb 2008) | 4 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Major changes.  I switched to a fully dynamic system.  Changes will not be instant, but should happen within 5 seconds.  I have tested it for last last 2 days with success.  There is still an issue where it doesn't update within the 5 seconds, but I should have that fixed soon.
- There is only 1 added layout now: GridLayoutPlus
- Major changes should alleviate the amount of translations needed.  Although this commit will need some minor translations.
------------------------------------------------------------------------
r60708 | scorpion | 2008-02-09 14:44:01 -0500 (Sat, 09 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- update zhTW
------------------------------------------------------------------------
r60683 | sayclub | 2008-02-09 08:45:38 -0500 (Sat, 09 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-koKR.lua

GridLayoutPlus:
- koKR update
------------------------------------------------------------------------
r60571 | peragor | 2008-02-07 18:42:43 -0500 (Thu, 07 Feb 2008) | 4 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Added sorting to all layouts.  In doing so had to replace the some of the Default core Grid layouts with custom ones.
- The sorting order (for class, pet, and role) is 3 local variables at the top of the code.  You can change the order if you like.  I will probably add options to customize then via the grid configuration in the next commit.

------------------------------------------------------------------------
r60557 | peragor | 2008-02-07 12:07:54 -0500 (Thu, 07 Feb 2008) | 4 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Changed the option text from "GridStatusPlus Advanced" to "Plus Advanced.  It was too long.
- Change max rank for "MaxColumns" from 1-16 to 1-17.  17 columns would be needed for 36 or more hunters/warlocks in a raid.  Which would require 8 columns for players, 8 columns for pets, and 1 column for maintanks.
- Reordered some of the layouts to be in line with the cores ordering.
------------------------------------------------------------------------
r60537 | peragor | 2008-02-07 00:56:54 -0500 (Thu, 07 Feb 2008) | 3 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Added missing layouts.
- Another fix to incombat refreshes
------------------------------------------------------------------------
r60527 | peragor | 2008-02-06 19:50:51 -0500 (Wed, 06 Feb 2008) | 6 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Fixed default settings so they actually work (thanks Pasta)
- Added in layout sorting option
- Moved MaxColumns & Warnings in to an advanced submenu
- Cleaned up "psudo events) to control triggering unecessary code
- Fixed incombatlockdown refreshed
------------------------------------------------------------------------
r60482 | peragor | 2008-02-06 09:22:12 -0500 (Wed, 06 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- More modifications to get tank detection working in all cases.  I believe it's fixed now.
------------------------------------------------------------------------
r60453 | peragor | 2008-02-05 23:29:59 -0500 (Tue, 05 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Another fix to get auto adjust working with tanks.
------------------------------------------------------------------------
r60435 | 7destiny | 2008-02-05 17:43:02 -0500 (Tue, 05 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-koKR.lua

GridLayoutPlus:
- koKR update
------------------------------------------------------------------------
r60430 | scorpion | 2008-02-05 16:07:27 -0500 (Tue, 05 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- zhTW update
------------------------------------------------------------------------
r60422 | peragor | 2008-02-05 15:03:35 -0500 (Tue, 05 Feb 2008) | 3 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Fixed bad interface lag due to rosterlib's UnitChanged event.
- Reduced number of registered events.
------------------------------------------------------------------------
r60400 | peragor | 2008-02-05 12:28:42 -0500 (Tue, 05 Feb 2008) | 3 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Removed some unnecessary Layouts (35/30/20).  With pets/nopets, tanks/notanks, and sorted class layouts, it was filling up the raid layout menu too much.
- Fixed the auto main tank support to work properly with both oRA and Blizzard tanks.  I have not tested CTRA tanks, and I'm not sure if it's important to keep it in untested.  For now I will leave it.
------------------------------------------------------------------------