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

271 commits

Author SHA1 Message Date
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
bbfb146087
Document deck queries in the bot's instructions 2022-08-22 18:01:32 +02:00
323265ed72
Bump version to 0.6.0 2022-08-22 00:22:07 +02:00
7b060feb9c
Add decks support (#1) 2022-08-22 00:21:41 +02:00
b3bb652607
Bump version to 0.5.3 and cargo update 2022-08-16 00:59:56 +02:00
c0cb88d12e
Allow showing this project in Discord RP 2022-08-16 00:59:27 +02:00
f85df82a0a
Fix broken bilgewater test 2022-08-13 05:41:33 +00:00
3fec3c31b4
Run cargo update 2022-08-13 05:32:15 +00:00
4e73f0bc23
Bump version to 0.5.2 2022-08-13 05:31:59 +00:00
ce0774d5dd
Somehow, I've managed to forget about bilgewater 2022-08-13 05:30:45 +00:00
5d51c55c9c
Remove non-solvable link 2022-08-13 04:46:22 +00:00
0d6b7e7fcd
Fix links that work locally but not on docs.rs 2022-08-13 04:44:59 +00:00
c81af39384
Bump version to 0.5.1 2022-08-13 04:30:30 +00:00
a2cc2cc4c0
Configure and run cargo fmt 2022-08-13 04:28:46 +00:00
f954588c34
Hide unmodifiable files from VSC 2022-08-13 04:16:12 +00:00
5b7947028f
Move the main function to patched_porobot::telegram::main 2022-08-13 04:10:25 +00:00
39162a9506
Add vadimcn.vscode-lldb to the recommended extensions 2022-08-13 04:06:38 +00:00
f934aec978
Add vscode extension recommendations 2022-08-13 03:59:58 +00:00
4a613371c0
Create devcontainer.json 2022-08-13 03:59:41 +00:00
3be2d7a6c9
Add riot.txt for verification purposes 2022-08-10 02:20:53 +02:00
758f594b4a
Add note about the legal boilerplate 2022-08-10 02:02:21 +02:00
ef00092ce4
Add a note that <details> tags can be opened by clicking 2022-08-10 02:01:18 +02:00
75dc27965f
Wrap screenshots in <details> tags 2022-08-10 02:00:29 +02:00
8068e45e6a
Move captions above the screenshots and add separators 2022-08-10 01:58:26 +02:00
78842cc75e
Update screenshots and readme 2022-08-10 01:57:21 +02:00
9b4750b22c
Change docs.rs metadata 2022-08-09 04:43:58 +02:00
f1266d11bf
Bump version to 0.5.0 2022-08-09 03:56:16 +02:00
e741d41822
Change card-data/ to simply data/ 2022-08-09 03:55:51 +02:00
a34436bbe1
Update docs link 2022-08-09 03:48:57 +02:00
eacb037375
Bump version to 0.4.3 2022-08-09 03:29:56 +02:00
59a200f61d
I should read the files I copy more carefully 2022-08-09 03:29:44 +02:00
9b695db544
Bump version to 0.4.2 2022-08-09 03:27:07 +02:00
44bc5f1f9d
Remove dependencies from docker workflow 2022-08-09 03:26:53 +02:00
e9a0c787ee
Bump version to 0.4.1 2022-08-09 03:25:51 +02:00
c05899b1f2
Add automated release actions workflow 2022-08-09 03:24:51 +02:00
b390280c23
Create basic Dockerfile 2022-08-09 03:09:49 +02:00
c8c4b7284b
Add docs.rs metadata 2022-08-09 02:24:35 +02:00
172271025a
Bump version to 0.4.0 2022-08-08 23:48:18 +02:00
4939949bde
Remove excess text from README 2022-08-08 23:47:29 +02:00
674f2eda71
Strikethrough unfinished features 2022-08-08 23:40:49 +02:00
ad813dfd6c
Remove unused imports 2022-08-08 23:34:55 +02:00