Commit Graph

639 Commits

Author SHA1 Message Date
barelyprofessional
e25c96859f Planes update 2025-10-09 00:06:56 -05:00
barelyprofessional
2457a042f3 Changes to characters 2025-10-08 23:57:11 -05:00
barelyprofessional
c2a7312f12 Change air to a white square 2025-10-08 23:19:29 -05:00
barelyprofessional
dd4bc1abd1 Updated planes 2025-10-08 22:03:11 -05:00
barelyprofessional
5aba49697e Fixed displaying green color for crash and added wait for msg ID 2025-10-08 20:54:55 -05:00
barelyprofessional
d6bac6706d Planes updated to hopefully address out of range exceptions. 2025-10-08 20:48:42 -05:00
barelyprofessional
bf18fe1de6 Missing calls to NewWagerAsync 2025-10-08 13:28:16 -05:00
barelyprofessional
a781ed2c3d Planes 2025-10-08 13:25:56 -05:00
barelyprofessional
f4f8c332b1 Make frame delay configurable 2025-10-07 01:23:08 -05:00
barelyprofessional
f78f0b243b Patch from A Log plus fixed currency formatting for win/loss 2025-10-07 01:11:09 -05:00
barelyprofessional
605190d325 Modified Keno with standardized red/green colors, fixed waiting for chat message ID in the Keno animation and reduced delay to 500 msec for each frame update 2025-10-06 22:59:33 -05:00
barelyprofessional
a396a1dcff Keno patch to fix animation 2025-10-06 18:39:13 -05:00
barelyprofessional
9524beb95b Updated keno numbers and removed logging from GetRandomNumber 2025-10-06 12:06:13 -05:00
barelyprofessional
7fbd99e472 Missing kasino attributes 2025-10-06 11:39:11 -05:00
barelyprofessional
d606a9b8f5 Added Keno 2025-10-06 11:34:11 -05:00
barelyprofessional
23568a85c6 Added auto delete after x amount of time to the send chat message method 2025-10-06 03:14:08 -05:00
barelyprofessional
c6658bae1f Holy shit EF Core tracking is pissing me off so much now 2025-10-05 14:25:59 -05:00
barelyprofessional
494b118969 Add check for abandoned gamblers so it creates a new entity 2025-10-05 14:21:54 -05:00
barelyprofessional
3b5f9f0edd Try and avoid weird tracking issues with the exclude command 2025-10-05 14:15:40 -05:00
barelyprofessional
2ba0bd853b Allow everyone to gamble 2025-10-05 14:09:09 -05:00
barelyprofessional
f189cb94b8 Unused using 2025-10-05 01:40:32 -05:00
barelyprofessional
cb7337375d Testing out RandN for better quality random. Also took out seeds until I can find a way to implement it that doesn't completely break gambling 2025-10-05 01:40:05 -05:00
barelyprofessional
115506ba42 Bumped package versions 2025-10-05 01:16:38 -05:00
barelyprofessional
0e6bed23b3 I wish the compiler was smart enough to catch errors like this 2025-10-05 00:52:33 -05:00
barelyprofessional
d37401e1cd Compiler didn't like that 2025-10-05 00:49:54 -05:00
barelyprofessional
f3781f9c18 Implemented a very simple game to test the wager system 2025-10-05 00:47:14 -05:00
barelyprofessional
bca4cf4f3d Added $ to the regex for showing exclude usage information 2025-10-05 00:31:20 -05:00
barelyprofessional
746a33120d Added !lastactive as a pattern 2025-10-04 14:14:14 -05:00
barelyprofessional
b33eb5c4a8 Missed 'ago' 2025-10-04 14:12:17 -05:00
barelyprofessional
ff5484c0c9 Added lastactive command to get the last time BossmanJack did something observed by the bot 2025-10-04 14:10:25 -05:00
barelyprofessional
a92d1dc3c1 Added kasino exclusion 2025-10-03 20:27:46 -05:00
barelyprofessional
a8f43aac9d Fixed missing return 2025-10-03 20:26:17 -05:00
barelyprofessional
9692ae8c1d Trying to avoid tracking issues 2025-10-03 18:12:56 -05:00
barelyprofessional
69ea0b6b0b Another attempt to stop all the EF issues :( 2025-10-03 18:04:50 -05:00
barelyprofessional
2a0f74ab18 Relocated the Discord command and made it a toggle 2025-10-01 11:47:04 -05:00
barelyprofessional
d3e62476d2 Added --hls-segment-queue-threshold 0 for Streamlink so it doesn't prematurely end if Owncast lags out a bit 2025-09-28 15:07:09 -05:00
barelyprofessional
54fbc1a39e Use a custom output format for Streamlink as it can't populate author, id or title 2025-09-28 04:16:45 -05:00
barelyprofessional
cd3b76745c Converted Owncast capture to Streamlink as yt-dlp sometimes gives up part way through the capture 2025-09-28 03:52:29 -05:00
barelyprofessional
40a452b8b7 Added a feature to force gamba messages even while live 2025-09-24 01:20:54 -05:00
barelyprofessional
0432d5360a Only add a row to the view counts table if the view count has changed or the stream ID changed 2025-09-24 01:04:29 -05:00
barelyprofessional
5b71c0a1bb Migrated away from extension methods for pretty much all the money stuff as it turns out it passes a copy of the object and not a reference. This was causing a lot of weird behavior probably due to EF change tracking.
Also added a lot more logging to the API itself.
2025-09-24 00:58:45 -05:00
barelyprofessional
146abbe885 THe battle of the retards continues. Total U+200B Death 2025-09-22 20:06:49 -05:00
barelyprofessional
8fca8829f6 Allow the bot's services to fully initialize even if the website is completely dead so that auto capture works 2025-09-21 13:01:19 -05:00
barelyprofessional
7356018805 For fuck sake wrong command 2025-09-18 22:32:59 -05:00
barelyprofessional
933e4c70f6 Missed bypass sesh detect for !scratch 2025-09-18 22:31:39 -05:00
barelyprofessional
588a0e95fa Ignore conversation summaries which don't involve BMJ 2025-09-16 21:28:54 -05:00
barelyprofessional
15de60e60b Added support for selectively overriding capture settings on a per-stream basis 2025-09-14 01:05:37 -05:00
barelyprofessional
d76f427621 Add rate limit to the image command 2025-09-12 20:23:05 -05:00
barelyprofessional
cbebdb2144 Test multiple invocations 2025-09-12 14:53:02 -05:00
barelyprofessional
2b243bea57 Turns out it was due to NoResponse being the first value in the enum so it was assigned value 0 2025-09-12 13:58:58 -05:00