GridLayoutPlus-r61994

Details

  • Filename
    GridLayoutPlus-r61994.zip
  • Uploaded by
  • Uploaded
    Feb 18, 2008
  • Size
    22.64 KB
  • Downloads
    7
  • MD5
    530416ef35a1bd1e5ccaab9ed131354a

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r60358 | scorpion | 2008-02-04 23:24:03 -0500 (Mon, 04 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-enUS.lua
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- zhTW update
------------------------------------------------------------------------
r60326 | peragor | 2008-02-04 18:08:52 -0500 (Mon, 04 Feb 2008) | 5 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Added group 25/10 tank support with and without tanks.  Will choose oRA/CTRA tanks first, and if not found will default to Blizz tanks.
- 8 more layouts
- Cleaned up options in the layout list.  Should now be ordered correctly with a spacer to separate it from the Grid defaults.
- Unfortunately will need some new localizations for the new options and layouts.
------------------------------------------------------------------------
r60229 | scorpion | 2008-02-04 00:28:24 -0500 (Mon, 04 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- zhTW update
------------------------------------------------------------------------
r60121 | peragor | 2008-02-03 03:52:01 -0500 (Sun, 03 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Disable if Grid not found.
------------------------------------------------------------------------
r60106 | peragor | 2008-02-03 00:21:35 -0500 (Sun, 03 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Another bugfix.  I have a bad habit of changing variable names but not doing search/replace on all old references.
------------------------------------------------------------------------
r60082 | peragor | 2008-02-02 20:08:13 -0500 (Sat, 02 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Bugfix: Forgot a translation
------------------------------------------------------------------------
r60060 | peragor | 2008-02-02 18:24:20 -0500 (Sat, 02 Feb 2008) | 3 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Changed warnings
- Now counting number of potential pets to gage layout
------------------------------------------------------------------------
r60047 | peragor | 2008-02-02 17:15:55 -0500 (Sat, 02 Feb 2008) | 8 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Added 3 more layouts to cover all the Group By xx without pets
- Added toggle for pet/nopet for use with auto adjust
- Added a max columns (1-16) for those that want to limit the size that the frame grows to
- Added a warning toggle that will show you when your auto adjusted layout is causing players or pets to be hidden
- Changed all menu options to consistantly end with (+) to signify that it's related to the GridLayoutPlus addon
- Needs new koKR and zhTW localization

------------------------------------------------------------------------
r59933 | scorpion | 2008-02-01 06:36:48 -0500 (Fri, 01 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- zhTW update
------------------------------------------------------------------------
r59926 | scorpion | 2008-02-01 04:33:31 -0500 (Fri, 01 Feb 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.toc
   M /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- zhTW update
------------------------------------------------------------------------
r59925 | scorpion | 2008-02-01 04:31:06 -0500 (Fri, 01 Feb 2008) | 2 lines
Changed paths:
   A /trunk/GridLayoutPlus/Locale-zhTW.lua

GridLayoutPlus:
- Added zhTW translation
------------------------------------------------------------------------
r59723 | sayclub | 2008-01-30 02:38:16 -0500 (Wed, 30 Jan 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-koKR.lua

GridLayoutPlus:
- Update koKR
------------------------------------------------------------------------
r59696 | peragor | 2008-01-29 18:32:38 -0500 (Tue, 29 Jan 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/Locale-koKR.lua

GridLayoutPlus:
- koKR fixed but still needs translation.
------------------------------------------------------------------------
r59685 | peragor | 2008-01-29 17:34:56 -0500 (Tue, 29 Jan 2008) | 4 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua
   M /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Added all group layout sizes for any raid size
- Added an option to auto adjust the layout depending on the raid size (some code stolen from GridAutoFrameSize)
- Renamed the "By Class" to "By Sorted Class" to make sure people understand it's different.
------------------------------------------------------------------------
r59520 | peragor | 2008-01-27 12:11:45 -0500 (Sun, 27 Jan 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.lua

GridLayoutPlus:
- Changed "By Class" to a single group sorted by class.  The result is a dynamic and fluid class list capped by 5 units in each column.
------------------------------------------------------------------------
r59470 | peragor | 2008-01-26 20:38:58 -0500 (Sat, 26 Jan 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus/GridLayoutPlus.toc
   A /trunk/GridLayoutPlus/Locale-koKR.lua

GridLayoutPlus:
- Added koKR translation (thanks sayclub)
------------------------------------------------------------------------
r59388 | peragor | 2008-01-25 09:19:51 -0500 (Fri, 25 Jan 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutPlus
   M /trunk/GridLayoutPlus/GridLayoutPlus.toc

GridLayoutPlus:
- Fixed SVN properties
------------------------------------------------------------------------
r59333 | peragor | 2008-01-24 15:11:08 -0500 (Thu, 24 Jan 2008) | 2 lines
Changed paths:
   A /trunk/GridLayoutPlus/GridLayoutPlus.lua
   A /trunk/GridLayoutPlus/GridLayoutPlus.toc
   A /trunk/GridLayoutPlus/Locale-enUS.lua

GridLayoutPlus:
- Additional layouts for Grid.  All with pet support.
------------------------------------------------------------------------
r59332 | peragor | 2008-01-24 15:08:03 -0500 (Thu, 24 Jan 2008) | 3 lines
Changed paths:
   A /trunk/GridLayoutPlus

GridLayoutPlus:
- Initial commit to create directory
- This will be additional layouts for Grid
------------------------------------------------------------------------