Dawnforger
2f8c374569
fix(db): MariaDB 10.6+ server and connector compatibility
...
- Parse real MariaDB version after MySQL 5.5.5 compatibility prefix for
DatabaseIncompatibleVersion checks.
- Relax client checks when building against MariaDB C connector
(MARIADB_VERSION_ID); keep Oracle MySQL 8.0+ rules otherwise.
- Use mysql_stmt_bind_param on MariaDB; mysql_stmt_bind_named_param only for
MySQL 8.3+ without MariaDB headers.
- SSL: MYSQL_OPT_SSL_ENFORCE on MariaDB connector, MYSQL_OPT_SSL_MODE elsewhere.
- Track custom_script_loader.cpp so static script link succeeds; CMake
find_package(MySQL) requires COMPONENTS lib on CMake 3.16.
2026-05-08 20:11:43 -05:00
Dawnforger
22e79a4f32
fix(core): DK ToT off-hand strikes and Titan Grip for classless
...
- Item: 2H weapon subclass/inventory masks for strike spells (ToT / dual 2H).
- Player: allow SPELL_EFFECT_TITAN_GRIP through skill validation; clear TG on
talent/spec reset only for warriors.
- PlayerStorage: sync m_canTitanGrip from spellbook before inventory load.
- Spell: treat Thassarian off-hand strike spells as OFF_ATTACK when DBC omits
SPELL_ATTR3_REQUIRES_OFF_HAND_WEAPON.
2026-05-07 23:40:40 -05:00
Docker Build
c09646fdf0
Add BUILD-NATIVE.md for non-Docker compile workflow
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-08 00:08:47 -04:00
Docker Build
8e4c8f57e4
Fractured: Paragon core hooks, mod-paragon, mod-ale, Docker build cap
...
- Track mod-paragon and mod-ale (un-ignore modules in .gitignore).
- Ship docker-compose.override.yml with CMAKE_EXTRA_OPTIONS for LuaJIT (mod-ale).
- Dockerfile: CBUILD_PARALLEL default to limit OOM under Docker/WSL2.
- Core: CLASS_PARAGON sticky combo points (DetachComboTarget), selection rebind,
Spell::CheckPower rune path for multi-resource Paragon.
- spell_dk_death_rune: IsClass(CLASS_DEATH_KNIGHT, CLASS_CONTEXT_ABILITY) for
Blood of the North / Reaping / DRM on Paragon.
- Remove temporary Paragon CheckPower logging.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-08 00:03:09 -04:00
Docker Build
f9f2bc5e0c
Add CLASS_PARAGON enum and bump MAX_CLASSES
2026-05-06 23:44:41 -04:00
Docker Build
72dd540b67
Local snapshot for Docker build (includes mod-ale)
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-06 21:18:20 -04:00