Commit graph

19 commits

Author SHA1 Message Date
Azrub
80c2157f24 Merge branch 'main' of https://github.com/Azrub/GolemHelper 2025-07-31 18:46:51 +02:00
Azrub
291c4aa939 Release v1.2.6.0
- Removed use custom delay tick option (addon will automatically use the values of the sliders for delays)
- Cleaned up the custom delays section (removed collapsible background)
2025-07-31 18:46:21 +02:00
Azrub
e369025a59
Update README.md 2025-07-21 18:22:15 +02:00
Azrub
f3f326266c Release v1.2.5.0
Added support for 3440x1440 monitor
2025-07-20 16:34:58 +02:00
Azrub
ad0d3f3641 Release v1.2.4.0
Added support for 5120x1440 monitor
2025-07-19 23:01:14 +02:00
Azrub
995dc8b505 Release v1.2.3.0
Dual delay system with collapsible UI

- Added separate Initial Delay and Step Delay sliders for better timing control
- Fixed custom delay bug where 290ms custom was failing vs 290ms default
- Implemented collapsible "Set Custom Delays" section for cleaner UI
- Added internal "Use Custom Delays" checkbox for easy on/off control
- Users can now configure delays, enable them, and collapse section to save space
- Updated config system to save/load both delay values
2025-07-19 19:54:41 +02:00
Azrub
4adbe16698 Refactor: Split dllmain.cpp into organized modules
- Split 1000+ line dllmain.cpp into clean, modular structure
- Organized code into Common/, Utils/, Config/, Automation/, UI/, Input/ modules
- Removed precompiled headers to simplify build configuration
- Improved maintainability and code organization
- No functional changes, identical addon behavior
2025-07-17 13:28:31 +02:00
Azrub
f41ab40356 Release 1.2.2.0
- Added embedded icons support with Windows resources
- Added icon extraction from embedded DLL resources
- Include PNG icons as embedded resources
- Updated gitignore for build artifacts
- Icons are automatically extracted to addons/GolemHelper/icons/
2025-07-16 18:57:20 +02:00
Azrub
8684c75f21 Release v1.2.1.0
Fixed slider width to prevent UI expansion when custom step delay is enabled
2025-07-16 12:44:16 +02:00
Azrub
c82d032a23 Release v1.2.0.0
- QuickAccess Integration: Added clickable icon in Nexus toolbar for easy UI access
- Updated project settings: Disabled precompiled headers for ImGui source files
2025-07-16 10:16:24 +02:00
Azrub
21ce30fc68 Release v1.1.0.0
Added automatic config file creation and management
2025-07-13 14:31:34 +02:00
Azrub
cdbfea0319 Release v1.0.1.0
- Added dedicated healer bench sequences for qHeal/aHeal modes (it also simplified the code quite a lot)
- Dynamic UI labels: "DPS Modes" → "Healer Modes" when environment damage enabled
- Quick DPS/Alac DPS buttons auto-rename to qHeal/aHeal in healer mode
- Normal mode disabled during healer bench (forces qHeal/aHeal selection to make up for the boon that would be provided by the boon DPS)
- Simplified environment damage logic
- Renamed Big Hitbox to Large Hitbox
2025-07-12 17:09:28 +02:00
Azrub
1ecf654433 Release v1.0.0.0 2025-07-11 23:52:08 +02:00
Azrub
0dc7e655f2 Release v1.0.0-beta.3
Environment damage support, advanced settings settings, UI improvements, clean up
2025-07-11 23:02:59 +02:00
Azrub
f92ec0b9fc Fixed tag
Fixed beta tag inside UI
2025-07-10 20:35:33 +02:00
Azrub
ec0eb69865 Beta.2 - Added ImGui support and new features
- Added ImGui library integration
- Enhanced UI configurations
- Improved custom delay settings
- Fixed existing bugs
- Updated project dependencies
2025-07-10 20:22:46 +02:00
Azrub
fcf6e26e66
Add files via upload 2025-06-30 23:43:46 +02:00
Azrub
513ca8d0b5
Update README.md 2025-06-30 23:39:00 +02:00
Azrub
586acdde4c
Initial commit 2025-06-30 23:25:50 +02:00