• Joined on 2024-07-16
dave pushed to master at dave/wow_Meta 2025-05-25 12:27:25 +00:00
0e86aad811 Update return type in UnitIsPVP documentation from nil to boolean
dave pushed to master at dave/ImageDeduplicator 2025-05-25 11:11:09 +00:00
b7e232e80a Add configuration struct for command-line flags and refactor main logic to use it
1ef25f6420 "Fix" file removal by tracking deleted files
Compare 2 commits »
dave pushed to master at dave/wow_cyka 2025-05-25 09:16:53 +00:00
d4d264f23a Update subproject commit reference in Meta
dave pushed to master at dave/wow_cyka 2025-05-25 09:15:18 +00:00
c03d2d3767 Delay camera speed setting by 5 seconds after player login
dave pushed to refactor at dave/wow-Heimdall 2025-05-25 09:09:57 +00:00
7eee3a13a6 Add Russian localization who (kto) for our russian friends
263cf8e2e4 Add chatSniffer localization and configuration UI
ccbf0f8dc2 Add chatSniffer configuration and integrate into Heimdall initialization
63027c2dcf Update module initialization messages to use consistent format
d46c874604 Add timestamp logging to ChatSniffer events
Compare 6 commits »
dave pushed to refactor at dave/wow-Heimdall 2025-05-25 08:45:29 +00:00
1168876dcc Fix FriendsFrame_OnEvent to pass additional parameters so it actually works naturally
bdf5afe436 Comment out debug print statements in Messenger module and fix queue loading
85ff907f05 Reset whoQueryIdx to 1 when no WHO query is found
7ae9db030b Remove redundant event registration for ADDON_LOADED in Heimdall.lua
Compare 4 commits »
dave pushed to master at dave/wow-AchievementSniffer 2025-05-25 01:19:17 +00:00
e841dd5ecb Fix saveAchievementsToSourceFiles call in main.go and update succ.sh to include directory change before script execution
dave pushed to master at dave/wow-AchievementSniffer 2025-05-25 01:16:34 +00:00
11beac50eb Refactor AddMessages to use structured payload and improve error handling in chatsniffer
5e6a5e830e Add initial implementation of chatsniffer with Meilisearch integration and required dependencies
Compare 2 commits »
dave pushed to master at dave/wow-Heimdall 2025-05-25 00:59:10 +00:00
dc94b70259 Add timestamp logging to ChatSniffer events
500c543d7c Add ChatSniffer module and update saved variables
Compare 2 commits »
dave pushed to master at dave/multiboxer 2025-05-24 21:56:31 +00:00
b5446516e4 Add sorting for process list and implement scroll lock toggle
dave pushed to master at dave/wow-AchievementSniffer 2025-05-24 21:39:01 +00:00
9035a8284c Add Flush function to send remaining achievements and call it in saveAchievements
4fbc49c52f Implement batch processing for achievement saving with HTTP request handling
cdefc1735f Refactor SQL queries to use parameterized values for player names and similarity percentage
54cd559abe Implement loadUniquePlayers function to retrieve and store unique player names from the database
Compare 4 commits »
dave pushed to master at dave/ImageDeduplicator 2025-05-23 11:38:16 +00:00
7946eb43c5 Refactor image processing into separate hash and group workers for improved concurrency and clarity
552d0d4057 Add progress logging for processed and compared files
6445a2eded Add worker concurrency and support for PNG images
47617fcdc5 Fix oopsie in iteration over files, now use files instead of args
Compare 4 commits »
dave pushed to master at dave/ImageDeduplicator 2025-05-23 11:15:58 +00:00
b8f599d69f Filter non-image files and deduplicate by keeping the largest file in each group
9b49cfa9a5 Implement doublestar globbing instead of file list
91df8aa4f4 Rename to imdedup
9a89c04b4c Initial commit
dave created branch master in dave/ImageDeduplicator 2025-05-23 11:15:58 +00:00
dave created repository dave/ImageDeduplicator 2025-05-23 11:15:54 +00:00
dave pushed to master at dave/BepInEx 2025-05-21 21:34:21 +00:00
8a149d45ec Try and cook dodge timings
dave pushed to master at dave/BepInEx 2025-05-21 18:51:53 +00:00
c2fe7b0c9e Implement transpiler for level up stat evaluation in Actions_ClickedStat
dave pushed to master at dave/BepInEx 2025-05-21 18:46:56 +00:00
15460ab629 Fix up stat handling in LevelUp patch
71163fc589 Add source files
0f2a242b30 Add options for level up stats and skills
Compare 3 commits »
dave pushed to master at dave/BepInEx 2025-05-21 15:01:10 +00:00
4ae13418a6 Add dodge window option
9583944c69 Add current input tracking and enhance debug logging in ExpressionConfigEntry
345f8c4565 Add debug logs to our expressions
66ca370ac2 Implement ExpressionConfigEntry that implements shunting yard and postfix notation to compute values based on strings
dea5256339 Copy paste to banquet for fools
Compare 5 commits »
dave pushed to master at dave/wow-AchievementSniffer 2025-05-21 11:21:59 +00:00
69459d8822 Update readme