v1.4.2
Details
-
FilenameCalendarExtras-v1.4.2.zip
-
Uploaded by
-
UploadedDec 16, 2009
-
Size36.48 KB
-
Downloads62
-
MD5111f8fffa1a5953d3c7a05fbfe329e45
Supported WoW Retail Versions
- 3.3.0
Changelog
------------------------------------------------------------------------
r40 | wt- | 2009-12-16 18:47:41 +0000 (Wed, 16 Dec 2009) | 1 line
Changed paths:
A /tags/v1.4.2 (from /trunk:39)
Tagging 1.4.2
------------------------------------------------------------------------
r39 | wt- | 2009-12-16 18:43:33 +0000 (Wed, 16 Dec 2009) | 1 line
Changed paths:
M /trunk/CalendarExtras.toc
M /trunk/Modules/CalendarExtrasModules.toc
A /trunk/Modules/export.lua (from /trunk/export.lua:38
A /trunk/Modules/invite_currentraid.lua (from /trunk/invite_currentraid.lua:38
A /trunk/Modules/list_mass_select.lua (from /trunk/list_mass_select.lua:38
A /trunk/Modules/list_sorters.lua (from /trunk/list_sorters.lua:38
A /trunk/Modules/list_status_ingroup.lua (from /trunk/list_status_ingroup.lua:38
A /trunk/Modules/list_status_online.lua (from /trunk/list_status_online.lua:38
A /trunk/core.lua (from /trunk/main.lua:38
D /trunk/export.lua
D /trunk/invite_currentraid.lua
D /trunk/list_mass_select.lua
D /trunk/list_sorters.lua
D /trunk/list_status_ingroup.lua
D /trunk/list_status_online.lua
D /trunk/main.lua
Move the modules into Modules subdir, and rename main to core, and fix the tocs
------------------------------------------------------------------------
r38 | wt- | 2009-12-16 18:38:43 +0000 (Wed, 16 Dec 2009) | 2 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/CalendarExtras.toc
A /trunk/Modules
A /trunk/Modules/CalendarExtrasModules.toc
M /trunk/export.lua
M /trunk/invite_currentraid.lua
M /trunk/list_mass_select.lua
M /trunk/list_sorters.lua
M /trunk/list_status_ingroup.lua
M /trunk/list_status_online.lua
M /trunk/main.lua
Lots of changes under the hood, trying to polish the code a bit and make it a bit more compatible with other addons, no actual functionality has changed for now.
The addon is now split in two, the core addon and the modules, this was the easiest way to make sure things load and happen in the right order.
------------------------------------------------------------------------
r37 | wt- | 2009-12-10 18:42:08 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
M /trunk/list_mass_select.lua
M /trunk/list_sorters.lua
M /trunk/main.lua
Mass-select: Fixing the highlighting to hide/unhide properly on single selections, and add an underlining to indicate the "main" selection... not sure what to call it.
------------------------------------------------------------------------
r35 | wt- | 2009-12-10 16:53:21 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
M /trunk/CalendarExtras.toc
M /trunk/export.lua
Fix new tentative-status breaking the exporter, bumping to 1.4.1
------------------------------------------------------------------------
r33 | wt- | 2009-12-10 12:58:17 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
M /trunk/CalendarExtras.toc
M /trunk/export.lua
M /trunk/invite_currentraid.lua
M /trunk/list_mass_select.lua
M /trunk/list_sorters.lua
M /trunk/list_status_ingroup.lua
M /trunk/list_status_online.lua
M /trunk/main.lua
3.3 fixes
------------------------------------------------------------------------
r32 | wt- | 2009-12-02 22:46:31 +0000 (Wed, 02 Dec 2009) | 3 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/CalendarExtras.toc
M /trunk/list_status_online.lua
list_status_online: Add LibAlts support.
If a player who is in the list is on an alt, there will be a tooltip text noting that, and new context menu entry for whispering to that alt.
No interface to assign alts and mains at the moment, so this won't work unless you have Prat/AltsMains/etc installed
------------------------------------------------------------------------
r31 | wt- | 2009-12-02 22:38:32 +0000 (Wed, 02 Dec 2009) | 1 line
Changed paths:
M /trunk/list_sorters.lua
M /trunk/main.lua
Move the context menu creation from sorters to the core, so I can create menu entries from other modules too
------------------------------------------------------------------------