334 beta

Details

  • Filename
    Grid2-334_beta.zip
  • Uploaded by
  • Uploaded
    Jan 30, 2010
  • Size
    368.53 KB
  • Downloads
    530
  • MD5
    0eaa913435bbb251edfd44fe0d92cd88

Supported WoW Retail Versions

  • 3.3.0

Changelog

------------------------------------------------------------------------
r335 | azethoth | 2010-01-31 03:51:52 +0000 (Sun, 31 Jan 2010) | 1 line
Changed paths:
   A /tags/334 beta (from /trunk:334)

Tagging as 334 beta
------------------------------------------------------------------------
r334 | jerry | 2010-01-27 20:31:02 +0000 (Wed, 27 Jan 2010) | 1 line
Changed paths:
   M /trunk/modules/StatusOffline.lua
   M /trunk/modules/StatusPvP.lua
   M /trunk/modules/StatusRole.lua

Fix Status that where incorrectly expecting a unit from RAID_ROSTER_UPDATE
------------------------------------------------------------------------
r333 | jerry | 2010-01-26 14:29:53 +0000 (Tue, 26 Jan 2010) | 3 lines
Changed paths:
   M /trunk/GridLayoutLayouts.lua

Add toggleForVehicle to all layouts that do not show pets.
Fix Ticket-2

------------------------------------------------------------------------
r332 | jerry | 2010-01-26 14:28:57 +0000 (Tue, 26 Jan 2010) | 5 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridFrame.lua
   M /trunk/GridStatus.lua
   M /trunk/modules/StatusAuras.lua

Important Update.
Remove the assertion that only one frame is attached to one unit.
Remove Grid2:GetUnitFrame() API (replaced by Grid2:GetUnitFrames() )
Fix Ticket-48 and make the toggleForVehicle option usable for layout that already show pets.

------------------------------------------------------------------------
r331 | jerry | 2010-01-26 14:02:24 +0000 (Tue, 26 Jan 2010) | 3 lines
Changed paths:
   M /trunk/Options/locales/frFR.lua
   M /trunk/locales/frFR.lua

Update frFR. Thanks Strigx.
Fix Ticket-87

------------------------------------------------------------------------
r330 | jerry | 2010-01-26 13:56:09 +0000 (Tue, 26 Jan 2010) | 3 lines
Changed paths:
   M /trunk/GridRange.lua

Reduce Grid_RangesUpdated spam by sending it only on effective change in range checks.
Use IsSpellInRange(spellName, unit) instead of IsSpellInRange(index, bookType, unit) to prevent changes in spellbook to trigger range updates.

------------------------------------------------------------------------
r329 | jerry | 2010-01-25 17:36:04 +0000 (Mon, 25 Jan 2010) | 1 line
Changed paths:
   M /trunk/GridLayout.lua

Allow toggleForVehicle and allowVehicleTarget to be inherited from the header.
------------------------------------------------------------------------
r328 | zuz666 | 2010-01-25 13:47:56 +0000 (Mon, 25 Jan 2010) | 1 line
Changed paths:
   M /trunk/GridRange.lua

fix r326 missing array init
------------------------------------------------------------------------
r327 | jerry | 2010-01-25 10:44:50 +0000 (Mon, 25 Jan 2010) | 3 lines
Changed paths:
   M /trunk/Alert/core.lua

Update Aggro indicator so that it only triggers on "real" aggro.
Hackish

------------------------------------------------------------------------
r326 | jerry | 2010-01-25 08:34:47 +0000 (Mon, 25 Jan 2010) | 3 lines
Changed paths:
   M /trunk/Grid2.toc
   M /trunk/GridRange.lua
   M /trunk/modules/StatusRange.lua

Yet Another GridRange Update.
This one includes some debug output. I hope it will help identify the root cause of the bug.

------------------------------------------------------------------------
r325 | zuz666 | 2010-01-23 20:38:36 +0000 (Sat, 23 Jan 2010) | 1 line
Changed paths:
   M /trunk/GridRoster.lua

