------------------------------------------------------------------------
r41 | mackatack | 2009-01-09 19:26:22 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
   A /tags/v0.3.27 (from /trunk:40)

made a copy
------------------------------------------------------------------------
r40 | mackatack | 2009-01-09 19:26:03 +0000 (Fri, 09 Jan 2009) | 3 lines
Changed paths:
   M /trunk/ml/lootmaster_ml.lua

At Jiminimonka's request:
- Changed auto looter behaviour a bit (to what it should be). Auto looter tries first to loot the item (when it matches the threshold), auto announcer tries afterwards if auto looting didn't match.
- Alt-clicking now also bypasses the auto looter and prevents EPGPLM from hiding the native loot distribution popup. So if all fails, Alt-Click an item.
------------------------------------------------------------------------
r38 | mackatack | 2009-01-09 15:23:23 +0000 (Fri, 09 Jan 2009) | 4 lines
Changed paths:
   M /trunk/lootmaster_core.lua
   M /trunk/lootmaster_player.lua
   M /trunk/lootmaster_player_ui.lua
   M /trunk/ml/lootmaster_ml.lua
   M /trunk/ml/lootmaster_ml_ui.lua
   M /trunk/ml/lootmaster_options.lua

- Made it possible to bypass auto-announcing by ALT+Clicking an item on the native wow lootwindow.
- Improved handling of multiple of same item. For example: a Tier7 Token drops two times from a boss kill, you can just click the loot in the lootwindow as you always did. EPGPLM will count all the identical items and just displays 2x [T7 Token] on the ML window. Everybody in raid gets asked once if they want this item and the ML can use the same window to distribute the item one or more times.
- Added support for client notes. Candidates can enter notes on the need/greed/pass window for an item. This note will be visible on the ML window by showing an icon. Hovering the icon will show the message from the candidate.

------------------------------------------------------------------------
r36 | mackatack | 2009-01-08 07:17:18 +0000 (Thu, 08 Jan 2009) | 2 lines
Changed paths:
   M /trunk/Libs/lib-st/embeds.xml
   M /trunk/embeds.xml
   M /trunk/epgp_lootmaster.toc

Wasn't properly loading required libraries. Fixed that. Only was a problem when a player didn't have any other addons beside EPGPLootmaster (No other addons to load Ace3).
Should fix the 'Cannot find a library instance of "AceAddon3.0".' error.
------------------------------------------------------------------------
r34 | mackatack | 2009-01-07 09:29:01 +0000 (Wed, 07 Jan 2009) | 2 lines
Changed paths:
   M /trunk/lootmaster_core.lua
   M /trunk/lootmaster_player_ui.lua
   M /trunk/ml/lootmaster_ml_ui.lua

- Added commandline functions to manually add loot to the ML list (see /lm help for more info)
- Showing name of the masterlooter on the need/greed/pass selection popups.
------------------------------------------------------------------------
r32 | mackatack | 2009-01-06 11:13:21 +0000 (Tue, 06 Jan 2009) | 2 lines
Changed paths:
   M /trunk/lootmaster_core.lua
   M /trunk/lootmaster_player_ui.lua
   M /trunk/ml/lootmaster_ml_ui.lua
   M /trunk/ml/lootmaster_options.lua

at Ethrivas' request:
- Hiding interfaces on entering combat made configurable. Defaults: loot selection stays visible, monitor windows hide.
------------------------------------------------------------------------
r30 | mackatack | 2009-01-05 20:58:40 +0000 (Mon, 05 Jan 2009) | 2 lines
Changed paths:
   M /trunk/Libs/lib-st/Core.lua
   M /trunk/lootmaster_core.lua
   M /trunk/lootmaster_player_ui.lua
   M /trunk/ml/lootmaster_ml_ui.lua

- Fixed an issue where MinEP would not be taken into account when sorting by PR. Now both sorting by response and PR take MinEP into account.
- Solved the offline guildies in version checker list bug.
------------------------------------------------------------------------
r28 | mackatack | 2009-01-04 21:55:36 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
   M /trunk/lootmaster_player_ui.lua

Automatically changing current item on monitor to current item on selection popup. Doesn't change for the ML.
------------------------------------------------------------------------
r27 | mackatack | 2009-01-04 21:36:46 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
   M /trunk/lootmaster_player_ui.lua

Hopefully fixes a bug where all guildmembers would show up on the version check list, including offline members.
------------------------------------------------------------------------
r25 | mackatack | 2009-01-04 21:16:19 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
   M /trunk/lootmaster_core.lua
   M /trunk/ml/lootmaster_ml_ui.lua

Fixed a bug there the monitor wouldn't update while the selection popup was still open.
------------------------------------------------------------------------
r23 | mackatack | 2009-01-04 21:05:28 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
   M /trunk/lootmaster_core.lua
   M /trunk/ml/lootmaster_ml.lua

Various string/number comparison bugs fixed (thanks smb)
------------------------------------------------------------------------
r21 | mackatack | 2009-01-04 18:34:34 +0000 (Sun, 04 Jan 2009) | 8 lines
Changed paths:
   M /trunk/lootmaster_core.lua
   M /trunk/lootmaster_player.lua
   M /trunk/lootmaster_player_ui.lua
   M /trunk/ml/lootmaster_ml.lua
   M /trunk/ml/lootmaster_ml_ui.lua
   M /trunk/ml/lootmaster_options.lua

