Mizus RaidTracker Version 0.15 beta is now available for download. Check the MRT page for the download link.
0.15 Changelog:
New:
Added two new export formats: plain text and BBCode formatted text (choose your export format in the options panel)
Added new option panel for export options
CTRT-Export: Added option for automatically adding one item of poor item quality to each boss at data export. This should fix a bug in the EQDKP-CTRT-Import-Plugin boss detection. Boss detection fails, if no loot is connected to a boss event (i.e. attendance checks).
Added settings for text export
Added function to make a snapshot of the current raid composition
Added slash command for taking a snapshot (/mrt snapshot)
Added GUI button for taking a snapshot
Changes:
Changed slash command handler to work with uppercase and mixed upper-/lowercase commands
Changed DataExportFrame to support multiline export data
CTRT-Export: Optimized the length of the export string
Bug Fixes:
Some manually added boss events were saved with wrong difficulty
Fixed export-error, which happened if extended information in playerDB is missing
You may ask what happened to v0.13 and v0.14. Well, v0.13 was left out and v0.14 contains only changes for making this addon compatible with curseforge.com. My goal is to get this addon on curse.com.
I stumbled across a few issues while creating a new option panel, so this might be an interesting sidenote for other addon authors:
If you want to implement an EditBox-Widget in an option panel, you must disable the autoFocus for this EditBox. Otherwise, it would catch all inputs from the keyboard after login and you won’t be able to do anything. There are two ways to do that:
XML: When creating the EditBox, set the attribute to false
<EditBox (...) autoFocus="false">
LUA:
EditBox:SetAutoFocus(false)
If you fill in text via ‘EditBox:SetText(<string>)’ you will also need to set the cursor position to zero in order to actually see the text you filled in. To do this, use: ‘EditBox:SetCursorPosition(0)’.
Wir haben gestern die erste DVB-S2-Karte in Betrieb. Ab sofort werden auch die HD-Programme von ARD, ZDF und arte gestreamt. Die Programme sollten über die SAP-Ankündigungen erreichbar sein.
Bei der Gelgenheit wurden auch die SAP-Kategorien überarbeitet.