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

Add IIDX AC support using textage.cc as source #286

Merged
merged 25 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f973e06
ingest for Guildhouse Clash
telperion Sep 11, 2023
e6e8f9a
Merge remote-tracking branch 'upstream/main'
telperion Sep 11, 2023
62f4f86
tweaks to Guildhouse Clash card draw data
telperion Sep 11, 2023
5a6e9ba
better URL slug idk
telperion Sep 11, 2023
d61cd66
extra charts included x_x
telperion Sep 11, 2023
c155106
mark no cmod songs
telperion Sep 11, 2023
6cff73f
Merge remote-tracking branch 'upstream/main'
telperion Oct 16, 2023
7024c04
quick and dirty card draw for MotL5 IIDX
telperion Oct 17, 2023
eae31fa
breaking out MotL5 IIDX 12s into low/mid/high
telperion Oct 21, 2023
4b6dc56
adding RIP 13.5 singles packs
telperion Oct 31, 2023
832efbc
adding Winter Groove (SP/DP interleaved)
telperion Oct 31, 2023
b6e5b25
adding Eclipse 2023
telperion Oct 31, 2023
2a10340
I think this isn't the right approach but something is working lol
telperion Dec 30, 2023
82b7233
oh. I just had to make sure `lc` was "?a001B000"
telperion Dec 30, 2023
d3b883d
small reorganization
telperion Dec 30, 2023
804eb2c
intermediate commit (event identification)
telperion Dec 30, 2023
0c35519
distilling event flags
telperion Dec 31, 2023
ae08b9a
hella changes
telperion Jan 2, 2024
848c895
oh I guess all the jackets should come too
telperion Jan 2, 2024
140a9a7
Merge remote-tracking branch 'upstream/main' into iidx-textage
telperion Jan 3, 2024
c3c11bf
removing packs from my local ddr.tools instance
telperion Jan 3, 2024
0106739
cleanup
telperion Jan 3, 2024
5d972af
remove old test JSON
telperion Jan 3, 2024
b740816
- edits from PR review
telperion Jan 3, 2024
55d4ad3
god damn it ultimate mobile!!
telperion Jan 3, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
dist
node_modules
/*.zip
scripts/scraping/textage/**
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"import:ddr": "node scripts/import-ddr.mjs",
"import:pump": "node scripts/import-pump.mjs",
"import:sdvx": "node scripts/import-sdvx.mjs",
"import:iidx": "node scripts/import-iidx.mjs",
"import:smx": "node scripts/import-smx.mjs",
"import:itg": "node scripts/import-itg.mjs",
"validate": "npm run validate:json && npm run validate:ts && eslint src",
Expand Down Expand Up @@ -50,6 +51,7 @@
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.3",
"babel-loader": "^9.1.3",
"better-sqlite3": "^9.2.2",
"cacheable-lookup": "^7.0.0",
Expand All @@ -68,6 +70,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fuzzy-search": "^3.0.2",
"he": "^1.2.0",
"html-entities": "^2.4.0",
"html-webpack-plugin": "^5.6.0",
"iconv-lite": "^0.6.3",
"inquirer": "^9.2.12",
Expand Down
Loading