forked from RedHatter/Graveyard
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add null check for PlayerSideboardsDict to fix #38 #40
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add 'Rummaging Kobold' to 'Weapons Used'
Simple Lady Liadrin view Guldan -> Demons view Demons views includes Kanrethad Ebonlocke Original zh-CN translation by ZelKnow26 Fixed intermittent card miscount bug
Simple Lady Liadrin view Guldan -> Demons view Demons views includes Kanrethad Ebonlocke Original zh-CN translation by ZelKnow26 Fixed intermittent card miscount bug
- Vectus added to Deathrattle view - Graveyard Opacity and Scale sliders updated - Scale slider changed from 0-100 to 50-200 - Opacity slider changed from 0-100 to 20-100 - Current value text added for all sliders - Save on property change removed
- Rally! view
Limit Rally! to 1-3 cost minions
Rally! view cost range correction
Use card EnglishText for Corrupted and Frenzy checks Fix Orientation settings load error
- Grand Magus Antonidas - Elwynn Boar Forged in the Barrens - Kargal Battlescar
- [Warrior] Power Slider - [Neutral] The One Amalgam Band * Mostly accurate Update build and release workflow
Shows the list of cards in the 'snapshot' Will show the snapshot of the last Fizzle played. Works for serial, but not parallel, snapshots. Serial ✓: Fizzle->Snapshot->Fizzle->Snapshot Parallel ✗:Fizzle->Fizzle->Snapshot->Snapshot
- "Last Spell by School" view - [Mage] Sif added - [Mage] Inquisitive Creation added - [Paladin] Tyr basic chance view added - [Paladin] Tyr's Tears chance view added
- "Last Spell by School" view - [Mage] Wisdom of Norgannon added - [Mage] Elemental Inspiration added - "Minions Created" view added - [Priest] Ra-den added - Lists minions created *not* played - % chance removed from Tyr's Tears view as not accurate for either card version (unforged/forged)
- Plugin Settings Folder Graveyard.xml -> Plugin.Graveyard\Settings.xml - Convert Position settings from pixels to percentages Fixes Update CardId references Set to original set *not* to Wonders version - Paladin - Silvermoon Portal - Lay on Hands - Priest - Onyx Bishop - Neutral -Street Trickster
This Should be the Body Getting git head and splitting it:- - title - body
Should be Body Extra Body - Item 1 - Item 2 Body after a space
Should be Body
# Conflicts: # .github/workflows/main.yml
Error introduced in HDT 1.22.9, cause unclear Fixes #25
- Write build message to md file - Help link url tooltips
- Add [Mage] Unchained Guardian to Grand Finale view
- Azerite Rat view added - Kingpin Pud view added
- List excluding Neutral minions RedHatter#32 - Improved horizontal alignment #28
- Endgame [Warlock] last demon death view
- Joymaster Jepetto view added - 1 Health or 1 Attack minions listed - Lady Liadrin spell list updated - Blessings of Kings reverted to legacy id
- From: Hand default order (chronological?) - To: Hand zone position order - See #35
- Include E.T.C. Band in view activation card list - Check hand/deck for more Fizzle Snapshots before clearing list
- List all 5+ cost mechs that have died - Temporary Zilliax Deluxe 3000 name workaround, assumes any variants used cost 5+
- HearthstoneDeckTracker.exe v1.36.2.6905 - HearthDb.dll v31.0.0 - #37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#38
I don't know C# so I'm pretty much trusting Copilot for this...