Commit Graph

221 Commits

Author SHA1 Message Date
Andrio Celos
a02809ef25
Fix Show Deck showing the deck from a previous battle 2025-08-20 22:40:35 +10:00
Andrio Celos
260b1425bd
Enable non-default costs for custom cards 2025-03-29 18:52:12 +11:00
Andrio Celos
c531b92884
Fix issues with lobby game settings UI 2025-03-29 18:48:02 +11:00
Andrio Celos
3e77d2afde
Remove some validation from deckSleeves API field
This fixes a bug where certain actual sleeve IDs were rejected. Thanks to a Discord user who reported this.
2025-03-27 18:09:55 +11:00
Andrio Celos
74747b7f16 Fix incorrectly-positioned ink pattern on Heavy Edit Splatling 2024-06-10 12:45:25 +10:00
Andrio Celos
825c02db58 Add the ability to export snapshots of cards 2024-06-10 12:01:15 +10:00
Andrio Celos
87c8280b03 Preload the font before loading the card database
Fixes card names not being scaled correctly.
2024-06-10 12:00:35 +10:00
Andrio Celos
686a648dcd Add more metadata for new cards 2024-06-02 19:55:46 +10:00
Andrio Celos
83e4c9932c Add Sizzle Season 2024 cards 2024-06-02 19:16:46 +10:00
Andrio Celos
ef8f5a700d Fix infinite loop of 'game not found' errors in a certain situation 2024-03-12 13:27:30 +11:00
Andrio Celos
0b57a48de3 Fix sort ordering of new weapon variants 2024-03-08 14:57:41 +11:00
Andrio Celos
0891a53da1 Reorganise assets and convert images to WebP 2024-03-08 12:45:03 +11:00
Andrio Celos
ca287ea8eb Rework card rendering to use the raw CardInk_00 asset 2024-03-08 12:34:57 +11:00
Andrio Celos
bd1bdd9966 Adjust card rendering 2024-03-08 11:00:41 +11:00
Andrio Celos
6409983705 Correct card name gradient on longer names 2024-03-07 10:51:35 +11:00
Andrio Celos
9d9d560b7a Adjust ink colours for 2-star cards 2024-03-07 10:41:31 +11:00
Andrio Celos
282b998d17 Fix card name gradients not showing when filtering the gallery 2024-03-04 10:07:14 +11:00
Andrio Celos
6372e79204 Finalise Fresh Season 2024 cards and sleeves 2024-03-01 18:35:21 +11:00
Andrio Celos
d627db31fb Add a remove card button to the deck editor 2024-03-01 11:20:06 +11:00
Andrio Celos
5296e19e86 Fix an error exporting custom cards without an image 2024-03-01 11:17:49 +11:00
Andrio Celos
242ff60a9d Reorganise server code; move API endpoints into separate methods 2024-02-29 11:39:04 +11:00
Andrio Celos
4878d7d2c0 Update copyright notice 2024-02-26 09:54:07 +11:00
Andrio Celos
2792089465 Fix layout of stages Two-Lane Splattop and Pedal to the Metal 2024-02-24 21:08:54 +11:00
Andrio Celos
5c90d3ad09 Adjust a stage selection menu 2024-02-22 17:08:55 +11:00
Andrio Celos
87cf04909a Update names of new stages 2024-02-22 15:47:21 +11:00
Andrio Celos
a70b5a9700 Prevent choosing stages that don't support the number of players in the game 2024-02-22 15:44:58 +11:00
Andrio Celos
125531cfbe Add support for upcoming cards and stages 2024-02-22 15:42:39 +11:00
Andrio Celos
3bcf9cbb71 Gallery page: Keep the toolbar on top when scrolling 2024-02-21 11:10:25 +11:00
Andrio Celos
8f936d5ed2 #6 Add ability to place custom images on custom cards, revise editor UI 2024-02-20 16:39:11 +11:00
Andrio Celos
0b8e59a7e9 Add a space to card names to be included when copying it 2024-02-19 14:17:06 +11:00
Andrio Celos
372a0deee2 Use an alternate border for custom cards; move the images from the repository to external 2024-02-19 14:12:18 +11:00
Andrio Celos
e07cdc8904 Allow custom card rarity and ink colours to be selected 2024-02-16 15:56:46 +11:00
Andrio Celos
42dc0b462b Automatically wrap custom card names and calculate text scale on the client 2024-02-09 17:07:43 +11:00
Andrio Celos
548a3116b2 Implement custom cards in replays 2024-02-08 17:23:14 +11:00
Andrio Celos
7f7563952f Fix custom cards having wrong special cost in-game 2024-02-08 17:22:55 +11:00
Andrio Celos
ba96b6b6f6 Implement custom cards in battles 2024-02-08 15:49:49 +11:00
Andrio Celos
3d742ac443 Import/export custom cards with decks 2024-02-06 15:44:10 +11:00
Andrio Celos
686db54fa0 Allow saving decks with custom cards 2024-02-06 13:51:45 +11:00
Andrio Celos
935d3de744 More custom card UI 2024-02-05 16:55:27 +11:00
Andrio Celos
f193477ce3 Add WIP gallery page and custom card editor 2024-02-04 22:32:09 +11:00
Andrio Celos
329993b15d Allow selecting preferred colours 2023-12-11 13:55:48 +11:00
Andrio Celos
08a539b67d Fix decks being unselectable immediately after import 2023-12-11 10:20:57 +11:00
Andrio Celos
29ae032914 Keep special weapons and weapon variants together when sorting by size or rarity 2023-12-07 11:08:45 +11:00
Andrio Celos
b4e3b17971 Fix test highlight persisting after removing the card 2023-12-04 09:55:34 +11:00
Andrio Celos
0f108f7797 Mark Chill Season 2023 cards as released 2023-12-01 11:19:07 +11:00
Andrio Celos
22405f5770 Preserve player's ink colour in deck test after leaving a game 2023-12-01 10:55:37 +11:00
Andrio Celos
1e3525663f Fix board flip sometimes not flipping 2023-12-01 10:54:19 +11:00
Andrio Celos
df838f9c37 Update screenshots 2023-12-01 10:52:17 +11:00
Andrio Celos
c567962309 Add Chill Season 2023 card art 2023-11-30 16:54:08 +11:00
Andrio Celos
b9a3412ab1 Highlight a placement in deck test by hovering or clicking the list 2023-11-30 11:35:17 +11:00