1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00
Commit graph

311 commits

Author SHA1 Message Date
f908f3b5ed
Move to Oracle Cloud (free) Object Storage for jpgs 2022-12-24 03:48:48 +01:00
3655f582d6
--lib option is implicit in docsrs 2022-12-24 02:28:35 +01:00
fe829e56cf
Update README title 2022-11-12 23:43:26 +01:00
ff8730348f
Merge branch 'main' into reqeast 2022-10-20 16:34:10 +02:00
23d504b0cc
Again, I'm not sure of what is currently being merged 2022-10-20 14:32:57 +00:00
6fcfade31f
I'm not sure of what is currently being committed 2022-10-20 14:32:15 +00:00
325376de55
Merge branch 'main' into reqeast 2022-10-20 16:30:08 +02:00
0874a5dd17 Run tests on every pull request 2022-10-20 16:29:10 +02:00
d87e19d81f
Add underline to deck titles 2022-10-18 23:54:51 +02:00
0b438479b7
Allow deck codes to be sent with a name (merge #5)
Allow deck codes to be sent with a name
2022-10-18 23:46:18 +02:00
5c1d45dddd
Fix weird behaviour with CardSet::TheDarkinSaga (merge #3) 2022-10-18 23:39:48 +02:00
1f6e05d419
Do not try to convert "set" deck code portions to CardSet variants 2022-10-18 22:11:41 +02:00
1dfa9d97b7
Fix bug in deck! where it was trying to access the caller crate 2022-10-18 21:11:35 +02:00
d879141da8
Bump Dockerfile Rust version to 1.64 2022-10-18 15:40:50 +00:00
4c0b9cca54
Bump version to 0.7.0 2022-10-18 15:38:36 +00:00
cb00027ff8
Document how to send a named deck list 2022-10-18 15:24:38 +00:00
961ab2cea8
Allow deck names to be specified in the Telegram bot 2022-10-18 15:15:32 +00:00
0119dbc515
Document ::telegram::inline::deck_to_inlinequeryresult 2022-10-18 14:44:25 +00:00
39dbc3f1b7
Remove unused import 2022-10-18 14:43:13 +00:00
b8927f5af4
Specify rust-analyzer.cargo.features in VSC settings 2022-10-18 14:34:50 +00:00
4a9fda45c8
Complete fetch methods for CoreBundle and SetBundle 2022-10-18 13:47:24 +00:00
6c63d36ca3
Document the CardSet::from::<u32> changes 2022-10-18 09:44:14 +00:00
8978ccd82e
Allow u32::try_from::<CardSet> to work on CardSet::TheDarkinSaga 2022-10-18 09:41:14 +00:00
75279c8ba7
Remove support for CardSet::Worldwalker::from::<u32>
06 is now ambiguous
2022-10-18 09:39:32 +00:00
e5aa83af96
Document the CardSet::from_code change 2022-10-18 09:35:33 +00:00
11bd4204dd
Remove support for CardSet::Worldwalker.from_code
06 is now ambiguous
2022-10-18 09:33:26 +00:00
369e97048a
Add support for CardSet::TheDarkinSaga.to_code 2022-10-18 09:31:29 +00:00
e43c42f7f2
Add VSC launch configs 2022-10-17 10:40:14 +00:00
48fb2b275e
In tests, reference to the crate with the crate keyword 2022-10-17 09:32:27 +00:00
7ecc0242a3
Add support for The Darkin Saga keywords 2022-09-03 19:50:46 +02:00
6af7304f9a
Add support for The Darkin Saga set 2022-09-03 19:37:42 +02:00
5fa0e69bfb
Fix a formatting mess 2022-09-03 19:31:57 +02:00
29f5b13e0b
Make IDEA shut up about duplicates 2022-09-03 19:15:54 +02:00
30a94754cd
Run cargo fmt 2022-09-03 19:15:44 +02:00
54fc192b6e
Load setbundles dynamically 2022-08-22 19:56:21 +02:00
f5456980f6
Improve debug messages 2022-08-22 18:28:32 +02:00
26257ff2a3
Hide the entered inline query from logs
For privacy reasons.
2022-08-22 18:26:40 +02:00
5cdc617ee7
Mention deck previews in the bot's welcome message 2022-08-22 18:24:17 +02:00
5a17f7a724
Do not make group mutable in Deck::f1_group_cards 2022-08-22 18:19:20 +02:00
b432103c56
Use ? operator in Deck::min_deckcode_version 2022-08-22 18:18:52 +02:00
60060b9a31
Remove useless reference in Deck::from_code 2022-08-22 18:18:18 +02:00
139de76961
Use Result::is_ok() instead of pattern matching in Deck::read_f1_extra 2022-08-22 18:18:05 +02:00
d869d6d943
Remove useless reference in Deck::write_f1_supergroup 2022-08-22 18:17:28 +02:00
5c1075031f
Use vec! macro in Deck::f1_group_cards 2022-08-22 18:17:11 +02:00
d44391b264
Remove useless reference in Deck::encode_code 2022-08-22 18:15:54 +02:00
639d84da03
Remove useless reference in CardCode::to_card 2022-08-22 18:15:40 +02:00
e6e9368082
Use matches! macro to determine if CardCode::is_valid 2022-08-22 18:15:08 +02:00
f3cc8a0910
Do not implement PartialEq::ne for Card 2022-08-22 18:13:49 +02:00
89a1eefd25
Make Cards Eq based on their Card::code 2022-08-22 18:13:23 +02:00
ad748c0346
Register the update to cargo.lock 2022-08-22 18:01:44 +02:00