Changelog
v0.96
- fixes for 3.0.2
- consolidate options
v0.95
- update TOC for version 2.4.0
v0.94.1
- fix output of special characters from EQDKP tables - dkp_list.php
updates
v0.94
- fix a bug with logging need rolls
- improve need roll output
- log "/showdkp award" events
v0.93
- fix bug in logging players during raid
- minor fixes to string formatting
- fix bug in showdkp.exe
v0.92
- fix class colors
- fix a nasty bug when adding new players
v0.91
- add support for relational DKP - if you want to use this, re-upload
the dkp_list.php file (if you use dkp_list.php to parse EQDKP data)
- auctions broadcast a timer using the deadly boss mod API, switch
from using ct_raidassist to the blizzard RAID_WARNING API for
announcing auctions
- minor changes in BB export output
- fix in determining when a raid has ended and a new one started
- bugfixes in returnDKP command
v0.90
- add function ShowDKP_returnDKP(name, channel) that will return DKP
for the given name and (optional) channel - useful for calling
showdkp from other mods
- add /showdkp award [dkp] command - award DKP to the raid
- fix bug in message output
- fix bug in EQDKP output
- fix whisper suppression bug
v0.89
- minor changes/bugfixes/corrections to bidding/announce functions
- minor changes/fixes to raid tracking
- add export GUI for logs
- reorganize data/functions into separate files
v0.88
- update TOC to 20300
- add option to turn off alt-clicking of looted items
- add option to announce bids to raid chat as soon as they are received
- can now parse "#command" as well as "command"
- no longer start auctions if not in a raid
- initial logging ability implementation (needs a GUI!)
v0.87
- allow clicking on item loot window or item link itself to start
auctions.
- exe file updates
v0.86
- add keybinding for the GUI
- add alt-clicking functionality on looted items to start auctions
- include dkp_list_phpbb.php for Ippeh's integrated phpBB3/EQDKP mod
and dkp_list_eqdkpplus.php for Corgan's EQDKP plus mod.
v0.85
- added additional auction functionality (support for manual DKP,
itemlevelDKP and bid DKP)
- updated TOC to 20200
v0.84
- added auction functionality with itemelevelDKP integration
- fixed sorting of DKP type for need/greed types
v0.83
- added privatedkp and clickreverse options
- add ability to sort by DKP type (need/greed/bid)
v0.82
- added configuration GUI
- option to suppress whispers
- update to .exe to properly parse accented characters
v0.81
- added "lock" button so the show raid/checked only checkboxes stay
checked when the reset button is clicked.
- added "announcereset" option, so clicking announce also resets the
list.
- added some text to the DKP deduction window, so its obvious what the
heck that XML frame is for.
v0.80
- add support for "#need", allow optional bidding quantity
- several bugfixes (dropdownmenus, "friend" unitpopup)
v0.78
- update TOC to 20100 (2.1.0)
v0.77
- fixed an error with the UnitPopupMenu introduced in 0.76
v0.76
- all XML line frames are dynamically generated
(prevents errors on console reloads with new players in the database,
showdkp.exe does not need to modify showdkp.xml)
- round earned DKP for autoupdates to 3 decimal places
v0.75
- showdkp.exe includes a WoW launcher
v0.74
- add "autoupdate" option
- move close window box
- update TOC to 20003
v0.73
- fix parser with host sites that add html header/footer data
(showdkp.exe 0.31)
v0.72
- fix empty string when right clicking for DKP adjust
- fix right clicking announce button
- fix selecting all names from the name field using enter when the
"raid only" button is checked
- doc updates
v0.72beta
- change dkp_list.php output to include quotes (showdkp.exe 0.3)
- fix parser bugs (showdkp.exe 0.3)
- add "/showdkp #dkp" command
- right clicking Announce button produces a full list of
bidders to raid
v0.71beta
- localization additions
- add "raid" option to #dkp
v0.7beta
- add dkp_list.php to distribution (must be uploaded to your EQDKP
for ShowDKP to work)
- rewrite showdkp.exe parser (0.2)
- add optional arguments to "#dkp"
v0.61
- fix CHAT_MSG_WHISPER in xml
v0.6
- Update to WoW 2.0 (Sonath, Softpile)
- Fix focus problem with name entry (Sonath)
- UTF8 encode player data (Sonath)
v0.5
- Bug fixes (Softpile)
- add commands/fixes: "#dkp" "#bid" "#cancel" (Sonath)
v.0.3
- Added command "/showdkp dkprange X"
v.0.2
- Initial public release