Commit Graph

112 Commits

Author SHA1 Message Date
Kalle
fd48bced91
Migrate Prettier/Eslint/Stylelint setup to Biome (#1772)
* Initial

* CSS lint

* Test CI

* Add 1v1, 2v2, and 3v3 Tags (#1771)

* Initial

* CSS lint

* Test CI

* Rename step

---------

Co-authored-by: xi <104683822+ximk@users.noreply.github.com>
2024-06-24 13:07:17 +03:00
ash
c692641769
Fix Wellstring and Decav damage numbers (#1756)
* Fix Wellstring/Decav

* Update object-dmg.json

* Fix Wellstring damage
2024-06-08 10:39:49 +03:00
Kalle
2b53c348e6 Switch to own invariant that logs errors in prod 2024-06-02 14:34:01 +03:00
Kalle
c3b51be46a Patch 8.0 2024-06-01 13:06:33 +03:00
Kalle
254681aac5 Patch 7.2.0 2024-04-21 10:46:12 +03:00
Kalle
610c6a4db5 Add Heavy Splatling MoveSpeed_Charge Closes #1461 2024-04-11 22:27:31 +03:00
Kalle
ef14e69f18 Show fully charger shots for chargers in PerInkTankGrid Closes #1545 2024-04-07 14:07:20 +03:00
Kalle
b58fbbec62 Show difference from base value if not comparing in ConsumptionTable 2024-04-07 13:50:00 +03:00
Kalle
91d77c374f Add Killer Wail explanation Closes #1444 2024-03-17 12:38:25 +02:00
Kalle
631de7a485 Big Bubbler duration explanation Closes #1451 2024-03-17 12:21:48 +02:00
Kalle
47d27a039f New season changes 2024-02-27 22:54:16 +02:00
Kalle
14f03535c9 Vite fixes inc. moving css to side effect imports 2024-02-25 00:35:53 +02:00
Kalle
93ebb6e369 Migrate to Vite 2024-02-24 21:12:54 +02:00
Kalle
72fa1f68c8
Season 3 SendouQ changes (#1674)
* Mode Map Pool picker component initial

* Component in settings

* Lottery initial

* Fix tests

* useTrusters as perf optimization

* unionAll -> union

* Fancy picker for tournaments

* Map pools memento

* FC's initial

* Friend code when registering for tournament

* FC in flows

* SHow FC in places

* Add catch in case

* Fix disabling

* Show ELO changed

* Wiggle MapPool button if already selected

* CSS vars typing

* Rechallenging

* Team (all) leaderboard

* Preview groups

* Fix chat width changing

* Solid reported weapons

* Clearer cancel requested header

* Dynamic revalidates

* spDiff from memento

* (Partly) Revert "Remove screen banning"

This reverts commit 076cabfbfa.

* Screen indicators in looking view

* FC i18n

* noscreen = 0

* E2E test

* E2E 2
2024-02-24 12:07:17 +02:00
Kalle
9de30094d8 Don't run build analyzer calcs on the server 2024-02-12 22:57:01 +02:00
Kalle
c43d48f930 Upgrade deps 2024-02-03 10:20:21 +02:00
Kalle
b2891e866c Fix Splat Brella consumption 2024-02-01 21:06:10 +02:00
Kalle
f969e86ea0 Better UX when trying to pick a tiebreaker map + misc things 2024-02-01 20:49:51 +02:00
Kalle
dbbc6c126f Patch 6.1.0 Closes #1639 2024-01-27 10:22:47 +02:00
Kalle
323a1ea5e3 Remove useTranslation wrapper Closes #1595
This broke after upgrading deps and couldn't figure it out with a quick look.

It just makes it a bit more convenient when adding new pages & debugging
but not really that necessary so decided to delete it for now.
2023-12-07 20:33:59 +02:00
Kalle
73fd2e4a6c Upgrade all deps to latest 2023-12-06 12:40:39 +02:00
ash
f3397c033b
Add/Fix miscellaneous object damage/build analyzer data (#1550)
* Add object damage data for Triple Splashdown

* Fix Sprinkler's HP + var name typo and add Ink Vac as a Damage Reciever

* Recompile object-dmg.json with Pogo and new Vac data added automatically

* (I forgot about Prettier)

* Add to json creating script

---------

Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2023-12-06 11:01:48 +02:00
Kalle
723ceaba0e Automatically handle alt kits of weapons with multishot 2023-12-03 15:03:46 +02:00
Kalle
1dcef4adfa Ultra Splashdown paint radius stat to analyzer 2023-12-03 13:53:49 +02:00
Kalle
b583afaf97 Increase special damage distance decimals shown 2023-12-03 13:02:10 +02:00
Kalle
0439222c82 Add Splattercolor Screen movement speed stat 2023-12-03 12:58:47 +02:00
Kalle
6df44f4a3b New season gear + weapons
Still missing:
- colored new special icons
- stages (+ planner pics)
- build analyzer + object dmg calc work
2023-12-01 00:14:07 +02:00
Kalle
f63c1d50ae Build Analyzer: fix Dread Wringer damage 2023-11-11 15:00:24 +02:00
Kalle
c8ea75ebb6
SQL solution migration to Kysely + getting rid of routes folder (#1530)
* Kysely initial

* Badges initial

* Badge routes migrated

* Badges migrated

* Calendar work

* Fix one type problem

* Calendar work

* findResultsByUserId work

* Calendar reworking finished

* PlusSuggestions work

* Migrated suggestions

* Builds progress

* Migrated builds

* Admin migrated

* Migrate articles

* User search

* Faster getUser

* Selectable/insertable as global

* Refresh prod db script + patronTier index

* identifierToUserId

* updateProfile

* findByIdentifier

* More indexes

* User upsert

* upsertLite

* findAllPlusMembers

* updateResultHighlights

* updateMany

* User finished migration

* Fix types

* Fix PlusVotingResult typing

* PlusVotingRepository WIP

* Migrated resultsByMonthYear

* Migrated plusVotes (done with db. related migrations)

* Plus code to features folder

* Fix TODOs

* Export

* Fix range

* Migrate some user pages

* Move rest user routes

* Move /play

* Map list generator

* Front page

* Move map list generation logic

* Move plus voting logic

* Info

* API

* Adjust TODOs

* theme

* Auth

* Remove TODO
2023-11-04 13:15:36 +02:00
Kalle
f269d4f01e Fix main weapon not being used when calculating stat graph 2023-10-22 10:46:33 +03:00
Kalle
e8d78106e0 Patch 5.1. 2023-10-18 18:08:09 +03:00
Kalle
eb28accd97
Build Analyzer visualizations (#1517)
* Initial

* Pass mainWeaponId

* Repeating args to "context"

* Fix todos

* Date header

* Fix comparison showing for sub weapon def dmg even if no abilities selected

* Sub damage table charts

* Chart dot focus style

* Color grid initial

* Can change shots in the grid

* Optimize perf

* Style - cells

* Grid hover effect

* Mobile friendly
2023-10-01 12:20:48 +03:00
Kalle
af2e3b1776 Fix name overlap in analyzer Closes #1480 2023-09-09 11:25:39 +03:00
Kalle
5e88bd3570 Add Sorella Brella shots per ink tank Closes #1479 2023-09-09 10:43:01 +03:00
Kalle
c24b9195b9 5.0 2023-08-31 21:58:28 +03:00
Kalle
dab6b00c2d Update Prettier 2023-08-26 22:38:11 +03:00
Kalle
756cfd5445 Build Analyzer: Add Splat Brella ISM shot stat Closes #1424 2023-07-30 11:09:04 +03:00
Kalle
2598faa226 Build Analyzer: Fix Inkjet & Reefslider paint radius stat Closes #1434 2023-07-30 11:09:04 +03:00
Kalle
6494ff1c88 Build Analyzer: Add comparing sub weapon damages Closes #1438 2023-07-30 11:09:04 +03:00
Kalle
f4b99a5f7d Add Patch 4.1 Closes #1431 2023-07-28 22:06:50 +03:00
Kalle
b4323e104e Upgrade deps 2023-07-01 00:12:29 +03:00
Kalle
bba40d95c3 Add Ballpoint shooting secondary mode run speed stat Closes #1218 2023-06-24 12:15:05 +03:00
Kalle
0e8af3ff5d Add ballpoint secondary mode accuracy info Closes #1170 2023-06-24 11:14:44 +03:00
Kalle
01f4afc983 Add Squeezer and ballpoint secondary fire mode info Closes #1372 2023-06-23 16:28:59 +03:00
Kalle
73a9d2b784 Add damage multiplires for brellas+blasters, ensure each weapon only has one multiplier Closes #1044 2023-06-23 13:55:12 +03:00
Kalle
7882fdfa5e Add Glooga turret mode damage Closes #1371 2023-06-22 00:33:03 +03:00
Kalle
2f049d9888 Special damages: Ink Storm 2023-06-19 19:04:10 +03:00
Kalle
7dcc85c194 Killer Wail 5.1 Damage name Direct -> Tick 2023-06-19 18:27:29 +03:00
Kalle
daab42be50 Special damages: Booyah Bomb 2023-06-19 18:25:43 +03:00
Kalle
eb70b3fc7d Special damages: Inkjet 2023-06-19 17:57:12 +03:00