r28

Details

  • Filename
    acronymguide-r28.zip
  • Uploaded by
  • Uploaded
    Apr 15, 2009
  • Size
    8.40 KB
  • Downloads
    40
  • MD5
    e534fb50085ffe285b4223ea98f8b1e2

Supported WoW Retail Versions

  • 3.0.9

Changelog

------------------------------------------------------------------------
r28 | orionshock | 2009-04-15 07:17:48 +0000 (Wed, 15 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

fix for patch 3.1 & definition updates, -drycoded
------------------------------------------------------------------------
r27 | orionshock | 2009-04-14 02:00:12 +0000 (Tue, 14 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

delete un used code.
------------------------------------------------------------------------
r26 | orionshock | 2009-04-14 01:50:53 +0000 (Tue, 14 Apr 2009) | 3 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

remove speical cases, didn't like it.
update definition file to new format
comment out a bunch of stuff that is unused.
------------------------------------------------------------------------
r25 | orionshock | 2009-04-14 00:30:30 +0000 (Tue, 14 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

try a 3rd method as sugested by Xinhuan. Definition DB is empty, don't update just yet.
------------------------------------------------------------------------
r24 | orionshock | 2009-04-13 12:34:27 +0000 (Mon, 13 Apr 2009) | 1 line
Changed paths:
   M /trunk/enUS_Definitions.lua

definitions update.
------------------------------------------------------------------------
r23 | orionshock | 2009-04-12 22:55:31 +0000 (Sun, 12 Apr 2009) | 1 line
Changed paths:
   M /trunk/enUS_Definitions.lua

more definitions added / Updated
------------------------------------------------------------------------
r22 | orionshock | 2009-04-09 13:13:41 +0000 (Thu, 09 Apr 2009) | 2 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

Add Outbound Whispers to filter. Add the "!" to punctuation patterns.
Add more definitions.. it is growing :)
------------------------------------------------------------------------
r21 | orionshock | 2009-04-09 07:55:53 +0000 (Thu, 09 Apr 2009) | 1 line
Changed paths:
   M /trunk/enUS_Definitions.lua

more definitions added.
------------------------------------------------------------------------
r20 | orionshock | 2009-04-08 11:54:00 +0000 (Wed, 08 Apr 2009) | 2 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

-adjust post_fix pattern for dashes (might not be needed). Convert some multi-segment patterns to also account for a dash as well as puncuation or space.
-add more acronyms
------------------------------------------------------------------------
r19 | orionshock | 2009-04-08 06:07:19 +0000 (Wed, 08 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

drop AceAddon3 use for simple event frame.
------------------------------------------------------------------------
r17 | orionshock | 2009-04-07 07:33:49 +0000 (Tue, 07 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua

refer to last msg, but commit the core file as well as the new definitions.
------------------------------------------------------------------------
r16 | orionshock | 2009-04-07 06:45:51 +0000 (Tue, 07 Apr 2009) | 1 line
Changed paths:
   M /trunk/enUS_Definitions.lua

switch back to old method from using %f, it wasn't working with spaces the way i need it to. Fix oddity where punctuation would either get eaten or prevent the link from showing.
------------------------------------------------------------------------
r15 | orionshock | 2009-04-07 00:22:45 +0000 (Tue, 07 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua

change filter method around to use frontier pattern instead.
------------------------------------------------------------------------
r14 | orionshock | 2009-04-06 08:03:38 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua

fix add:definition(), broken in last rev..
------------------------------------------------------------------------
r13 | orionshock | 2009-04-06 07:33:24 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

accomidate link text that can change like "LF%dM" that's prolly the only one, but there is not a structure if it ever grows..
------------------------------------------------------------------------
r12 | orionshock | 2009-04-06 03:35:41 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

fix links in sequence not being put back togeather properly
------------------------------------------------------------------------
r10 | orionshock | 2009-04-05 12:08:42 +0000 (Sun, 05 Apr 2009) | 1 line
Changed paths:
   M /trunk/enUS_Definitions.lua

definition update.
------------------------------------------------------------------------
r9 | orionshock | 2009-04-05 10:17:46 +0000 (Sun, 05 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

fix matching an acronym in the middle of a word..
------------------------------------------------------------------------
r8 | orionshock | 2009-04-05 04:31:31 +0000 (Sun, 05 Apr 2009) | 3 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

-do party chat too
-update methods in core
-update definition file
------------------------------------------------------------------------
r7 | orionshock | 2009-04-03 13:09:38 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua

fix table-list ordering in adding a definition. (t[i] = nil) ~= (tremove(t, i))
------------------------------------------------------------------------
r6 | orionshock | 2009-04-03 12:10:01 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

definition update
------------------------------------------------------------------------
r5 | orionshock | 2009-04-03 11:06:45 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

change methods for definition registration due to regexes being weird. update def file to follow new format.
------------------------------------------------------------------------
r4 | orionshock | 2009-04-03 09:39:51 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua

fix some odditys in tooltip handling
------------------------------------------------------------------------
r3 | orionshock | 2009-04-03 09:14:24 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/enUS_Definitions.lua

change definition registration to allow multi-line definitions.
------------------------------------------------------------------------
r2 | orionshock | 2009-04-03 08:08:45 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   A /trunk/AcronymGuide.toc
   A /trunk/core.lua
   A /trunk/enUS_Definitions.lua

Inital Commit of files. Acronym Guide is made for players that have a hard time getting used to the various acronyms used in WoW. What it does is replace the common phrases with a hyper link, that on mouse over or click, displays a tool tip with an short explanation of what it means.
------------------------------------------------------------------------
r1 | root | 2009-04-03 08:01:27 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"acronymguide/mainline: Initial Import"
------------------------------------------------------------------------