1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2025-01-09 10:09:45 +00:00
Commit graph

85 commits

Author SHA1 Message Date
bd335b4712
Documentation and structure improvements 2022-08-08 19:55:59 +02:00
821aaa875b
Create empty discord module 2022-08-08 18:53:17 +02:00
8c34409ba1
Change err-no-query message 2022-08-08 18:20:44 +02:00
53186dd959
Use explicit format syntax so IntelliJ Rust does not complain about unused vars 2022-08-08 16:22:03 +02:00
6300623886
Fix newlines in displaying telegram cards 2022-08-08 16:21:16 +02:00
67ed228958
Move engine inside the inline query handler
Is there a better way to do this?
2022-08-08 16:18:55 +02:00
ca82930279
Move handlers to telegram::handler 2022-08-08 16:10:53 +02:00
d8328cbd22
It is (mostly) done! 2022-08-08 04:55:07 +02:00
25df599586
Complete most of the telegram bot 2022-08-08 04:10:59 +02:00
b2a2535b93
Add a way to convert Card into InlineQueryResult 2022-08-07 17:50:35 +02:00
c945f7e6c5
Add branch for telegrambot binary without the required feature 2022-08-07 17:50:09 +02:00
b7403c6e0e
Use reference in String::from::<&CardType> call 2022-08-07 17:32:50 +02:00
56df5bdd86
Don't take ownership of CardType when converting to String 2022-08-07 17:27:54 +02:00
fb34162fef
Fix some issues in the telegram module 2022-08-07 17:24:03 +02:00
c6e95322ce
Revert Debug and Clone derivations on CardSearchEngine 2022-08-07 17:23:46 +02:00
3853b9f006
Create the telegrambot binary 2022-08-07 17:23:12 +02:00
64d5b8ef70
Uncomment the telegram module 2022-08-07 17:23:05 +02:00
96fb1c4bc6
Make the telegram::display module public 2022-08-07 16:47:50 +02:00
c2146f662a
Improve the telegram::display module 2022-08-07 16:47:29 +02:00
08388c59b3
Use the in-game term of "Illustration by" 2022-08-07 16:12:18 +02:00
838b88e741
Update some docstrings 2022-08-07 16:04:42 +02:00
f09c366900
Also derive Clone for CardSchemaFields 2022-08-07 05:42:21 +02:00
6edc2965a9
Derive Debug for more things 2022-08-07 05:42:04 +02:00
8ed792bda9
Fix some doc warnings 2022-08-07 05:41:33 +02:00
838dafd028
Fix some clippy lints 2022-08-07 05:38:29 +02:00
2da1264681
Refactor search::cardsearch module 2022-08-07 05:37:43 +02:00
d6cb0f8b56
Rename search::card module to search::cardsearch 2022-08-06 19:52:27 +02:00
1e4efa6b97
Implement From<CardType> for String 2022-08-06 19:52:04 +02:00
b013b9f0f2
Add missing "Module defining" 2022-08-06 19:49:52 +02:00
0bd71f35d4
Perfect data module 2022-08-06 19:44:44 +02:00
824d2246de
Restructure again! 2022-08-06 05:07:10 +02:00
26c02d9c2e
Nevermind, bundle metadata is definitely out of scope (and useless for LoR) 2022-08-06 02:04:35 +02:00
df0524cea3
Move BundleMetadata to the schema::bundle module 2022-08-06 02:02:55 +02:00
30d605ab5a
Model bundle metadata 2022-08-06 01:55:59 +02:00
199888dc25
Remove some unused imports 2022-08-05 18:19:33 +02:00
5fc299d8f9
Simplify import in schema::setbundle::card::tests 2022-08-05 18:18:47 +02:00
eb43e6b2c8
Some more things 2022-08-05 03:03:46 +02:00
63a14ab2ef
Start work on Telegram card searching 2022-08-05 02:48:03 +02:00
3fbdfc68ec
Specify locale of CardArt::card_jpg() 2022-08-05 02:09:12 +02:00
9a57f59e70
Rename flavor_text to localized_flavor_text 2022-08-05 02:05:37 +02:00
d5b2fa40ab
Create tantivy search objects 2022-08-04 22:06:50 +02:00
af6d7d8939
Add more globals loading features 2022-08-04 22:06:26 +02:00
e6a36d6aa7
Add missing sets field 2022-08-04 21:23:11 +02:00
e933030b80
Add more tests and fix things based on them 2022-08-04 21:07:27 +02:00
09a55bee68
Remove unnecessary rarity aliases 2022-08-04 20:48:03 +02:00
bd30998ffb
Warn again for deprecated usages in card tests 2022-08-04 20:44:25 +02:00
a84bb04d7d
Add localized methods to access localized data about some Card* enums 2022-08-04 19:54:21 +02:00
e346d3500a
Run reformat code 2022-08-04 18:53:49 +02:00
d2b8eb4398
Refactor data loading 2022-08-04 18:49:59 +02:00
dc3203388f
Make 'static lifetime implicit on TEST_DATA 2022-08-04 10:37:34 +02:00