Commit Graph

164 Commits

Author SHA1 Message Date
Ean Milligan (Bastion) 31ad662212 sonar fix 2022-06-29 03:18:45 -04:00
Ean Milligan (Bastion) 229353c3fe screwed the boolean logic up lol 2022-06-29 03:16:53 -04:00
Ean Milligan (Bastion) 11e42c77fd rework, deduplicated code 2022-06-29 03:16:19 -04:00
Ean Milligan (Bastion) 6dd0bd0e8e Missed removing these 2022-06-29 03:02:37 -04:00
Ean Milligan (Bastion) 6ad0d2ca2b Basic support added for CWOD rolls 2022-06-29 03:01:20 -04:00
Ean Milligan (Bastion) 61607dc75d Fix a weird race condition where the worker wouldn't be ready when it needed to be 2022-06-28 23:44:14 -04:00
Ean Milligan (Bastion) 872f67d908 update heatmap embed 2022-06-27 20:32:03 -04:00
Ean Milligan (Bastion) f9355ae255 Sonar fix 2022-06-26 23:20:06 -04:00
Ean Milligan (Bastion) 6adf18008a Update heatmap embed to show min and max vals 2022-06-26 23:18:44 -04:00
Ean Milligan (Bastion) 51924b7f14 sonar fix 2022-06-26 23:11:58 -04:00
Ean Milligan (Bastion) c71f6f76e4 update deno fmt, update std version, sonar fix 2022-06-26 23:08:32 -04:00
Ean Milligan (Bastion) a7cdd91969 Add heatmap.png generator 2022-06-26 22:53:25 -04:00
Ean Milligan (Bastion) 42cb268a58 sonar fix 2022-06-26 20:23:42 -04:00
Ean Milligan (Bastion) 8e6467fd17 Continued work on heatmap 2022-06-26 20:18:41 -04:00
Ean Milligan (Bastion) e8464cf7bb Initial work on [[heatmap, fixed some loggers to be edit instead of send 2022-06-25 16:38:04 -04:00
Ean Milligan (Bastion) 2b22df032c Change dailyRate to hourlyRate, added math to calculate the rates 2022-06-25 16:26:48 -04:00
Ean Milligan (Bastion) b69cf2060f Create roll heatmap table and sproc, add dailyRate to command_cnt table 2022-06-25 02:09:41 -04:00
Ean Milligan (Bastion) 011120845e created callIncCnt function for simplicity 2022-06-24 21:32:18 -04:00
Ean Milligan (Bastion) b0266ad385 forgot to remove these 2022-06-24 21:11:27 -04:00
Ean Milligan (Bastion) a8bcdb346b deno fmt 2022-06-24 21:06:45 -04:00
Ean Milligan (Bastion) d769ac0e5a added db error message log, added edit message log 2022-06-24 20:52:56 -04:00
Ean Milligan (Bastion) 57518f75a9 deno fmt 2022-06-22 21:45:40 -04:00
Ean Milligan (Bastion) 021f33fc38 Started moving common log messages to one spot 2022-06-22 21:43:57 -04:00
Ean Milligan (Bastion) bff208d560 add catches to all messages 2022-06-22 02:06:50 -04:00
Ean Milligan (Bastion) dba1976a8e Add messages to all api calls 2022-06-22 01:57:38 -04:00
Ean Milligan (Bastion) cc45794497 Added messages to most api calls 2022-06-21 21:48:07 -04:00
Ean Milligan (Bastion) 93375585c1 sonar fixes 2022-06-21 21:36:21 -04:00
Ean Milligan (Bastion) d45cc89eec Cleaned up API responses to make them more standard and easier to customize 2022-06-21 21:33:24 -04:00
Ean Milligan (Bastion) 0cabfe0c99 sonar fixes 2022-06-20 21:03:01 -04:00
Ean Milligan (Bastion) 6e448907ee deno fmt 2022-06-20 20:55:40 -04:00
Ean Milligan (Bastion) df8c31d6d3 API updated to user rollWorker for rolling, fixed api not working at all lol 2022-06-20 20:55:12 -04:00
Ean Milligan (Bastion) a0dae3416f Preparing rollQueue to handle api Rolls 2022-06-20 19:18:23 -04:00
Ean Milligan (Bastion) 170c089fe9 deno fmt 2022-06-20 17:37:45 -04:00
Ean Milligan (Bastion) 71e1d42f68 rollQueue reorg 2022-06-20 17:35:00 -04:00
Ean Milligan (Bastion) 3931ee8394 Add roll error code to embed footer 2022-06-19 21:56:50 -04:00
Ean Milligan (Bastion) 137f6388f7 comment updated 2022-06-19 04:19:25 -04:00
Ean Milligan (Bastion) 66f08bf538 deno fmt 2022-06-19 03:56:04 -04:00
Ean Milligan (Bastion) 4a34596bee Restructured API code to be more readable (like commands) 2022-06-19 03:55:33 -04:00
Ean Milligan (Bastion) 60e13cbd51 Moar Sonar Cleanup 2022-06-19 01:57:10 -04:00
Ean Milligan (Bastion) 65d264d1c6 Sonar cleanup 2022-06-19 01:53:51 -04:00
Ean Milligan (Bastion) bb10d52506 Implemented queueing system for rollWorker to limit number of concurrent workers
Moved some consts to the config.ts file
Added flag to disable logging while rolling for a massive speed increase and to increase stability of the bot
2022-06-19 01:51:16 -04:00
Ean Milligan (Bastion) b58cf31edb Merge remote-tracking branch 'origin/master' 2022-06-19 00:04:18 -04:00
Ean Milligan (Bastion) 52d9258b09 Update start command for worker thread 2022-06-19 00:04:14 -04:00
Ean Milligan 544252b316
Delete Thumbs.db 2022-06-19 00:03:36 -04:00
Ean Milligan (Bastion) 92c97579c0 Fixed CSS for mobile devices 2022-05-28 04:25:17 -04:00
Ean Milligan (Bastion) 26085e8238 actually fixed negative numbers 2022-05-28 04:10:09 -04:00
Ean Milligan (Bastion) db1e55b415 Sonar Fix 2022-05-28 03:49:24 -04:00
Ean Milligan (Bastion) 6e5c525839 updated www image of artificer 2022-05-28 03:45:49 -04:00
Ean Milligan (Bastion) da00caaa74 deno fmt 2022-05-28 03:41:33 -04:00
Ean Milligan (Bastion) 1f4d1e3ef6 Added rollWorker so that multiple dice rolls can happen simultaneously 2022-05-28 03:37:11 -04:00