Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


Main Takeaway:
Ignore Safe Zones for auto consumption
- Add ability to ignore safe zones for auto consumption
Bug Fixes
(a6a0d88) ~SicFix/remove usage of Buffer
Commits
(ea341d0) ~RedbotPR # [4](https://github.com/RedGuides/MQ2FeedMe/pull/4): cleanup + settings panel
(5b52b3f) ~SicTypo
- corrected "hunter" to "hunger
(61a5545) ~SicSpacing
- Fixed spacing
(94bff94) ~SicUI Cleanup
- adjusted capitalization usage
- clarified checkbox titles
- fixed brackets to match styling
- adjusted the food and drink list tables to not use a child and instead a ScrollY
(73ca670) ~SicRemove vestigial function
- removed the ever ominous sounding "Execute" function that was no longer in use
(fde23ab) ~SicUpdate Loops
- updated ListTypes loop per review commit # [feedbac](https://github.com/RedGuides/MQ2FeedMe/commit/feedbac)k
- update targetVector loops
- utilized DeletePrivateProfileKey
(82f372a) ~SicBrackets + Spacing
- Updated brackets to match styling
- updated tabs/spacing
(a01d0bb) ~SicUpdates from review comments
- AnnLevels to AnnounceLevels
- AnnConsume to AnnounceConsume
- use PLUGINMSG
- adjust text output for readability
- !_stricmp to ci_equals
- utilize std::clamp
(6afb77d) ~SicUpdate includes
- changed includes from <foo> to "foo"
- - learned that <foo> should be for standard libraries or third part libraries, and "foo" should be for user/project
(db94d07) ~SicMerge remote-tracking branch 'origin/master' into update
(e51df92) ~SicFeedMe
- use bBuffTimersOnHold instead of a curated list of zones
- PCHAR to const char*
(a7c2744) ~SicFeedMe review updates
- I *believe* i got all the commit # [feedbac](https://github.com/RedGuides/MQ2FeedMe/commit/feedbac)k thusfar
- - some items github had minimized and i didn't see until after I had already made a bunch of changes, so if I skipped something please let me know
(04840d2) ~SicUpdates
- Change IgnoreSafeZones by CLI
- adjust size and center the text for double clicking to remove an item from the list
(a935412) ~SicPulse delay
- Added a 1 second pulse delay
- removed the frame dependent delay
(e011ea8) ~SicFeedMe
- fix deref warning
(40daeed) ~Sic
(a348370) ~SicFeedMe Updates
- changed list to vector
- "Hunger" to vFoodList
- "Thirst" to vDrinkList
- HandleFoodDrinkItem to HandleAddFoodDrinkItem
- add ability to double click to remove an item from the Food/Drink lists
- added which ini section for helpmarkers
- adjusted text for clarity
(73e9da6) ~SicFix type memebers
- fixed type members to use scoped enum
(0623f27) ~SicButton text cleanup
(dcd2db0) ~SicClean up text / descriptions
(e3a9abd) ~SicPr update
(e7b49f9) ~SicBetterer UI tags
- provide a slightly better descriptor for the UI checkboxes
(567c6e6) ~SicWritePrivateProfile Int not string
(4623da3) ~SicReview
- removed spaces
(cf751ca) ~SicBracket
- fixed braces to match style
(3945297) ~SicFix
- GetPcProfile check to pLocalPC
- GetCharInfo() to pLocalPC
(8675907) ~SicFix
- Remove redundant (and not reachable) !food duration check
(24a51ff) ~SicZoneID
(60d096e) ~SicFix potential issue if food/drink had % in it
(f42aaca) ~SicRemove Unneeded check
(9ecb872) ~SicGuard with pLocalPlayer
(8ee29c5) ~SicType Member update/fix
(88fc984) ~SicFix space vs tab
(ca4bae6) ~SicIgnore Safe Zones for auto consumption
- Add ability to ignore safe zones for auto consumption
(4b3df7f) ~Sic
(2f852d4) ~SicFeedMe
(bc5cba9) ~SicFeedMe Updates
- bracket cleanup
- spacing cleanup
- some deprecation cleanup
- !_stricmp to ci_equals
- settings panel
- - including "click to add"
- Remove using namespace std
- Remove #defines that were only used in 1 place
- Clarify GoodToFeed (left existing comment format)
- Switch global to GetGameState()
- Remove some unused variables in if statements
- Remove "SafeItoa"
- Switch SetGameState callback to use GameState
- Remove reference to pulses as seconds
- added bAnnConsume --- the bAnnConsume toggle was done in the same way the rest of the plugin functions
- updated the ini area to reflect bool changes and bAnnConsume
- Updated CursorHasItem function (consultation from CWTN & Brainiac)
- changed instances of BOOL to bool (consultation from Brainiac)
-Updated MQ2Feedme.cpp to include a check if you are camping, so you don't interrupt camping out to eat/drink