Skip to content
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

Fix keys for MTGA update in 2021/8/24 #33

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
40bffb6
for MTGA update in 2021/8/24
poslogithub Sep 2, 2021
c3cf9a8
ja-JP to en-US
poslogithub Sep 3, 2021
61c24ea
無意味なprint文を削除
poslogithub Sep 9, 2021
8e5c50c
isoCodeをen-USからja-JPに変更、他微修正
poslogithub Sep 10, 2021
46d20fe
Merge pull request #1 from poslogithub/dev_poslogithub
poslogithub Sep 10, 2021
a918ec5
不要なprintを削除
poslogithub Sep 11, 2021
93b57e0
Merge pull request #2 from poslogithub/dev_poslogithub
poslogithub Sep 11, 2021
781880b
Get isoCode from locale
poslogithub Nov 2, 2021
c4fd652
Generate csv file for ゆかりねっとコネクター Neo
poslogithub Jan 17, 2022
7663fb7
CardDictionary.csvの出力先を表示
poslogithub Jan 19, 2022
063be1c
Merge pull request #3 from poslogithub/dev_poslogithub
poslogithub Jan 19, 2022
eb947fe
get_real_cards()追加
poslogithub Feb 4, 2022
be20833
CardDictionary.csv出力機能を削除(mtgatracker側でやる)
poslogithub Feb 18, 2022
89e58c1
カードタイプ判別関数を入れました
poslogithub Mar 10, 2022
221fef1
Update card.py
poslogithub Mar 11, 2022
593765e
Update card.py
poslogithub Mar 21, 2022
fc0ba7a
is_digital_onlyを追加
poslogithub Apr 26, 2022
69416bb
Merge pull request #4 from poslogithub/dev_poslogithub
poslogithub Apr 26, 2022
b3d67aa
動くようになった
poslogithub Jun 11, 2022
2130848
アルケミー:ニューカペナでjsonがSQLite化されたことに対応
poslogithub Jun 12, 2022
a15608b
Merge pull request #5 from poslogithub/dev_poslogithub
poslogithub Jun 12, 2022
701c31b
2022/7/28 アンソロジー実装で動かなくなったのを改修
poslogithub Jul 27, 2022
dfdd6d1
Merge pull request #6 from poslogithub/dev_poslogithub
poslogithub Jul 27, 2022
5aebff5
typeを正しくした
poslogithub Jul 28, 2022
67e94a5
CardDatabaseのSQLite対応
poslogithub Oct 23, 2022
1f8a479
Merge pull request #7 from poslogithub/dev_poslogithub
poslogithub Nov 2, 2022
af76efb
""に対応
poslogithub Mar 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,9 @@ venv.bak/
# mypy
.mypy_cache/

.idea/
.idea/
*.url
abilities.json
cards.json
enums.json
loc.json
Loading