Grid

1.30100.2009041601

Change log

------------------------------------------------------------------------
r1177 | pastamancer | 2009-04-16 14:31:28 +0000 (Thu, 16 Apr 2009) | 1 line
Changed paths:
   A /tags/1.30100.2009041601 (from /trunk:1176)

Release 1.30100.2009041601 works with 3.1.0.
------------------------------------------------------------------------
r1176 | pastamancer | 2009-04-16 14:30:17 +0000 (Thu, 16 Apr 2009) | 1 line
Changed paths:
   M /trunk/Grid.toc

update toc for tagging as 1.30100.2009041601
------------------------------------------------------------------------
r1175 | pastamancer | 2009-04-16 14:28:11 +0000 (Thu, 16 Apr 2009) | 1 line
Changed paths:
   M /trunk/Grid.toc

update toc
------------------------------------------------------------------------
r1174 | greltok | 2009-03-28 05:23:48 +0000 (Sat, 28 Mar 2009) | 1 line
Changed paths:
   M /trunk/GridStatusAggro.lua

Now handles nil result from UnitThreatSituation().
------------------------------------------------------------------------
r1170 | pastamancer | 2009-02-12 03:47:32 +0000 (Thu, 12 Feb 2009) | 1 line
Changed paths:
   M /trunk/Grid.toc

