Commit bc692f39 authored by mercury233's avatar mercury233

update readme and changelog

parent 0e22fd7b
...@@ -71,7 +71,7 @@ WindBot can run as a "server", provide a http interface to create bot. ...@@ -71,7 +71,7 @@ WindBot can run as a "server", provide a http interface to create bot.
* ST1732 * ST1732
* Toadally Awesome (old lflist) * Toadally Awesome (old lflist, master rule 3 only)
* Yosenju * Yosenju
...@@ -99,7 +99,7 @@ WindBot can run as a "server", provide a http interface to create bot. ...@@ -99,7 +99,7 @@ WindBot can run as a "server", provide a http interface to create bot.
WindBot can run as a "server", provide a http interface to create bot. WindBot can run as a "server", provide a http interface to create bot.
eg. `http://127.0.0.1:2399/?name=%E2%91%A8&deck=Blue-Eyes&host=127.0.0.1&port=7911&dialog=cirno.zh-CN&version=4928` eg. `http://127.0.0.1:2399/?name=%E2%91%A8&deck=Blue-Eyes&host=127.0.0.1&port=7911&dialog=cirno.zh-CN`
In this situation, it will be multi-threaded. This can be useful for servers, since it don't use large amount memory. In this situation, it will be multi-threaded. This can be useful for servers, since it don't use large amount memory.
...@@ -113,6 +113,17 @@ The parameters are same as commandlines, but low cased. ...@@ -113,6 +113,17 @@ The parameters are same as commandlines, but low cased.
### Changelog ### Changelog
#### v0x1341 (2017-11-27)
- Update YGOPro protrol to 0x1341
- Change the program to x86 only
- Add BotWrapper for YGOPro bot mode
- Add `AI.SelectMaterials`, `OnSelectFusionMaterial`, `OnSelectPendulumSummon`, `AI.Utils.SelectPreferredCards` etc.
- Fix `AI.Utils.GetBestEnemySpell` to not return normal spell currently activating
- Fix AI don't attack defense Crystal Wing or S39
- Fix ZexalWeapons AI don't change defense S39 back
- Minor updates
#### v0x1340 (2017-11-06) #### v0x1340 (2017-11-06)
- Update YGOPro protrol to 0x1340 - Update YGOPro protrol to 0x1340
...@@ -153,12 +164,8 @@ The parameters are same as commandlines, but low cased. ...@@ -153,12 +164,8 @@ The parameters are same as commandlines, but low cased.
* `AI.SelectZone` * `AI.SelectZone`
* `AI.SelectMaterials` which select a set of cards for F/S/X/L summon
* `AI.SelectTribute` * `AI.SelectTribute`
* Select cards to pendulum summon in executor.
* Get equip of card. * Get equip of card.
* Get attack target. * Get attack target.
......
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