Multiple enhancements and fixes:
- allow auto-looting rarity different from auto-announce rarity (thanks smb)
- option to disallow multiple selections per item (thanks smb)
- Filter outgoing monitor messages on item rarity (thanks smb)
- Added Config option for automatic/preconfigured Offspec/Greed GP calculation and display on client popups (thanks smb)
- Made option to hide monitor/ml window when loot popup is visible (thanks smb)

Let me know if this works or not!
------------------------------------------------------------------------
r15 | mackatack | 2009-01-02 09:34:32 +0000 (Fri, 02 Jan 2009) | 3 lines
Changed paths:
   M /trunk/epgp_lootmaster.toc
   M /trunk/lootmaster_player_ui.lua
   M /trunk/ml/epgp_lootmaster_ml.toc
   M /trunk/ml/lootmaster_ml.lua
   M /trunk/ml/lootmaster_ml_ui.lua

- Changed in combat detection, no longer showing multiple messages (less spam on chat)
- Changed dependency on EPGP. EPGPLootmaster can now function without EPGP, this means it can be used to announce and distribute loot. Awarding GP and viewing the EPGP values onscreen is of course not possible.
- Other minor changes.
------------------------------------------------------------------------
r13 | mackatack | 2008-12-29 19:12:23 +0000 (Mon, 29 Dec 2008) | 1 line
Changed paths:
   M /trunk/lootmaster_core.lua

Fixed versionstring, nothing more...
------------------------------------------------------------------------
r11 | mackatack | 2008-12-29 17:19:46 +0000 (Mon, 29 Dec 2008) | 5 lines
Changed paths:
   M /trunk/lootmaster_core.lua
   M /trunk/lootmaster_player.lua
   M /trunk/ml/lootmaster_ml.lua
   M /trunk/ml/lootmaster_ml_ui.lua

- Changed rendering of EP, GP and PR. Now properly displaying values > 9999
- Improved announcement speed: instead of whispering every candidate one by one, now just send one announcement message to RAID/PARTY chat.
- Several other communication speed enchancements. Using less chat messages.

Upgrade only required for ML and monitor users.
------------------------------------------------------------------------
r9 | mackatack | 2008-12-27 15:34:09 +0000 (Sat, 27 Dec 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/embeds.xml
   M /trunk/lootmaster_core.lua
   M /trunk/ml/lootmaster_ml.lua

Implemented whisper filtering and chat announces. This allows support for players that dont have EPGPLootmaster installed simply by /whisper MasterLooter !epgp need [itemlink]
------------------------------------------------------------------------
r8 | mackatack | 2008-12-27 15:31:45 +0000 (Sat, 27 Dec 2008) | 1 line
Changed paths:
   M /trunk/ml/lootmaster_options.lua

At Ahlak's request. Made a dropdown list of all available raid/party members to select a Auto looter (for bank or disenchantment) candidate from, instead of a free textbox.
------------------------------------------------------------------------
r7 | mackatack | 2008-12-27 10:38:32 +0000 (Sat, 27 Dec 2008) | 1 line
Changed paths:
   M /trunk/embeds.xml

Added AceHook-3.0 for the upcoming whisper system
------------------------------------------------------------------------
r4 | mackatack | 2008-12-24 16:05:38 +0000 (Wed, 24 Dec 2008) | 1 line
Changed paths:
   M /trunk/epgp_lootmaster.toc
   M /trunk/lootmaster_core.lua
   M /trunk/ml/epgp_lootmaster_ml.toc

Use auto version replacement tags
------------------------------------------------------------------------
r3 | mackatack | 2008-12-24 15:49:50 +0000 (Wed, 24 Dec 2008) | 1 line
Changed paths:
   M /trunk
   M /trunk/epgp_lootmaster.toc
   M /trunk/lootmaster_core.lua
   M /trunk/ml/epgp_lootmaster_ml.toc

changed repo settings to also build alphas
------------------------------------------------------------------------
r2 | mackatack | 2008-12-24 15:46:41 +0000 (Wed, 24 Dec 2008) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/Libs
   A /trunk/Libs/epgp
   A /trunk/Libs/epgp/epgp.LICENCE
   A /trunk/Libs/epgp/epgp.lua
   A /trunk/Libs/lib-st
   A /trunk/Libs/lib-st/Changelog-lib-st-r44.txt
   A /trunk/Libs/lib-st/Core.lua
   A /trunk/Libs/lib-st/embeds.xml
   A /trunk/Libs/lib-st/lib-st.toc
   A /trunk/embeds.xml
   A /trunk/epgp_lootmaster.toc
   A /trunk/lootmaster_core.lua
   A /trunk/lootmaster_player.lua
   A /trunk/lootmaster_player.xml
   A /trunk/lootmaster_player_ui.lua
   A /trunk/ml
   A /trunk/ml/epgp_lootmaster_ml.toc
   A /trunk/ml/lootmaster_ml.lua
   A /trunk/ml/lootmaster_ml_ui.lua
   A /trunk/ml/lootmaster_options.lua
   A /trunk/modules.xml

Alpha, initial import to svn... Lets see if the packager is faster than those dreaded fileuploads and approvals... sigh.
------------------------------------------------------------------------
r1 | root | 2008-12-15 15:44:34 +0000 (Mon, 15 Dec 2008) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"epgp_lootmaster/mainline: Initial Import"
------------------------------------------------------------------------
