Commit graph

4 commits

Author SHA1 Message Date
Azrub
60bdded498 Removed PCH remnants and standardized C++17 across all configurations
- Removed obsolete files: framework.h, pch.h, pch.cpp
- Cleaned all PrecompiledHeader references from project settings
- Set C++17 standard for all platforms (Win32 + x64) and configurations (Debug + Release)
- Removed .vcxproj.user from tracking (personal settings)
- Updated .gitignore
2025-08-03 03:16:27 +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
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
586acdde4c
Initial commit 2025-06-30 23:25:50 +02:00