Kelsidavis-WoWee/extern
Kelsi 290e9bfbd8 feat: add Lua 5.1 addon system with .toc loader and /run command
Foundation for WoW-compatible addon support:

- Vendor Lua 5.1.5 source as a static library (extern/lua-5.1.5)
- TocParser: parses .toc files (## directives + file lists)
- LuaEngine: Lua 5.1 VM with sandboxed stdlib (no io/os/debug),
  WoW-compatible print() that outputs to chat, GetTime() stub
- AddonManager: scans Data/interface/AddOns/ for .toc files,
  loads .lua files on world entry, skips LoadOnDemand addons
- /run <code> slash command for inline Lua execution
- HelloWorld test addon that prints to chat on load

Integration: AddonManager initialized after asset manager, addons
loaded once on first world entry, reset on logout. XML frame
parsing is deferred to a future step.
2026-03-20 11:12:07 -07:00
..
imgui@814c6a194b Convert imgui to git submodule (shallow) 2026-02-18 19:23:03 -08:00
lua-5.1.5 feat: add Lua 5.1 addon system with .toc loader and /run command 2026-03-20 11:12:07 -07:00
nlohmann Track missing extern headers (stb_image_write, nlohmann/json) 2026-02-18 17:39:09 -08:00
vk-bootstrap@2e7c8e8323 Pin vk-bootstrap to v1.3.302 for Vulkan 1.3 header compatibility 2026-02-23 18:51:33 -08:00
miniaudio.h Replace process-spawning audio with miniaudio for non-blocking playback 2026-02-09 00:40:50 -08:00
stb_image.h Add loading screen with random WOWEE splash images 2026-02-03 13:33:31 -08:00
stb_image_write.h Track missing extern headers (stb_image_write, nlohmann/json) 2026-02-18 17:39:09 -08:00
vk_mem_alloc.h Track VulkanMemoryAllocator header in extern/ 2026-02-23 18:54:00 -08:00