Temporaly fix Grid2:GetGUIDByName 4 Grid2StatusRes (ticket #1)
------------------------------------------------------------------------
r324 | jerry | 2010-01-22 10:38:01 +0000 (Fri, 22 Jan 2010) | 2 lines
Changed paths:
   M /trunk/modules/StatusAuras.lua

Fix Typo. (Ticket-85)

------------------------------------------------------------------------
r323 | jerry | 2010-01-22 09:03:52 +0000 (Fri, 22 Jan 2010) | 3 lines
Changed paths:
   M /trunk/Options/GridMedia.lua

Fix SharedMedia handling.
Fixes Ticket-80 adn Ticket-39

------------------------------------------------------------------------
r322 | jerry | 2010-01-22 08:16:06 +0000 (Fri, 22 Jan 2010) | 2 lines
Changed paths:
   M /trunk/Options/locales/deDE.lua
   M /trunk/locales/deDE.lua

Update deDE. Thanks Vilogity (Ticket-84)

------------------------------------------------------------------------
r321 | jerry | 2010-01-22 08:11:54 +0000 (Fri, 22 Jan 2010) | 3 lines
Changed paths:
   M /trunk/modules/StatusAuras.lua

Initialize Aura texture for "missing" aura status.
Fix Ticket-83

------------------------------------------------------------------------
r319 | jerry | 2010-01-20 12:52:53 +0000 (Wed, 20 Jan 2010) | 2 lines
Changed paths:
   M /trunk/Options/locales/deDE.lua

Remove isDefault flag, as it prevent the deDE locale to load

------------------------------------------------------------------------
r318 | AZETHOTH | 2010-01-19 19:58:34 +0000 (Tue, 19 Jan 2010) | 4 lines
Changed paths:
   M /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.lua

--More Rotface
--More Putricide
--Blood-Queen Lana'thel
--Blood Prince Council
------------------------------------------------------------------------
r317 | jerry | 2010-01-19 07:30:24 +0000 (Tue, 19 Jan 2010) | 2 lines
Changed paths:
   M /trunk/Options/locales/deDE.lua
   M /trunk/locales/deDE.lua

Update deDE. Thanks Vilogity

------------------------------------------------------------------------
r316 | jerry | 2010-01-18 09:20:06 +0000 (Mon, 18 Jan 2010) | 3 lines
Changed paths:
   M /trunk/Options/locales/deDE.lua
   M /trunk/locales/deDE.lua

Update deDE. Thanks Vilogity.
Fixes Ticket 73.

------------------------------------------------------------------------
r315 | jerry | 2010-01-17 01:03:50 +0000 (Sun, 17 Jan 2010) | 1 line
Changed paths:
   M /trunk/modules/StatusReadyCheck.lua

typo fix
------------------------------------------------------------------------
r314 | jerry | 2010-01-16 17:08:15 +0000 (Sat, 16 Jan 2010) | 3 lines
Changed paths:
   M /trunk/modules/StatusReadyCheck.lua
   M /trunk/modules/StatusRole.lua

bugfix StatusRole.
Fix Ticket-76.

------------------------------------------------------------------------
r313 | jerry | 2010-01-16 12:27:15 +0000 (Sat, 16 Jan 2010) | 1 line
Changed paths:
   M /trunk/modules/StatusRole.lua

Fix call to GetRaidRosterInfo()
------------------------------------------------------------------------
r312 | jerry | 2010-01-14 07:31:37 +0000 (Thu, 14 Jan 2010) | 2 lines
Changed paths:
   M /trunk/modules/StatusRole.lua

Fix StatusRole

------------------------------------------------------------------------
r311 | jerry | 2010-01-12 12:18:11 +0000 (Tue, 12 Jan 2010) | 2 lines
Changed paths:
   M /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.lua

Faster aura check.

------------------------------------------------------------------------
r310 | jerry | 2010-01-12 12:08:45 +0000 (Tue, 12 Jan 2010) | 3 lines
Changed paths:
   M /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.lua

Add Gas Spore to ICC debuffs to watch.
Fix Ticket-72

------------------------------------------------------------------------
r309 | StingerSoft | 2010-01-12 11:17:33 +0000 (Tue, 12 Jan 2010) | 1 line
Changed paths:
   M /trunk/Options/locales/ruRU.lua
   M /trunk/locales/ruRU.lua

ruRU update
------------------------------------------------------------------------
r308 | jerry | 2010-01-12 08:07:49 +0000 (Tue, 12 Jan 2010) | 2 lines
Changed paths:
   M /trunk/GridRoster.lua
   M /trunk/modules/StatusRole.lua

Update StatusRole so that it's unlikely that it will spam errors when leaving battleground.

------------------------------------------------------------------------
r307 | jerry | 2010-01-12 07:39:26 +0000 (Tue, 12 Jan 2010) | 3 lines
Changed paths:
   M /trunk/Options/locales/deDE.lua
   M /trunk/locales/deDE.lua

Update deDE, Thanks Vilogity.
Fixes Ticket-71

------------------------------------------------------------------------
r306 | jerry | 2010-01-11 11:33:30 +0000 (Mon, 11 Jan 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Grid2.toc
   M /trunk/GridRange.lua

Get Range information from the API.
Remove LibGratuity-3.0 from dependencies.

------------------------------------------------------------------------
r305 | jerry | 2010-01-11 08:25:36 +0000 (Mon, 11 Jan 2010) | 4 lines
Changed paths:
   M /trunk/GridRoster.lua

Remove the offending assertion in GridRoster.
Fixes Ticket-66 and 68.
I'm not happy about it, though, as GUID still lingers around and may be used where units would be better.

------------------------------------------------------------------------
r304 | jerry | 2010-01-11 08:18:10 +0000 (Mon, 11 Jan 2010) | 3 lines
Changed paths:
   M /trunk/modules/IndicatorIcon.lua

Add Texture coordinates handler to icon indicator.
Patch suggested by Gaff3 in Ticket 67

------------------------------------------------------------------------
r303 | jerry | 2010-01-08 10:08:17 +0000 (Fri, 08 Jan 2010) | 3 lines
Changed paths:
   M /trunk/GridRoster.lua

Hmm, let's do that correctly, this time.
Fix Ticket 66

------------------------------------------------------------------------
r302 | jerry | 2010-01-08 10:07:09 +0000 (Fri, 08 Jan 2010) | 2 lines
Changed paths:
   M /trunk/GridRoster.lua

Fix Ticket 66

------------------------------------------------------------------------
r301 | jerry | 2010-01-07 20:44:27 +0000 (Thu, 07 Jan 2010) | 1 line
Changed paths:
   M /trunk/GridFrame.lua
   M /trunk/Options/GridIndicators.lua

Couple of fixes. Fixes Ticket 64 and "unstuck" the duration option flag for text indicators.
------------------------------------------------------------------------
r300 | jerry | 2010-01-07 10:38:37 +0000 (Thu, 07 Jan 2010) | 5 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridFrame.lua
   M /trunk/GridRoster.lua
   M /trunk/modules/StatusRange.lua

Cleanup GridFrame unit updates, trying to fix Ticket-54.
Perform specific update on UNIT_ENTERED/LEAVED_VEHICLE to speed up the handling of these messages.
Fix previous commits message/event handlers.

------------------------------------------------------------------------
r299 | jerry | 2010-01-07 10:07:12 +0000 (Thu, 07 Jan 2010) | 5 lines
Changed paths:
   M /trunk/GridRange.lua
   M /trunk/modules/StatusRange.lua

Rename checkRange40 to checkRange38.
Change GridRange:GetRangeCheck() API to provide a closest range check if the requested one is not available, so that requesting for 40 yards will yield the UnitInRange check (38 yards) for class without healing spells.
Made StatusRange react on roster changes to update its cache.

------------------------------------------------------------------------
r298 | jerry | 2010-01-06 07:38:36 +0000 (Wed, 06 Jan 2010) | 2 lines
Changed paths:
   M /trunk/Options/GridIndicators.lua
   M /trunk/modules/IndicatorText.lua

Applied enym's patch. Fixes Ticket 46.

------------------------------------------------------------------------
r297 | AZETHOTH | 2010-01-06 00:33:04 +0000 (Wed, 06 Jan 2010) | 1 line
Changed paths:
   M /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.lua

Festergut, Rotface, Putricide.  First stab at it.
------------------------------------------------------------------------
r295 | jerry | 2010-01-05 19:26:22 +0000 (Tue, 05 Jan 2010) | 1 line
Changed paths:
   M /trunk/Options/GridDefaults.lua
   M /trunk/Options/GridStatuses.lua
   M /trunk/modules/StatusHealth.lua

Apply Gaff3 patch for health color. This should help fix Ticket 17
------------------------------------------------------------------------
r294 | jerry | 2010-01-05 11:02:07 +0000 (Tue, 05 Jan 2010) | 2 lines
Changed paths:
   M /trunk/AlertOptions/Grid2AlertOptions.toc
   M /trunk/Options/Grid2Options.toc
   M /trunk/RaidDebuffsOptions/Grid2StatusRaidDebuffsOptions.toc

Bump TOC for Options too

------------------------------------------------------------------------
r293 | jerry | 2010-01-05 11:00:43 +0000 (Tue, 05 Jan 2010) | 3 lines
Changed paths:
   M /trunk/Alert/Grid2Alert.toc
   D /trunk/Alert/Libs
   D /trunk/Alert/embeds.xml
   M /trunk/Grid2.toc
   M /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.toc
   D /trunk/RaidDebuffs/Libs
   D /trunk/RaidDebuffs/embeds.xml

Bump TOC.
Remove Alert/RaidDebuffs embeds and externals

------------------------------------------------------------------------
r292 | jerry | 2010-01-05 09:17:26 +0000 (Tue, 05 Jan 2010) | 5 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridRoster.lua

Simpler and faster roster implementation.
_ Uses unit IDs as index as much as possible.
_ early exits on RosterUpdate by taking into account the fact that raid/party IDs are contiguous.
_ Special handling of UNIT_PET and UNIT_NAME_UPDATE events to prevent to call a full RosterUpdate.

------------------------------------------------------------------------
r291 | jerry | 2010-01-04 12:59:19 +0000 (Mon, 04 Jan 2010) | 2 lines
Changed paths:
   M /trunk/modules/StatusReadyCheck.lua

Really fix Ticket 57

------------------------------------------------------------------------
r290 | jerry | 2010-01-04 11:25:15 +0000 (Mon, 04 Jan 2010) | 2 lines
Changed paths:
   M /trunk/modules/StatusReadyCheck.lua

Try to fix Ticket 57.

------------------------------------------------------------------------
r289 | jerry | 2010-01-04 08:27:21 +0000 (Mon, 04 Jan 2010) | 2 lines
Changed paths:
   M /trunk/Options/GridIndicators.lua
   M /trunk/modules/IndicatorText.lua

Fix Ticket 56

------------------------------------------------------------------------
r288 | AZETHOTH | 2009-12-13 01:34:47 +0000 (Sun, 13 Dec 2009) | 1 line
Changed paths:
   M /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.lua

more necrotic strike
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
165.81 KB Jan 30, 2010 3.3.0 56