Xurkon
3f105e5782
fix: harden learner compatibility shims
2026-06-06 07:03:16 -05:00
Xurkon
f8b3972e70
fix: add lua 5.0 compatibility shims
2026-06-04 21:54:36 -05:00
Xurkon
51561b97d8
perf: batch learner updates and remove Turtle support
2026-06-04 06:47:45 -05:00
Xurkon
6e34cebead
feat: release v1.4.6 - Fix SavedVariables persistence and red textures for MafWow/3.3.5a
2026-03-22 08:30:20 -05:00
Xurkon
c5c3897421
feat: idempotent quest tracking and robustness improvements v1.3.7
2026-03-19 00:22:26 -05:00
Xurkon
afd2dc82b9
refactor: simplify and perfect Lua 5.0 select polyfill
2026-03-18 22:10:24 -05:00
Xurkon
28fc4d5095
chore: release v1.3.5 - Comprehensive Taint & Architecture Fixes
2026-03-18 21:27:48 -05:00
Xurkon
aed0daf4ce
feat: Release v1.3.2 — Taint Resolution & Stability patches
2026-03-18 15:08:52 -05:00
Xurkon
4db9737a35
chore: stage all pending changes (DB cleanup, corrections, compiler, init, plugin API)
2026-03-16 19:41:52 -05:00
Xurkon
984b9f9a68
fix: correct select() polyfill in QuestieLoader to not use arg table
...
The previous implementation used 'arg' (Lua 5.0 implicit vararg table) which
is nil inside a fixed-parameter function. Replace with the explicit index-chain
pattern matching the QuestieCompat.lua version.
2026-03-15 19:04:01 -05:00
Xurkon
6d3189b608
fix(p1): restore Lua 5.0 polyfills, hooksecurefunc, C_Timer, LibDeflate, and XXH load lines
...
- QuestieLoader.lua: add table.getn, math.mod, string.match, string.gmatch, select polyfills
- QuestieCompat.lua: add string.match, select, math.mod shims; hooksecurefunc polyfill;
full C_Timer polyfill; fix Is335 to use do/end block safe for Lua 5.0
- embeds.xml: add LibDeflate lib.xml include
- Questie-X.toc, Questie-X-Classic.toc, Questie-X-Turtle.toc: add XXH_Lua_Lib load line
2026-03-15 17:50:50 -05:00
Xurkon
6ef85d4e2d
v9.7.2: Ebonhold Database integration and core logic refinements
2026-02-14 21:13:44 -06:00