Commit Graph

147 Commits

Author SHA1 Message Date
barelyprofessional
15b5ef250b Making planes go faster 2025-10-09 20:58:34 -05:00
barelyprofessional
3126442941 More planes patches 2025-10-09 20:55:15 -05:00
barelyprofessional
ed2a110305 Another patch for planes 2025-10-09 20:48:34 -05:00
barelyprofessional
b1ec4e9b4d Hopefully fixing index out of range errors for planes 2025-10-09 20:45:05 -05:00
barelyprofessional
280220cd1d Merging patch from A Log 2025-10-09 20:38:56 -05:00
barelyprofessional
518d001d82 Adding logging 2025-10-09 20:22:40 -05:00
barelyprofessional
aedcf0a4b6 Updated Planes to address index out of range 2025-10-09 20:15:11 -05:00
barelyprofessional
1503593cb1 Added auto delete and merged changes from A Log 2025-10-09 20:07:25 -05:00
barelyprofessional
5286e8a2b8 Don't deduct wager from the win in planes 2025-10-09 17:59:02 -05:00
barelyprofessional
6177f22ed5 Update counter for losses 2025-10-09 01:21:16 -05:00
barelyprofessional
a1d98e54cb Updates to planes 2025-10-09 01:15:32 -05:00
barelyprofessional
257e218d3d More planes updates 2025-10-09 00:50:54 -05:00
barelyprofessional
56ef81ab73 Move the counter 2025-10-09 00:34:35 -05:00
barelyprofessional
777ff73ae5 logging framecounter 2025-10-09 00:24:48 -05:00
barelyprofessional
fbd314e806 Update counter 2025-10-09 00:12:49 -05:00
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
2ba0bd853b Allow everyone to gamble 2025-10-05 14:09:09 -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
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
40a452b8b7 Added a feature to force gamba messages even while live 2025-09-24 01:20:54 -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
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
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
2067267027 Inverted cooldown cleanup behavior 2025-09-12 13:50:23 -05:00