• 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 --->
Resource icon

Utility MQ2PluginManager

〰️Commits​


Removed and replaced the XML window with an ImGui one (#4)

* Removed and replaced the XML window with an ImGui one

* Removed the XML in game window.
* Added ImGui Window (same as the settings panel)
* Reworked the /pluginman command to toggle ImGui Window open | closed.
* Tossed a toggle button on the settings panel to toggle the main window.

* removed the toggle button

removed the toggle button and HelpMarker and replaced with simple Text explaining /pluginman command

* addresses comments

* Added MQ2PluginManager.ini setting to save window state.
* Window will show at load the first time.
* Setting saves when display state changes.
* Removed game state check

* dropped the version number from initialize output.

the version number really did nothing as it was just a string output on initialize.

* save state when manually closing window

this way the state is saved both manually closing or using the toggle command.

the prior was only saving the state with the slash command.

* readded the game state check

* removed unneeded header

* addresses toggeling out of game

Does not automatically show out of game you have to toggle it.

opening and closing the window both in and out of game will save that state.

Will automatically appear in game based on saved state.
(c2acb14) ~Grimmier378

〰️Commits​


Clean up pass on the plugin code

- Moved accessors to the header so they can be inlined
- Return vector by const ref
- Removed a bunch of unused code
- Fixed parsing of filenames to include MQxxx plugins in addition to MQ2xxx
(cd25565) ~brainiac
Posted by: ChatWithThisName

〰️Commits​


Added to MQSettings window (#3)

you can access the toggles in mqsettings. without reloading the game UI

the in game xml window is still there as well.
(53b2f4d) ~Grimmier378
Posted by: ChatWithThisName

〰️Commits​


(c8c05c4) ~Knightly
Merge branch 'v143' into 'master'

Update for v143

See merge request redguides/plugins/mq2pluginmanager!1
(99fd71b) ~Knightly
Posted by: ChatWithThisName

〰️Commits​


- Remove unnecessary emu code
(2502c1c)
Posted by: DoNotReply
Back
Top