Commit fe5c3658 authored by mercury233's avatar mercury233

update changelog

parent a10a2860
...@@ -116,7 +116,7 @@ The parameters are same as commandlines, but low cased. ...@@ -116,7 +116,7 @@ The parameters are same as commandlines, but low cased.
#### v0x1340 (2017-11-06) #### v0x1340 (2017-11-06)
- Update YGOPro protrol to 0x1340 - Update YGOPro protrol to 0x1340
- Add support for the New Master Eule - Add support for the New Master Rule
- Decks update - Decks update
- New commandline parameters - New commandline parameters
- Add support for Match and TAG duel - Add support for Match and TAG duel
...@@ -124,17 +124,18 @@ The parameters are same as commandlines, but low cased. ...@@ -124,17 +124,18 @@ The parameters are same as commandlines, but low cased.
- Bot dialogs now customable - Bot dialogs now customable
- Only use normal deck when random picking decks - Only use normal deck when random picking decks
- Send sorry when the AI did something wrong that make the duel can't continue (for example, selected illegal card) - Send sorry when the AI did something wrong that make the duel can't continue (for example, selected illegal card)
- Send info when the deck of the AI is illegal - Send info when the deck of the AI is illegal (for example, lflist dismatch)
- Fix the issue that the bot will attack Dupe Frog with low attack monster when there is monster next to Dupe Frog - Fix the issue that the bot will attack _Dupe Frog_ with low attack monster when there is monster next to _Dupe Frog_
- Fix `OnUpdateData` `OnSelectSum` (https://github.com/IceYGO/windbot/issues/7) - Fix the issue that synchro summon stuck in some condition [\#7](https://github.com/IceYGO/windbot/issues/7)
- New and updated `DefaultExecutor`s - Fix C#6.0 (VS2015) support
- Fix `OnUpdateData`
- New and updated `DefaultExecutor`
- New and updated `AI.Utils`, `ClientCard`, `ClientField` functions - New and updated `AI.Utils`, `ClientCard`, `ClientField` functions
- Add `OnNewTurn`, `AI.SelectYesNo`, `AI.SelectThirdCard`, `Duel.ChainTargets`, `Duel.LastSummonPlayer` - Add `OnNewTurn`, `AI.SelectYesNo`, `AI.SelectThirdCard`, `Duel.ChainTargets`, `Duel.LastSummonPlayer`
- Shortcut `Bot` for `Duel.Fields[0]`, `Enemy` for `Duel.Fields[1]` - Shortcut `Bot` for `Duel.Fields[0]`, `Enemy` for `Duel.Fields[1]`
- `CardId` is now class instead of enum so `(int)` is no longer needed - `CardId` is now class instead of enum so `(int)` is no longer needed
- Update the known card enums, add `Floodgate`, `OneForXyz`, `FusionSpell`, `MonsterHasPreventActivationEffectInBattle` - Update the known card enums, add `Floodgate`, `OneForXyz`, `FusionSpell`, `MonsterHasPreventActivationEffectInBattle`
- Update `OnPreBattleBetween` to calculate the ATK of cards like NumberS39UtopiaTheLightning - Update `OnPreBattleBetween` to calculate the ATK of cards like _Number S39: Utopia the Lightning_
- Add desc parameter for `OnSelectEffectYn`
- Update direct attack handling - Update direct attack handling
#### v0x133D (2017-09-24) #### v0x133D (2017-09-24)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment