Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 committed Jun 2, 2019
1 parent 4d80e19 commit aae03eb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,38 @@ The parameters are same as commandlines, but low cased.

### Changelog

#### v0x134A (2019-05-30)

- Update YGOPro protrol to 0x134A
- New decks: Altergeist, BlueEyesMaxDragon, GrenMajuThunderBoarder, Level8, Orcust, Phantasm, Salamangreat
- Use LINQ in codes
- Add random bot feature to BotWrapper
- Add `ClientCard.Sequence`, `ClientCard.ProcCompleted`, `ClientCard.IsSpecialSummoned`
- Add `ClientCard.EquipCards`, `ClientCard.OwnTargets`, handle equip cards
- Add `ClientCard.IsCode`, handle card alias
- Add `ClientCard.GetLinkedZones`, `ClientCard.HasSetcode`
- Add `ClientField.UnderAttack`, `ClientField.GetLinkedZones`, `ClientField.GetFieldSpellCard`
- Add `Duel.SummoningCards`, `Duel.LastSummonedCards`
- Add `Util.GetTotalAttackingMonsterAttack`, `Util.GetBotAvailZonesFromExtraDeck`
- Add `GetMatchingCards`, `GetFirstMatchingCard`, `IsExistingMatchingCard`
- Add `ExecutorType.GoToBattlePhase`, `ExecutorType.GoToMainPhase2`, `ExecutorType.GoToEndPhase`
- Add `DefaultScapegoat`, `DefaultMaxxC`, `DefaultAshBlossomAndJoyousSpring`, `DefaultGhostOgreAndSnowRabbit`, `DefaultGhostBelleAndHauntedMansion`, `DefaultEffectVeiler`, `DefaultCalledByTheGrave`, `DefaultInfiniteImpermanence`
- Rename `AIFunctions` to `AIUtil` (Usage: `AI.Utils.` -> `Util.`)
- Rename `AIFunctions.CompareCardAttack` to `CardContainer.CompareCardAttack`
- Update `Util.SelectPreferredCards` and `Util.CheckSelectCount` to return the result
- Update `ClientField.HasInMonstersZone` to support check face-up card
- Update `AI.SelectCard` [\#59](https://github.com/IceYGO/windbot/pull/59)
- Handle swap control of cards
- Change some `int location` to `CardLocation location`
- Update default `OnPreBattleBetween` to recognize more cards
- Misc updates to default executors
- Misc updates to the AI of some decks
- Update the known card enums
- Fix `CardSelector.Select`
- Fix `OnSelectEffectYn` didn't have `ActivateDescription`
- Fix `ClientCard.Attacked`
- Fix infinite activation of ZexalWeapons

#### v0x1344 (2018-06-05)

- Update YGOPro protrol to 0x1344
Expand Down

0 comments on commit aae03eb

Please sign in to comment.