• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
MQ2Heals

Combat Assist MQ2Heals

〰️Commits​


More cleanup and c++20 fixes
(338108e) ~brainiac

〰️Commits​


Cleanup MQ2Heals (#4)

- Resolve pPCData->pLocalPC deprecation
- Cleaned up bunches of header includes
- Remove unused includes
- Move includes to cpp files when headers don't need them
- Organize system includes last
- Use forward slashes, avoid relative paths (plugins dir is in search path)
- Fix multiple warnings and issues in Options.h
- Don't name variables with leading underscore/uppercase character,
this naming convention is reserved by the compiler by the c++ standard
and throws warnings on pedantic compiler checks
- Use const-ref for passing std::string
- Use virtual destructors
- Fix proper usage of BeginDisabled
- Use GetBoolFromString library function
- Remove unnecessary ImGuiPluginChildren id list.
- Use helper function for getting plugin proc, instead of pLook
(7566891) ~brainiac

〰️Commits​


Add/update documentation from RedGuides docs system
(57364da) ~Redbot

〰️Commits​


Added Aureate's Bane
(0a2dd1f) ~jimbob

〰️Commits​


Updated Heals Options, fix build bug.
(243d3fd) ~jimbob

〰️Commits​


Add #if HAS_KEYRING_WINDOW wrapper to keyring functions for emu support.
(4a357a2) ~Suede Worthey

〰️Commits​


Fix crash in MQ2Heals at start of plugin.
(2ab0c85) ~Suede Worthey

〰️Commits​


Fixed an issue with base buffs.
(f0bcb97) ~Suede Worthey

〰️Commits​


PR # [2](https://github.com/RedGuides/MQ2Heals/pull/2): settings refactor. Various fixes to existing code.
(9d3f133) ~suedeworthey
Fixed uninitialized variable in Healer.cpp
(8c8103e) ~Suede Worthey
Huge settings refactor. Various fixes to existing code.
(381e459) ~Suede Worthey

〰️Commits​


PR # [1](https://github.com/RedGuides/MQ2Heals/pull/1): code and deprecation warning fixes
(f02639b) ~suedeworthey
General code and deprecation warning fixes

- fix deprecation warnings.
- fix invalid code in _CheckCaster code path with what I *think* was
actually intended.
- fix XTargets loop making copies of all the data
(e872d3f) ~brainiac
Back
Top