mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-24 08:00:14 +00:00
Fix GetScreenWidth/GetScreenHeight/GetNumLootItems/GetFramerate being overridden by hardcoded Lua stubs that ran after the C functions were registered. Now the real C implementations correctly take effect. Add GameTooltip global frame with 20+ methods (SetOwner, ClearLines, AddLine, AddDoubleLine, SetText, NumLines, GetText, SetHyperlink, etc.) and ShoppingTooltip1/2 — critical for virtually all WoW addons. Add frame:CreateTexture() and frame:CreateFontString() methods returning stub objects with common API methods, enabling UI creation addons. Add real GetFramerate() returning actual FPS from ImGui. |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||