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.
Commits
(39282cc) ~DerpleMQ2Merge branch 'beta'
(0c0e027) ~DerpleMQ2Removed unused vars
(ccda2b0) ~DerpleMQ2Merge branch 'beta'
(aa3fcae) ~DerpleMQ2- restore default color but not custom
(ec711a2) ~DerpleMQ2- v2.3
- fixed button alpha (your button colors will change blame people with good color vision for making me fix this
- removed cusor icon drawing as it is now in core mq.
(b1f0517) ~DerpleMQ2- Removed Cursor Display Text in favor of mq.core version
- Spec fix on button colors being slightly off.
Bug Fixes
(5e9a1ad) ~DerpleMQ2Fixed a but in visibility toggle
Commits
(053d38d) ~DerpleMQ2Forced Build push.
(a872420) ~DerpleMQ2- Version bump 2.2!
- Multi Hotbar support
- Complete overhaul of rendering
- Timer clocks now render under text
- Text is render uniformilly across all button types
- Compact Mode!
- Hide Toolbar!
- Lots of new features!
(517c343) ~DerpleMQ2Rollback custom window names per char due to race condition.
(75e9588) ~DerpleMQ2/btn cmd fix
(af5a5f2) ~DerpleMQ2BM Window settings now based on characters
(0090906) ~DerpleMQ2Removed position replication
(a3771f1) ~DerpleMQ2Console font is now used for sanity
(9408126) ~DerpleMQ2Allow tabs in the edit window.
(ae1bf07) ~DerpleMQ2Time-based timers now work on lua scripted buttons.
(fa5a640) ~DerpleMQ2- Support for hiding Hotbars
(0b4eeb8) ~DerpleMQ2Compact mode now better lays out the lock and settings icons.
(95255f0) ~DerpleMQ2Validate import better.
(b68d45b) ~DerpleMQ2- Fixed a bug in upgrading from super old versions
(39f871f) ~DerpleMQ2- Font Size and Button Size are now per-hotbar settings.
(2255cfe) ~DerpleMQ2- Compact mode Support
(4461d57) ~DerpleMQ2Merge branch 'alpha' into beta
(57e1072) ~DerpleMQ2- Massive Overhaul
- Support for Multiple hotbars
- Version 6 Configs.
- Lock and Titlebar settings per hotbar
Bug Fixes
(cc62e7a) ~DerpleMQ2Fixed an issue where converting an old ini could cause a crash
Commits
(98fd71d) ~derpleMerging Beta into Mainline
(195d5b4) ~DerpleMQ2Removed random newlines
(a43c836) ~DerpleMQ2- fixes a crash that can happen if upgrade is needed and mq.exit() gets called after an imgui crash.
(7e06069) ~DerpleMQ2Lua support.
(19ebc8b) ~DerpleMQ2- Style Var Support
(af389e1) ~DerpleMQ2Themeing support
(04a6375) ~DerpleMQ2Delete support
(dfc9006) ~DerpleMQ2- Social DragDrop Replication Support
(9b491f0) ~DerpleMQ2- Tooltips only display if they have text.
(86833fd) ~DerpleMQ2- consolidated tooltip code
(a406362) ~DerpleMQ2- Icon tooltips
(6208ee0) ~DerpleMQ2- Fixed a bug where turning on advanced would for a 0 icon.
- removed usage of ed utils some more.
(b824a6a) ~DerpleMQ2Fixed where we check version info.
(445df9e) ~DerpleMQ2Upgrades now require a special command to avoid corruption
(c7c64d7) ~DerpleMQ2Removed LIP and ed.utils dependancies.
(243f60c) ~DerpleMQ2- added some additional ingame checks.
(36aefe0) ~DerpleMQ2** MINOR BREAKING CHANGE NOTICE **
- Minor breaking change in this version:
- If you had previously created custom LUAs they will now need a "return " added to the front of them. This was done so that you can do complex lua statements instead of just single return values.
- Lua support for:
. Icons
. Button Labels
- New Timer subtype: Toggle - if you dont want to use a timer you can use this to toggle the button avaiable/unavaiable instead. No timer tooltip is added.
(2642c2c) ~DerpleMQ2Validate character config exists before up versioning.
(fe89704) ~DerpleMQ2- Removed Hard Coded Sets
- Added the ability to create Default Layout under the Display menu
(71f9580) ~DerpleMQ2- Initial setup for multi window support to come.
(435dc43) ~DerpleMQ2TitleBarStatus is now pushed with replicate
(507fa7a) ~DerpleMQ2- you can no longer create a set name that already exists.
(679af94) ~DerpleMQ2Warning message cleanup pass.
(e4be2d0) ~DerpleMQ2- More Menu cleanup.
(5e83768) ~DerpleMQ2- Debug Dev Output support
- Added ability to hide the title bar
- Moved around the menus to make them slightly more sane
(00255a0) ~derpleUpdated comments
(85ae3a1) ~DerpleMQ2- Added extra Safety checks
(f5564b2) ~DerpleMQ2- Added Drag and Drop support for:
. Spell Gems
. AAs
. Abilities
. Items
. Item Links
- Added Timer Support for AA, Item, Ability, SpellGems, Custom Lua and Seconds Timers
- Lots of code cleanup
(b830eca) ~DerpleMQ2Cooldown timer is now a clock.
(e6e7b15) ~DerpleMQ2Added cooldown timer to buttons
(f78ab75) ~DerpleMQ2Added the ability to export/import shared buttons and button sets.
- Data model changes and sharable buttons
(719cb1f) ~DerpleMQ2
Commits
(e5af56c) ~derplePush for website to pickup
(f6ffda8) ~DerpleMQ2- Merged Beta into Mainline
- Mainline now includes all the latest from Beta which have been tested and stable for the last 7+ days
Updates:
- Configuration saved as Lua file now.
- Always displayed all defined buttons empty buttons shown if there is extra space.
- Color Wheel picker is fixed
- Naming buttons with numbers is fixed
- Fixed historical bugs:
- The way that buttons per row were calculated was wrong using a hard-coded value of 5 instead of the actual padding value
- Buttons will no longer go off into invisible width space
- New feature
- Buttons will be displayed up to the end of a row of the last defined button.
- This means that if you define button #88 we will render up to at least button 88 and possibly past it to get to the end of the row that button 88 renders on.
- Fixed a legacy bug where labels could be numbers
- This could cause sorting to crash
- All Labels are now strings.
- ButtonMaster can now be locked with the Lock Icon in the top left.
- You can now select Icons from the spell Icon list to go on buttons along with text.
- You can now clear icons/test colors with a right click
- Iconic buttons (see below)
- Icon buttons now use Selectables to behave more like normal buttons
- All spell Icons now available.
(548e2c7) ~DerpleFix for buttons with %'s in them
(d3c7711) ~DerpleMQ2Always close the picker if edit is closed.
(762aa1e) ~DerpleMQ2Updated Icon Picked to support all Spell Icons
- IconID starts and 0 and goes to 2243 now.
(e0c0f9b) ~DerpleMQ2Close IconPicker with edit box
(27f3228) ~DerpleMQ2- Added a right click menu on icons to remove an icon from a button.
- Added same option for button and text color
- Reset is now Reset All and resets Icons as well
- Fixed a bug with how set renaming was handled.
-
(6a1050d) ~DerpleMQ2- Switched from using Invisible Buttons to Selectables
- This creates a more consistent UX between Icons and Text Buttons
- Please test all context menus you use normally.
(2b3a299) ~DerpleMQ2Fixed numerical labels that worked their way into lua configs.
(d4595f8) ~DerpleMQ2Buttons can now use Icons.
(bf1ddd0) ~DerpleMQ2Locking support
(f4d0fde) ~DerpleMQ2Fixed replication.
(10e8926) ~DerpleMQ2Cap buttons at 100
(ca79313) ~DerpleMQ2- Fixed a legacy bug where some labels were treated as numbers and others as strings
- If a button was converted but not used it did not get updated correctly.
(07abba0) ~DerpleMQ2- Fixed an issue where it if your last defined button landed as the last colum then it would print 1 more extra row.
(b7a23ec) ~DerpleMQ2- Fixed historical bugs:
- The way that buttons per row was calculated was wrong using a hard coded value of 5 instead of the actual padding value
- Buttons will no longer go off into invisible width space
- New feature
- Buttons will be displayed up to the end of a row of the last defined button.
- This means that if you define button #88 we will render up to at least button 88 and possibly past it to get to the end of the row that button 88 renders on.
(5585c51) ~DerpleMQ2Snark comments make the man.
(0641fc7) ~DerpleMQ2Change for the sake of change part deux
(89f05ae) ~DerpleMQ2Change for the sake of change.
(e2f80eb) ~DerpleMQ2Only save if changes were made.
(64ad722) ~DerpleMQ2- Buttons no longer contain 5 Commands
- Buttons can have any number of commands seperated by newlines
- Button Editor is now resizable
- Button Editor is now a text edit box
- Merged Beta into Mainline
- Mainline now includes all the latest from Beta which have been tested and stable for the last 7+ days
Updates:
- Configuration saved as Lua file now.
- Always displayed all defined buttons empty buttons shown if there is extra space.
- Color Wheel picker is fixed
- Naming buttons with numbers is fixed
- Fixed historical bugs:
- The way that buttons per row were calculated was wrong using a hard-coded value of 5 instead of the actual padding value
- Buttons will no longer go off into invisible width space
- New feature
- Buttons will be displayed up to the end of a row of the last defined button.
- This means that if you define button #88 we will render up to at least button 88 and possibly past it to get to the end of the row that button 88 renders on.
- Fixed a legacy bug where labels could be numbers
- This could cause sorting to crash
- All Labels are now strings.
- ButtonMaster can now be locked with the Lock Icon in the top left.
- You can now select Icons from the spell Icon list to go on buttons along with text.
- You can now clear icons/test colors with a right click
- Iconic buttons (see below)
- Icon buttons now use Selectables to behave more like normal buttons
- All spell Icons now available.