Update toc for release.
------------------------------------------------------------------------
r1169 | greltok | 2009-02-08 01:27:54 +0000 (Sun, 08 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridRoster.lua

UpdateUnit() now handles empty string realm.
------------------------------------------------------------------------
r1168 | greltok | 2009-02-07 01:52:04 +0000 (Sat, 07 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridRoster.lua

GridRoster:GetGUIDByName() now handles empty string realm.
------------------------------------------------------------------------
r1167 | pastamancer | 2009-02-06 21:59:41 +0000 (Fri, 06 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GridRoster.lua

GridRoster:GetGUIDByName knows what realm you're on, so trying to call GetGUIDByName("Someone", "Your Realm") works the same as GetGUIDByName("Someone")

------------------------------------------------------------------------
r1166 | pastamancer | 2009-02-06 20:45:44 +0000 (Fri, 06 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GridLayout.lua

Ticket 76 - hide layout headers before resetting the attributes.

------------------------------------------------------------------------
r1165 | greltok | 2009-02-06 09:27:02 +0000 (Fri, 06 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridRoster.lua

Update party state before triggering "Grid_PartyTransition" event to avoid clients getting stale state if they call GridRoster:GetPartyState() in the event handler.
------------------------------------------------------------------------
r1164 | greltok | 2009-02-06 08:43:54 +0000 (Fri, 06 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridRoster.lua

Fixed GridRoster:GetGUIDByFullName().
------------------------------------------------------------------------
r1163 | greltok | 2009-02-06 03:50:50 +0000 (Fri, 06 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridFrame.lua

Cleaned up unused local variables.
------------------------------------------------------------------------
r1162 | greltok | 2009-02-06 02:23:02 +0000 (Fri, 06 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridStatusHeals.lua

GridStatusHeals now listens for Grid_PartyTransition instead of Grid_LeftParty (which is no longer supported).
------------------------------------------------------------------------
r1161 | pastamancer | 2009-02-05 23:49:55 +0000 (Thu, 05 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GridRoster.lua

Handle jumping from one BG to another.

------------------------------------------------------------------------
r1160 | pastamancer | 2009-02-05 23:45:22 +0000 (Thu, 05 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GridCore.lua

Remove old party transition code.  It's all handled by GridRoster now.

------------------------------------------------------------------------
r1159 | pastamancer | 2009-02-05 23:25:21 +0000 (Thu, 05 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GridRoster.lua

Save party state (solo/raid/etc.) so that the right layout can be loaded when logging back in during combat.

------------------------------------------------------------------------
r1158 | pettigrow | 2009-02-05 17:56:07 +0000 (Thu, 05 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-frFR.lua

frFR Update
------------------------------------------------------------------------
r1157 | kunda | 2009-02-05 14:01:43 +0000 (Thu, 05 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-deDE.lua

deDE update
------------------------------------------------------------------------
r1156 | StingerSoft | 2009-02-05 12:34:32 +0000 (Thu, 05 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-ruRU.lua

ruRU update
------------------------------------------------------------------------
r1155 | ananhaid | 2009-02-05 08:32:31 +0000 (Thu, 05 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GridLocale-zhCN.lua
   M /trunk/GridLocale-zhTW.lua

Grid:
- zhCN/zhTW update.
------------------------------------------------------------------------
r1154 | sayclub | 2009-02-05 04:57:38 +0000 (Thu, 05 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-koKR.lua

-koKR update
------------------------------------------------------------------------
r1153 | pastamancer | 2009-02-05 03:52:47 +0000 (Thu, 05 Feb 2009) | 1 line
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/GridLocale-enUS.lua
   M /trunk/GridRoster.lua

Teach grid the difference between normal and heroic raids.
------------------------------------------------------------------------
r1152 | pastamancer | 2009-02-04 22:42:09 +0000 (Wed, 04 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GridFrame.lua

Cleanup.

------------------------------------------------------------------------
r1151 | pastamancer | 2009-02-04 19:35:21 +0000 (Wed, 04 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GridFrame.lua

Duh.

------------------------------------------------------------------------
r1150 | pastamancer | 2009-02-04 17:16:58 +0000 (Wed, 04 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GridFrame.lua

Ticket 74 - Only update indicators with the status assigned on status gained/lost.  Based loosely on warbaby's patch.

------------------------------------------------------------------------
r1149 | StingerSoft | 2009-01-28 16:51:42 +0000 (Wed, 28 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-ruRU.lua

-ruRU update
------------------------------------------------------------------------
r1148 | 7destiny | 2009-01-27 20:22:43 +0000 (Tue, 27 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-koKR.lua

koKR Update
------------------------------------------------------------------------
r1147 | ananhaid | 2009-01-27 08:52:37 +0000 (Tue, 27 Jan 2009) | 2 lines
Changed paths:
   M /trunk/GridLocale-zhCN.lua
   M /trunk/GridLocale-zhTW.lua

Grid:
- zhCN/zhTW update.
------------------------------------------------------------------------
r1146 | kunda | 2009-01-27 08:02:11 +0000 (Tue, 27 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-deDE.lua

deDE update
------------------------------------------------------------------------
r1145 | greltok | 2009-01-27 05:51:37 +0000 (Tue, 27 Jan 2009) | 2 lines
Changed paths:
   M /trunk/GridFrame.lua
   M /trunk/GridLocale-enUS.lua

Mouseover highlight can now be disabled under Frame:Advanced.

------------------------------------------------------------------------
r1144 | pastamancer | 2009-01-21 23:48:13 +0000 (Wed, 21 Jan 2009) | 2 lines
Changed paths:
   M /trunk/GridStatusAuras.lua

Named debuffs shouldn't trigger a debuff type status.

------------------------------------------------------------------------
r1143 | StingerSoft | 2009-01-19 21:51:07 +0000 (Mon, 19 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-ruRU.lua

ruRU update
------------------------------------------------------------------------
r1142 | pettigrow | 2009-01-19 13:47:53 +0000 (Mon, 19 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-frFR.lua

frFR Update
------------------------------------------------------------------------
r1141 | ananhaid | 2009-01-19 12:57:27 +0000 (Mon, 19 Jan 2009) | 2 lines
Changed paths:
   M /trunk/GridLocale-zhCN.lua

Grid:
- zhCN update.
------------------------------------------------------------------------
r1140 | kunda | 2009-01-19 06:32:24 +0000 (Mon, 19 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-deDE.lua

deDE update
------------------------------------------------------------------------
r1139 | sayclub | 2009-01-19 01:45:56 +0000 (Mon, 19 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-koKR.lua

koKR update
------------------------------------------------------------------------
r1138 | pastamancer | 2009-01-18 22:28:41 +0000 (Sun, 18 Jan 2009) | 3 lines
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/GridLayoutLayouts.lua
   M /trunk/GridLocale-enUS.lua

Added tooltip for drag tab.
Added option to hide drag tab when unlocked and revert to old dragging behavior.
By Group 5 layouts sort by index and *should* only show your party in a raid or bg. (untested)
------------------------------------------------------------------------
r1136 | pastamancer | 2009-01-15 13:46:59 +0000 (Thu, 15 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-zhTW.lua

Updated zhTW translations from andy52005.
------------------------------------------------------------------------
r1135 | yleaf | 2009-01-15 07:30:38 +0000 (Thu, 15 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-zhCN.lua

zhcn update
------------------------------------------------------------------------
r1133 | pastamancer | 2009-01-15 05:38:24 +0000 (Thu, 15 Jan 2009) | 2 lines
Changed paths:
   M /trunk/Grid.toc

Get ready for release.

------------------------------------------------------------------------
r1132 | StingerSoft | 2009-01-14 23:56:03 +0000 (Wed, 14 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-ruRU.lua

ruRU update
------------------------------------------------------------------------
r1131 | ananhaid | 2009-01-14 14:22:04 +0000 (Wed, 14 Jan 2009) | 2 lines
Changed paths:
   M /trunk/GridLocale-zhCN.lua

Grid:
- zhCN update.
------------------------------------------------------------------------
r1130 | 7destiny | 2009-01-14 08:58:31 +0000 (Wed, 14 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-koKR.lua

koKR Update
------------------------------------------------------------------------
r1129 | kunda | 2009-01-14 04:10:12 +0000 (Wed, 14 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-deDE.lua

deDE update
------------------------------------------------------------------------
r1128 | pastamancer | 2009-01-14 02:41:59 +0000 (Wed, 14 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLayout.lua

How can a frame exist and yet frame:GetLeft returns nil?  It is a mystery.
------------------------------------------------------------------------
r1127 | pastamancer | 2009-01-14 02:32:59 +0000 (Wed, 14 Jan 2009) | 3 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridLocale-enUS.lua
   M /trunk/GridRoster.lua
   M /trunk/GridStatus.lua

Improved notification when Grid is put into standby.
Made GridRoster handle coming out of standby properly.
Status modules don't need to worry about whether they're currently registered for an event before unregistering it.
------------------------------------------------------------------------
r1126 | kunda | 2009-01-13 16:44:13 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-deDE.lua

deDE update
------------------------------------------------------------------------
r1125 | Greltok | 2009-01-13 08:25:46 +0000 (Tue, 13 Jan 2009) | 2 lines
Changed paths:
   M /trunk/GridStatusAuras.lua

Moved local function statusForSpell() to GridStatusAuras.StatusForSpell() so that it can be accessed externally.

------------------------------------------------------------------------
r1124 | sayclub | 2009-01-13 00:56:26 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-koKR.lua

koKR update
------------------------------------------------------------------------
r1123 | pastamancer | 2009-01-12 18:43:20 +0000 (Mon, 12 Jan 2009) | 2 lines
Changed paths:
   M /trunk/GridLocale-enUS.lua

Added translations that had been removed because locales that have not been updated were having errors.

------------------------------------------------------------------------
r1122 | pastamancer | 2009-01-12 16:43:12 +0000 (Mon, 12 Jan 2009) | 2 lines
Changed paths:
   M /trunk/GridStatusName.lua

Don't update names when the status is disabled.

------------------------------------------------------------------------
r1121 | Greltok | 2009-01-12 08:08:51 +0000 (Mon, 12 Jan 2009) | 2 lines
Changed paths:
   M /trunk/GridLocale-enUS.lua
   M /trunk/GridStatusAggro.lua

Merged branch changes - aggro status module can now display threat status.

------------------------------------------------------------------------
r1120 | pastamancer | 2009-01-11 20:50:23 +0000 (Sun, 11 Jan 2009) | 4 lines
Changed paths:
   M /trunk/GridStatus.lua
   M /trunk/GridStatusAggro.lua
   M /trunk/GridStatusAuras.lua
   M /trunk/GridStatusHeals.lua
   M /trunk/GridStatusHealth.lua
   M /trunk/GridStatusMana.lua
   M /trunk/GridStatusName.lua
   M /trunk/GridStatusRange.lua
   M /trunk/GridStatusReadyCheck.lua
   M /trunk/GridStatusTarget.lua
   M /trunk/GridStatusVehicle.lua
   M /trunk/GridStatusVoiceComm.lua

Reworked status enabling/disabling.
Enabled statuses should register events and update all units.
Disabled statuses should unregister their events and send status lost for all units.

------------------------------------------------------------------------
r1119 | kunda | 2009-01-10 13:34:15 +0000 (Sat, 10 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-deDE.lua

deDE update
------------------------------------------------------------------------
r1118 | kunda | 2009-01-10 10:56:37 +0000 (Sat, 10 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-deDE.lua

deDE update
------------------------------------------------------------------------
r1116 | pettigrow | 2009-01-09 14:52:21 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-frFR.lua

frFR Update
------------------------------------------------------------------------
r1114 | pastamancer | 2009-01-09 05:37:35 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridStatusVehicle.lua

Update all units on PEW.
------------------------------------------------------------------------
r1113 | sayclub | 2009-01-09 04:09:36 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
   M /trunk/GridLocale-koKR.lua

koKR Update
------------------------------------------------------------------------
r1112 | kunda | 2009-01-08 19:16:34 +0000 (Thu, 08 Jan 2009) | 1 line
Changed paths:
   A /trunk/GridRoster.lua

GridRoster.lua alarm
------------------------------------------------------------------------
r1111 | pastamancer | 2009-01-08 17:48:13 +0000 (Thu, 08 Jan 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Grid.toc
   M /trunk/GridCore.lua
   M /trunk/GridFrame.lua
   M /trunk/GridLayout.lua
   M /trunk/GridLayoutLayouts.lua
   M /trunk/GridLocale-deDE.lua
   M /trunk/GridLocale-enUS.lua
   M /trunk/GridLocale-koKR.lua
   M /trunk/GridLocale-zhCN.lua
   M /trunk/GridLocale-zhTW.lua
   M /trunk/GridStatus.lua
   M /trunk/GridStatusAggro.lua
   M /trunk/GridStatusAuras.lua
   M /trunk/GridStatusHeals.lua
   M /trunk/GridStatusHealth.lua
   M /trunk/GridStatusMana.lua
   M /trunk/GridStatusName.lua
   M /trunk/GridStatusRange.lua
   A /trunk/GridStatusReadyCheck.lua (from /branches/unitguid/GridStatusReadyCheck.lua:1110
   M /trunk/GridStatusTarget.lua
   A /trunk/GridStatusVehicle.lua (from /branches/unitguid/GridStatusVehicle.lua:1110
   M /trunk/GridStatusVoiceComm.lua
   M /trunk/embeds.xml
   M /trunk/libs

Merged unitguid branch to trunk for alpha testing.
------------------------------------------------------------------------
r1073 | pastamancer | 2008-12-08 06:09:24 +0000 (Mon, 08 Dec 2008) | 2 lines
Changed paths:
   M /trunk/Grid.toc

Updated toc for version 1.30000.2008120801.

------------------------------------------------------------------------
r1050 | pastamancer | 2008-12-02 16:02:46 +0000 (Tue, 02 Dec 2008) | 2 lines
Changed paths:
   M /trunk/GridLocale-ruRU.lua

Really fix range checking for ruRU.

------------------------------------------------------------------------
r1043 | pastamancer | 2008-11-30 06:04:50 +0000 (Sun, 30 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridLocale-ruRU.lua

ruRU range-check fix
------------------------------------------------------------------------
r1042 | pastamancer | 2008-11-24 18:54:25 +0000 (Mon, 24 Nov 2008) | 2 lines
Changed paths:
   M /trunk/GridLayoutLayouts.lua

Add DEATHKNIGHT to By Class w/Pets layout.

------------------------------------------------------------------------
r1040 | pastamancer | 2008-11-24 18:23:34 +0000 (Mon, 24 Nov 2008) | 2 lines
Changed paths:
   M /trunk/Grid.toc

Update toc for version 1.30000.2008112401

------------------------------------------------------------------------
r1039 | pastamancer | 2008-11-24 18:16:13 +0000 (Mon, 24 Nov 2008) | 2 lines
Changed paths:
   M /trunk/GridStatusHealth.lua

Cleaned up a few ifs that weren't needed.

------------------------------------------------------------------------
r1038 | pastamancer | 2008-11-24 18:08:46 +0000 (Mon, 24 Nov 2008) | 2 lines
Changed paths:
   M /trunk/GridCore.lua

Only register '/grid' and not '/gr'.

------------------------------------------------------------------------
r1037 | pastamancer | 2008-11-22 23:07:12 +0000 (Sat, 22 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridFrame.lua

Only try to set the frame alpha if color.a is a number.
------------------------------------------------------------------------
r1036 | pastamancer | 2008-11-22 23:05:26 +0000 (Sat, 22 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridLayoutLayouts.lua

Add deathknights to the by class layout.
------------------------------------------------------------------------
r1035 | pastamancer | 2008-11-06 03:48:34 +0000 (Thu, 06 Nov 2008) | 2 lines
Changed paths:
   M /trunk/Grid.toc
   A /trunk/GridLocale-esMX.lua (from /trunk/GridLocale-esES.lua:1033

Add esMX locale based on esES locale.

------------------------------------------------------------------------
r1034 | pastamancer | 2008-11-05 21:55:37 +0000 (Wed, 05 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridFrame.lua
   A /trunk/GridLocale-ruRU.lua

Restored ruRU locale and hopefully fixed range checking for ruRU clients in 3.0.3.
------------------------------------------------------------------------
r1033 | Viktor3b | 2008-11-01 17:18:51 +0000 (Sat, 01 Nov 2008) | 1 line
Changed paths:
   D /trunk/GridLocale-ruRU.lua

------------------------------------------------------------------------
r1032 | pastamancer | 2008-11-01 16:49:26 +0000 (Sat, 01 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridStatusAuras.lua

send (de)buff duration information
------------------------------------------------------------------------
r1031 | pastamancer | 2008-11-01 15:35:33 +0000 (Sat, 01 Nov 2008) | 1 line
Changed paths:
   A /trunk/GridLocale-ruRU.lua (from /trunk/GridLocale-ruRU.lua:1027

restored ruRU locale
------------------------------------------------------------------------
r1030 | Viktor3b | 2008-10-29 15:26:21 +0000 (Wed, 29 Oct 2008) | 1 line
Changed paths:
   D /trunk/GridLocale-ruRU.lua

------------------------------------------------------------------------
r1028 | pettigrow | 2008-10-21 03:40:58 +0000 (Tue, 21 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridLocale-frFR.lua

frFR range fix.
------------------------------------------------------------------------
r1026 | pastamancer | 2008-10-20 18:30:38 +0000 (Mon, 20 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridLocale-deDE.lua

possible fix for range-checking on deDE clients
------------------------------------------------------------------------
r1024 | pastamancer | 2008-10-18 11:05:03 +0000 (Sat, 18 Oct 2008) | 2 lines
Changed paths:
   M /trunk
   M /trunk/Grid.toc

Prepare for 1.30000.2008101802

------------------------------------------------------------------------
r1023 | pastamancer | 2008-10-18 09:09:43 +0000 (Sat, 18 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridFrame.lua

Grid: added special case for when icon border size is 0.
------------------------------------------------------------------------
r1022 | pastamancer | 2008-10-18 07:27:47 +0000 (Sat, 18 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridFrame.lua

Grid: whoops, fixed "attempt to index field 'db' (a nil value)" error
------------------------------------------------------------------------
r1020 | pastamancer | 2008-10-18 04:48:26 +0000 (Sat, 18 Oct 2008) | 1 line
Changed paths:
   M /trunk/Grid.toc

Grid: Update toc for 1.30000.2008101801 release.
------------------------------------------------------------------------
r1019 | pastamancer | 2008-10-17 19:05:00 +0000 (Fri, 17 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridFrame.lua

Grid: untested but possible fix to icon border size.
------------------------------------------------------------------------
r1016 | pastamancer | 2008-10-16 23:40:27 +0000 (Thu, 16 Oct 2008) | 1 line
Changed paths:
   M /trunk/Grid.toc

Grid: Set a version in the toc (major.interface.date
------------------------------------------------------------------------
r1015 | pastamancer | 2008-10-16 23:32:41 +0000 (Thu, 16 Oct 2008) | 1 line
Changed paths:
   M /trunk/Grid.toc
   M /trunk/GridStatus.lua

Grid: Updated for WotLK.
------------------------------------------------------------------------
r1014 | pastamancer | 2008-10-16 23:09:46 +0000 (Thu, 16 Oct 2008) | 1 line
Changed paths:
   M /trunk/libs

Grid: fixed externals
------------------------------------------------------------------------
r1013 | nevcairiel | 2008-10-02 12:30:19 +0000 (Thu, 02 Oct 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Fix .pkgmeta
------------------------------------------------------------------------
r1012 | root | 2008-09-30 15:57:42 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Hopefully fix .pkgmeta
------------------------------------------------------------------------
r1011 | root | 2008-09-29 22:08:34 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   M /trunk/libs

Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r1009 | root | 2008-09-29 20:58:07 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   D /tmp/trunk/Grid
   A /trunk (from /tmp/trunk/Grid:1008)

Importing old repo data under /trunk
------------------------------------------------------------------------
r988 | nightik | 2008-08-07 00:26:20 +0000 (Thu, 07 Aug 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/Grid.toc
   A /tmp/trunk/Grid/GridLocale-ruRU.lua

Grid:
- added ruRU locale
------------------------------------------------------------------------
r964 | ananhaid | 2008-06-17 15:07:11 +0000 (Tue, 17 Jun 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhCN.lua

Grid:
- zhCN update.
------------------------------------------------------------------------
r963 | pastamancer | 2008-06-17 14:13:13 +0000 (Tue, 17 Jun 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusAuras.lua

Grid:
* GridStatusAuras: Use GetSpellInfo to find the name of the 'Ghost' debuff.

------------------------------------------------------------------------
r962 | pastamancer | 2008-06-17 14:10:20 +0000 (Tue, 17 Jun 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid:
* GridStatusRange: disable 38 yard check if a 40 yard check is available.

------------------------------------------------------------------------
r961 | whitetooth | 2008-06-17 13:01:53 +0000 (Tue, 17 Jun 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridRange.lua

Grid: UnitInRange is 38 yards instead of 40 yards
------------------------------------------------------------------------
r960 | scorpion | 2008-06-17 08:31:50 +0000 (Tue, 17 Jun 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhTW.lua

Grid:
- Update zhTW localization.
------------------------------------------------------------------------
r958 | sayclub | 2008-06-16 00:13:34 +0000 (Mon, 16 Jun 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-koKR.lua

Grid:
- koKR Update
------------------------------------------------------------------------
r957 | pastamancer | 2008-06-15 03:59:18 +0000 (Sun, 15 Jun 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridStatusAuras.lua

Grid: register for (De)buff count changes.
------------------------------------------------------------------------
r956 | kunda | 2008-06-14 12:10:28 +0000 (Sat, 14 Jun 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-enUS.lua
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid: GridRange: options fix
------------------------------------------------------------------------
r954 | whitetooth | 2008-06-14 07:24:20 +0000 (Sat, 14 Jun 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-enUS.lua
   M /tmp/trunk/Grid/GridRange.lua
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid:
- GridRange: Added 40 yard check for all classes using UnitInRange
- GridStatusRange: Fixed text status, added text option
------------------------------------------------------------------------
r953 | pastamancer | 2008-06-13 00:32:47 +0000 (Fri, 13 Jun 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-esES.lua

Grid: fix esES translation for tooltip range scanning.
------------------------------------------------------------------------
r950 | pastamancer | 2008-06-10 17:40:55 +0000 (Tue, 10 Jun 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/Grid.toc
   A /tmp/trunk/Grid/GridLocale-esES.lua

Grid: Added esES translation by Nylian.

------------------------------------------------------------------------
r945 | pastamancer | 2008-06-05 16:28:03 +0000 (Thu, 05 Jun 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: Added debuff_Ghost to text1 and text2 in the default statusmap.

------------------------------------------------------------------------
r941 | pastamancer | 2008-06-02 18:17:21 +0000 (Mon, 02 Jun 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridLayout.lua

Grid:
* GridLayout: added :FakeSize(width, height) which resizes the layout background to fit an arbitrarialy sized raid for simulation.

------------------------------------------------------------------------
r940 | Ghostar | 2008-06-02 14:41:32 +0000 (Mon, 02 Jun 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhCN.lua

Grid:
- zhCN localization update
------------------------------------------------------------------------
r935 | Devfool | 2008-06-01 14:08:06 +0000 (Sun, 01 Jun 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-frFR.lua

Grid: frFR update
------------------------------------------------------------------------
r933 | scorpion | 2008-06-01 06:55:35 +0000 (Sun, 01 Jun 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhTW.lua

Grid:
- Update zhTW localization.
------------------------------------------------------------------------
r932 | whitetooth | 2008-05-31 16:48:53 +0000 (Sat, 31 May 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: Fixed error when stack is empty string
------------------------------------------------------------------------
r929 | sayclub | 2008-05-30 23:06:50 +0000 (Fri, 30 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-koKR.lua

Grid:
- koKR Update
------------------------------------------------------------------------
r928 | whitetooth | 2008-05-30 19:45:47 +0000 (Fri, 30 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua
   M /tmp/trunk/Grid/GridLocale-enUS.lua

Grid: Added options to toggle icon stack text and icon cooldown frame.

------------------------------------------------------------------------
r926 | whitetooth | 2008-05-29 17:27:49 +0000 (Thu, 29 May 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: Fix for IconStackText not showing sometimes
------------------------------------------------------------------------
r920 | whitetooth | 2008-05-28 22:03:32 +0000 (Wed, 28 May 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: Cosmetic tweaks and options for IconStackText
------------------------------------------------------------------------
r919 | whitetooth | 2008-05-28 20:39:11 +0000 (Wed, 28 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid:
- Fix for IconStackText not always showing
------------------------------------------------------------------------
r911 | pastamancer | 2008-05-28 17:27:18 +0000 (Wed, 28 May 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid:
* whitetooth, please do not change the API of GridFrameClass.

------------------------------------------------------------------------
r910 | pastamancer | 2008-05-28 16:51:41 +0000 (Wed, 28 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLayout.lua

Grid: GRID-9 fixed call to RestorePosition from StopMoveFrame when in combat.

------------------------------------------------------------------------
r909 | whitetooth | 2008-05-28 14:13:16 +0000 (Wed, 28 May 2008) | 4 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid:
- Fixed Text2 font appearance
- IconStackText now easier to read
- Hide IconStackText and IconCD in ClearIndicator
------------------------------------------------------------------------
r901 | whitetooth | 2008-05-28 09:38:50 +0000 (Wed, 28 May 2008) | 5 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua
   M /tmp/trunk/Grid/GridStatus.lua
   M /tmp/trunk/Grid/GridStatusAuras.lua

Grid:
- Added 3 arguments start, duration, stack to APIGridStatus:SendStatusGained(name, status, priority, range, color, text,  value, maxValue, texture, start, duration, stack).
- Added stack count text to bottom right corner of center icon, reads from stack argument.
- Enable center icon cooldown frame, reads from start, duration arguments.
- GridStatusAuras to support new stack argument.
------------------------------------------------------------------------
r834 | kunda | 2008-05-20 22:23:42 +0000 (Tue, 20 May 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-deDE.lua

Grid: deDE update
------------------------------------------------------------------------
r818 | scorpion | 2008-05-15 08:20:39 +0000 (Thu, 15 May 2008) | 4 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhTW.lua

Grid:
- Updated zhTW localization

------------------------------------------------------------------------
r817 | ananhaid | 2008-05-14 01:07:43 +0000 (Wed, 14 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhCN.lua

Grid:
- zhCN update.(Punctuation adjustment...)
------------------------------------------------------------------------
r812 | pastamancer | 2008-05-11 16:04:59 +0000 (Sun, 11 May 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridCore.lua

Grid: revert r73447.  Next time ask before adding things to Grid.
------------------------------------------------------------------------
r809 | schelli | 2008-05-11 11:13:48 +0000 (Sun, 11 May 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridCore.lua

Grid: added grid tooltip and fubar text support
------------------------------------------------------------------------
r787 | kunda | 2008-04-28 21:25:18 +0000 (Mon, 28 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-deDE.lua

Grid: deDE fix 'Ghost'
------------------------------------------------------------------------
r786 | cronan | 2008-04-28 17:20:31 +0000 (Mon, 28 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid:
- Set IconText layer to OVERLAY. (However, IconText has nothing to display now)
------------------------------------------------------------------------
r780 | kunda | 2008-04-26 08:14:13 +0000 (Sat, 26 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-deDE.lua

Grid: deDE update
------------------------------------------------------------------------
r777 | pastamancer | 2008-04-26 06:44:03 +0000 (Sat, 26 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: fixed leaked global 'font'

------------------------------------------------------------------------
r776 | sayclub | 2008-04-26 01:35:28 +0000 (Sat, 26 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-koKR.lua

Grid: koKR Update.
------------------------------------------------------------------------
r775 | pastamancer | 2008-04-26 00:24:10 +0000 (Sat, 26 Apr 2008) | 4 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua
   M /tmp/trunk/Grid/GridLayout.lua
   M /tmp/trunk/Grid/GridLocale-enUS.lua

Grid:
* GridFrame: the center icon will hide the background if the color contains the key 'ignore' with a true value.  Experimental and subject to change!
* GridLayout: use LSM to offer different borders for the layout frame.

------------------------------------------------------------------------
r771 | pastamancer | 2008-04-25 14:50:51 +0000 (Fri, 25 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridCore.lua

Grid: moved library check to Grid:OnEnable where it belongs.

------------------------------------------------------------------------
r770 | kunda | 2008-04-25 14:00:53 +0000 (Fri, 25 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-deDE.lua

Grid: deDE update
------------------------------------------------------------------------
r765 | isler | 2008-04-25 08:56:41 +0000 (Fri, 25 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhCN.lua

Grid: zhCN update
------------------------------------------------------------------------
r764 | yleaf | 2008-04-25 05:16:27 +0000 (Fri, 25 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/Grid.toc

Grid: fix Note-zhCN in .toc
------------------------------------------------------------------------
r763 | sayclub | 2008-04-25 02:56:34 +0000 (Fri, 25 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-koKR.lua

Grid:
- koKR Update
------------------------------------------------------------------------
r762 | pastamancer | 2008-04-25 02:25:24 +0000 (Fri, 25 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridCore.lua

Grid: clicking on the fubar plugin will toggle the waterfall config window.

------------------------------------------------------------------------
r761 | pastamancer | 2008-04-25 02:12:03 +0000 (Fri, 25 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: removed menu for configuring the health bar indicator.

------------------------------------------------------------------------
r760 | pastamancer | 2008-04-25 01:59:23 +0000 (Fri, 25 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua
   M /tmp/trunk/Grid/GridLocale-enUS.lua

Grid: Added option to change size of center icon border.  It's under Frame > Advanced.

------------------------------------------------------------------------
r759 | pastamancer | 2008-04-25 01:09:47 +0000 (Fri, 25 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridCore.lua

Grid: Added check for libraries that displays a dialog box if any are missing

------------------------------------------------------------------------
r756 | pastamancer | 2008-04-24 17:34:39 +0000 (Thu, 24 Apr 2008) | 5 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid:
* GridFrame:
  - The center icon indicator can now accept a color-table as a texture
  - The center icon indicator uses the alpha channel from color again.

------------------------------------------------------------------------
r753 | pastamancer | 2008-04-23 22:43:32 +0000 (Wed, 23 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: Added border to center icon indicator.
------------------------------------------------------------------------
r749 | kunda | 2008-04-23 09:31:16 +0000 (Wed, 23 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/libs

Grid: fix externals
------------------------------------------------------------------------
r748 | phanx | 2008-04-22 23:44:56 +0000 (Tue, 22 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/Grid.toc
   M /tmp/trunk/Grid/GridFrame.lua
   M /tmp/trunk/Grid/embeds.xml
   M /tmp/trunk/Grid/libs

Grid: Upgrade to LibSharedMedia-3.0.
------------------------------------------------------------------------
r744 | jerry | 2008-04-18 12:55:03 +0000 (Fri, 18 Apr 2008) | 4 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid:
_ Remove duplicate code in :CreateFrames().
_ Only setup initial-width and initial-height when creating the frame.

------------------------------------------------------------------------
r743 | jerry | 2008-04-18 11:52:36 +0000 (Fri, 18 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: GridFrame instance is not the Grid Unit frame.

------------------------------------------------------------------------
r742 | jerry | 2008-04-18 06:55:05 +0000 (Fri, 18 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: fix security bug with GridFrameClass:SetWidth/Height

------------------------------------------------------------------------
r733 | phanx | 2008-04-16 11:25:33 +0000 (Wed, 16 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridStatus.lua

Grid: ...and remove unneeded extra line in GridStatus.lua (should be done now!)
------------------------------------------------------------------------
r732 | phanx | 2008-04-16 11:22:58 +0000 (Wed, 16 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/embeds.xml

Grid: fixed errant digit in embeds.xml
------------------------------------------------------------------------
r731 | phanx | 2008-04-16 10:47:59 +0000 (Wed, 16 Apr 2008) | 4 lines
Changed paths:
   M /tmp/trunk/Grid/Grid.toc
   M /tmp/trunk/Grid/GridRange.lua
   M /tmp/trunk/Grid/GridStatus.lua
   M /tmp/trunk/Grid/GridStatusAuras.lua
   M /tmp/trunk/Grid/embeds.xml
   M /tmp/trunk/Grid/libs

Grid:
- Use LibBabble-Class-3.0 instead of Babble-Class-2.2
- Use LibGratuity-3.0 instead of Gratuity-2.0
- Fix toc to OptDep SharedMedia instead of SharedMedia-2.0
------------------------------------------------------------------------
r730 | sayclub | 2008-04-16 05:25:07 +0000 (Wed, 16 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-koKR.lua

Grid:
- koKR Update
------------------------------------------------------------------------
r729 | scorpion | 2008-04-16 04:29:06 +0000 (Wed, 16 Apr 2008) | 5 lines
Changed paths:
   M /tmp/trunk/Grid/GridCore.lua
   M /tmp/trunk/Grid/GridLocale-enUS.lua
   M /tmp/trunk/Grid/GridLocale-zhTW.lua

Grid:
- Added "Hide minimap icon" to locale
- Updated zhTW localization

------------------------------------------------------------------------
r722 | pastamancer | 2008-04-14 19:56:52 +0000 (Mon, 14 Apr 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatus.lua

Grid:
- GridStatus: fixed status de-bouncing when text is nil

------------------------------------------------------------------------
r721 | phanx | 2008-04-14 19:35:43 +0000 (Mon, 14 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/embeds.xml
   M /tmp/trunk/Grid/libs

Grid: Add LibSharedMedia-2.0 to externals and embeds.xml so embedded users actually get the font/texture options.
------------------------------------------------------------------------
r719 | pastamancer | 2008-04-13 14:46:00 +0000 (Sun, 13 Apr 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusAuras.lua

Grid:
- GridStatusAuras: re-added BabbleSpell because it's used to get the icon for missing buffs.

------------------------------------------------------------------------
r713 | pastamancer | 2008-04-11 00:25:34 +0000 (Fri, 11 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLayout.lua

Grid: sometimes the layout is nil, not just an empty table.

------------------------------------------------------------------------
r712 | pastamancer | 2008-04-10 23:36:14 +0000 (Thu, 10 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLayout.lua

Grid: Don't try to load a raid layout if it doesn't have any groups.

------------------------------------------------------------------------
r708 | pastamancer | 2008-04-10 03:26:25 +0000 (Thu, 10 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLayout.lua

Grid: removed junk from beginning of GridLayout.lua

------------------------------------------------------------------------
r704 | pastamancer | 2008-04-10 02:07:11 +0000 (Thu, 10 Apr 2008) | 4 lines
Changed paths:
   M /tmp/trunk/Grid/GridLayout.lua
   M /tmp/trunk/Grid/GridStatusHealth.lua

Grid:
- fixed typo in GridStatusHealth
- Grid should now show both party and raid when relogging while in-combat.

------------------------------------------------------------------------
r699 | pastamancer | 2008-04-07 23:32:03 +0000 (Mon, 07 Apr 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusHealth.lua

Grid:
- GridStatusHealth: unit_health provides the same text as unit_healthDeficit.

------------------------------------------------------------------------
r698 | jerry | 2008-04-07 23:11:25 +0000 (Mon, 07 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua
   M /tmp/trunk/Grid/GridLayout.lua

Grid: Final changes to remove InCombatLockdown() possible errors.
------------------------------------------------------------------------
r697 | pastamancer | 2008-04-07 22:13:40 +0000 (Mon, 07 Apr 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusHealth.lua

Grid:
- GridStatusHealth: fixed UpdateAllUnits.

------------------------------------------------------------------------
r696 | jerry | 2008-04-07 17:19:35 +0000 (Mon, 07 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: revert r68467, the problem wasn't there. It was me being dumb.
------------------------------------------------------------------------
r695 | jerry | 2008-04-07 17:09:26 +0000 (Mon, 07 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLayout.lua

Grid: frames need to inherit from SecureUnitButtonTemplate
------------------------------------------------------------------------
r694 | pastamancer | 2008-04-07 17:07:46 +0000 (Mon, 07 Apr 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: fix left-clicking to target I hope.

------------------------------------------------------------------------
r693 | jerry | 2008-04-07 16:05:54 +0000 (Mon, 07 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/Grid.toc
   M /tmp/trunk/Grid/GridFrame.lua
   D /tmp/trunk/Grid/GridFrame.xml
   M /tmp/trunk/Grid/GridLayout.lua

Grid: Use correct frame initialization method.
------------------------------------------------------------------------
r692 | pastamancer | 2008-04-07 03:35:56 +0000 (Mon, 07 Apr 2008) | 5 lines
Changed paths:
   M /tmp/trunk/Grid/GridCore.lua
   M /tmp/trunk/Grid/GridLayout.lua
   M /tmp/trunk/Grid/GridRange.lua
   M /tmp/trunk/Grid/GridStatusAuras.lua
   M /tmp/trunk/Grid/GridStatusHealth.lua

Grid:
- Change debug frame to ChatFrame1.
- Use GetSpellInfo instead of Babble-Spell.
- GridLayout: start work on party group revamp.

------------------------------------------------------------------------
r673 | pastamancer | 2008-03-28 01:17:13 +0000 (Fri, 28 Mar 2008) | 6 lines
Changed paths:
   M /tmp/trunk/Grid/GridRange.lua
   M /tmp/trunk/Grid/GridStatusHealth.lua
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid:
- GridStatusRange: added a special-case for when only one range is enabled,
     this should bring things back to the same CPU usage as before multiple
     ranges were allowed.
- GridStatusHealth: watch UNIT_AURA too for Dead/Ghost transitions.

------------------------------------------------------------------------
r651 | pastamancer | 2008-03-16 21:01:04 +0000 (Sun, 16 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid: optimized range checking a bit.
------------------------------------------------------------------------
r649 | pastamancer | 2008-03-14 01:38:33 +0000 (Fri, 14 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid: typo
------------------------------------------------------------------------
r648 | pastamancer | 2008-03-14 01:29:46 +0000 (Fri, 14 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridCore.lua
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid: handle profile changing better.
------------------------------------------------------------------------
r647 | pastamancer | 2008-03-12 22:09:28 +0000 (Wed, 12 Mar 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid: forgot to initialize check_ranges, oops!

------------------------------------------------------------------------
r646 | pastamancer | 2008-03-12 20:52:33 +0000 (Wed, 12 Mar 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid: Hopefully fix intermittent problem with ranges to check not being initialized.

------------------------------------------------------------------------
r621 | pastamancer | 2008-03-03 23:55:36 +0000 (Mon, 03 Mar 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-frFR.lua

Grid: frFR update.

------------------------------------------------------------------------
r620 | ulic | 2008-03-03 20:53:50 +0000 (Mon, 03 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: Added a missing , per Thorgard's request
------------------------------------------------------------------------
r619 | pastamancer | 2008-03-03 19:26:42 +0000 (Mon, 03 Mar 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridFrame.lua

Grid: update default statusmap with new range statuses.

------------------------------------------------------------------------
r618 | yleaf | 2008-03-03 11:27:39 +0000 (Mon, 03 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhCN.lua

Grid: update zhCN locale
------------------------------------------------------------------------
r617 | kunda | 2008-03-03 10:50:21 +0000 (Mon, 03 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-deDE.lua

Grid: deDE update
------------------------------------------------------------------------
r616 | helium | 2008-03-03 09:48:37 +0000 (Mon, 03 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhTW.lua

Grid: updated zhTW localization
------------------------------------------------------------------------
r615 | sayclub | 2008-03-03 08:35:34 +0000 (Mon, 03 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-koKR.lua

Grid: koKR Update
------------------------------------------------------------------------
r614 | pastamancer | 2008-03-03 08:00:08 +0000 (Mon, 03 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-enUS.lua
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid: revamped range checking to allow for multiple ranges and hopefully protect users who have melee and healers using the same profile.
------------------------------------------------------------------------
r583 | jerry | 2008-02-20 07:52:21 +0000 (Wed, 20 Feb 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusRange.lua

Grid: fix GridStatusRange so that the settings is not reset if the range iterator did not find the requested range value.

------------------------------------------------------------------------
r559 | helium | 2008-02-13 10:19:16 +0000 (Wed, 13 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhTW.lua

Grid: updated zhTW localization
------------------------------------------------------------------------
r558 | pastamancer | 2008-02-12 21:28:33 +0000 (Tue, 12 Feb 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-frFR.lua

Grid: frFR update from idispatch

------------------------------------------------------------------------
r557 | jerry | 2008-02-12 17:16:53 +0000 (Tue, 12 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLayout.lua

Grid: remove workaround for 2.1 bug
------------------------------------------------------------------------
r556 | rabbit | 2008-02-12 11:24:32 +0000 (Tue, 12 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridStatusHeals.lua

Grid: GridStatusHeals: Don't load the module at all without healcomm.
------------------------------------------------------------------------
r555 | rabbit | 2008-02-12 11:18:32 +0000 (Tue, 12 Feb 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusHeals.lua

Grid: GridStatusHeals:
 * Make HealComm optional + cleanup.
------------------------------------------------------------------------
r554 | yleaf | 2008-02-12 09:55:01 +0000 (Tue, 12 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhCN.lua

Grid: up date zhCN locale
------------------------------------------------------------------------
r553 | scorpion | 2008-02-12 03:14:30 +0000 (Tue, 12 Feb 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridLocale-zhTW.lua

Grid:
- update zhTW
------------------------------------------------------------------------
r551 | pastamancer | 2008-02-12 01:51:15 +0000 (Tue, 12 Feb 2008) | 2 lines
Changed paths:
   M /tmp/trunk/Grid/GridRange.lua
   M /tmp/trunk/Grid/GridStatusHealth.lua

Grid: finish converting Babble-Spell from 2.2 to 3.0.

------------------------------------------------------------------------
r549 | pastamancer | 2008-02-11 21:47:33 +0000 (Mon, 11 Feb 2008) | 3 lines
Changed paths:
   M /tmp/trunk/Grid/GridStatusHeals.lu

Facts

Uploaded on
16 Apr 2009
Game version
  • 3.1.0
Filename
Grid-1.30100.2009041601.zip
Size
316.8 KiB
MD5
d4c21b2dc003ab5d1b2d664a3d66118d
Type
Release
Status
Normal

Authors