Dec 18, 2023:
- Update ImGui to 1.90
- Update ImPlot to 0.17
- lua: ImGui and ImPlot lua bindings fully refreshed with 100% coverage of definitions.
- lua: mq-definitions VSCode extension available at
https://marketplace.visualstudio.com/items?itemName=ZenithCodeForge.mq-defs
- datatypes: add TradeskillDepot.DepositItem
- datatypes: add Type.InheritedType
- datatypes: add Me.LaurionInnVoucher, Me.ShalowainsPrivateReserve
Dec 12, 2023:
- live: Updated for latest patch
- live: Updated for latest patch (again)
Dec 9, 2023:
- Fix formatting of links in console when line contains multiple links
Dec 8, 2023:
- live: Fix spawn manager crash
Dec 5, 2023:
- live: Updated for latest expansion
Dec 4, 2023:
- test: Fix ZoneGuide
- Add Me.PersonaLevel - takes class shortname as param, returns level of that class persona.
e.g. ${Me.PersonaLevel[DRU]} returns level of druid class persona.
Dec 2, 2023:
- test: Updated for latest patch
Nov 28, 2023:
- Actors are now live for use in plugins, see
https://docs.macroquest.org/plugins/developing/actors/
- Actors are also now live for use in lua scripts, see examples/buffbeg.lua for example usage.