Mercurial > wow > reaction
diff README.html @ 8:c05fd3e18b4f
Version 0.31
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 20 Mar 2007 21:33:59 +0000 |
parents | f920db5fc6b1 |
children | 650f75d08952 |
line wrap: on
line diff
--- a/README.html Tue Mar 20 21:25:29 2007 +0000 +++ b/README.html Tue Mar 20 21:33:59 2007 +0000 @@ -7,8 +7,8 @@ <body bgcolor="#FFFFFF" text="#000000"> <h1 align="center">ReAction</h1> <h3 align="center">AddOn for World of Warcraft</h3> -<p><font size="2">Current Version: 0.3 (beta)<br> - Released: 29 Jan 2007</font><font size="2"><br> +<p><font size="2">Current Version: 0.31 (alpha)<br> + Released: 02 Feb 2007</font><font size="2"><br> WoW Version Compatibility/TOC: 2.0.6 / TOC 20003</font></p> <h2>The Basics</h2> <p>ReAction is a replacement for the default Blizzard action bars. It allows you @@ -30,6 +30,7 @@ <li>Settings can be saved per account, realm, character, class, or independent profile. </li> <li>Compatible with OmniCC</li> + <li>Various configurable display options</li> </ul> <p>ReAction is built using the <a href="http://www.wowace.com/Wiki/Ace2">Ace2</a> development framework.</p> @@ -41,8 +42,8 @@ <p>When you first enter World of Warcraft with ReAction installed, it will look very similar to the default Blizzard UI, depending on what other AddOns are installed. Any keybindings you have made to the action bars, however, are not - in effect. Also, only the main menu bar is shown by default. The bottom left, - bottom right, and two right action bars are hidden.</p> + in effect. Also, only the main menu bar is shown by default. Other bars can + be created as desired.</p> <p>If you have FuBar installed, on the left side you should see the ReAction plugin icon and label. If not, there should be a button on your minimap. In either case, that button (the ReAction Control Button) is the gateway to configuring @@ -110,12 +111,11 @@ <li>If you have a bar with empty buttons, even though they're invisible they still block mouse input from reaching whatever might be under the button. This is a workaround so that you can drag and drop actions onto hidden slots - during combat.</li> + during combat. This workaround can be disabled via a configuration option, + but then you can't drag and drop actions onto slots during combat. Pick your + poison, it's a limitation of Blizzard's protection scheme.</li> <li>If you hide the default main menu bar, there is no substitute for the XP bar, bag bar, or micro menu bar (although the hotkeys for them still work)</li> - <li>The pet bar, by default, appears underneath bar #6 (lower left). You'll - have to move bar 6 out of the way if you want to move the pet bar. Also, it - does not</li> </ul> <h2>Known Issues</h2> <ul> @@ -156,6 +156,31 @@ <li>Localization</li> </ul> <h2>Version History</h2> +<p>Version 0.31:</p> +<ul> + <li>Fixed a bug where action IDs > 120 were being configured and allocated + in certain cases</li> + <li>Fixed a bug where hidden paging controls were reappearing when switching + pages</li> + <li>Fixed a script error that was popping up in certain conditions when starting + keybinding mode, and causing some buttons not to be bindable</li> + <li>Applied a fix that will (hopefully?) eliminate errors saying ACTIONBAR_UPDATE_STATE + was not registered (be on the lookout for recurrences of that one). Hopefully + this fix will eliminate several other intermittent errors that I think are + part of the same cause.</li> + <li>Added new options for controlling the opacity of buttons (which should now + actually work). Previous opacity settings (if any) will be lost and will need + to be re-applied after updating. There is also now a toggle to hide (rather + than alpha-zero) empty buttons, at the expense of not being able to drag actions + onto them during combat.</li> + <li>Action IDs now appear/disappear automatically when bars are unlocked. There + is no longer a menu item to show/hide them.</li> + <li>Changed the default startup bar configuration to only be the paged main + bar. This allows a default startup to create new bars without having to delete + some first. Will probably simplify even further in a future patch. Note this + doesn't fix the action-rearrangement setup headaches with warriors, druids, + and rogues.</li> +</ul> <p>Version 0.3</p> <ul> <li>Complete rewrite of the innards for better modularity</li>