Skip to content

Commit

Permalink
7.3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralofhope committed Aug 30, 2017
1 parent 3fdfb8a commit c4b2658
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 32 deletions.
25 changes: 20 additions & 5 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
# Changelog

`git log` is another good way to peer into the innards of this repository.

*Note that this document uses*

* "SDM" to mean "Super Duper Macro"
* "WoW" to mean "World of Warcraft"



## 7.3 series

### 7.3.0.1

- Commented-out PlaySound(), because it will now only accept soundkit IDs.
- It will be updated later.


# Old notes


### 2016-04-21 - 6.2.4-21463

spiralofhope's fork - https://github.com/spiralofhope/SuperDuperMacro

* **Note that no Lua code has been changed!**
* Added tagging to the git repository, for all previous releases mentioned with `git log`.
* This allows a user to visit the git repository to easily view any of those tagged versions.
* Documentation update.
* Changing SDM's version numbering scheme to show what version of WoW it's been most recently tested-against.
- **Note that no Lua code has been changed!**
- Added tagging to the git repository, for all previous releases mentioned with `git log`.
- This allows a user to visit the git repository to easily view any of those tagged versions.
- Documentation update.
- Changing SDM's version numbering scheme to show what version of WoW it's been most recently tested-against.


### 2014-10-16 - 2.6.1
Expand Down
87 changes: 67 additions & 20 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,34 +1,81 @@
Super Duper Macro
version 2.6.1
by hypehuman
**NOTE** - This addon is largely unchanged from hypehuman's efforts!

http://www.wowinterface.com/downloads/info10496


# Super Duper Macro

A
[World of Warcraft](http://blog.spiralofhope.com/?p=2987)
[addon](http://blog.spiralofhope.com/?p=17845)
which simplifies the game buttons, giving much more screen space. A fork of
[hypehuman](http://www.wowinterface.com/forums/member.php?action=getinfo&userid=52682)
's
[Super Duper Macro](http://www.wowinterface.com/downloads/info10496)
.

[source code](https://github.com/spiralofhope/SuperDuperMacro)
· [home page](http://blog.spiralofhope.com/?p=18050)
· [releases](https://github.com/spiralofhope/SuperDuperMacro/releases)
· [latest beta](https://github.com/spiralofhope/SuperDuperMacro/archive/master.zip)


# Installation

Since it's a regular addon, it's manually installed the same as every other addon would be.

1) [Download Super Duper Macro](https://github.com/spiralofhope/SuperDuperMacro/releases)

2) Extract it to your `Interface\AddOns` folder.

Perhaps your game is installed to one of:

`C:\Program Files\World of Warcraft` <br />
`C:\Program Files\World of Warcraft (x86)`

.. and so you would extract the contents of your downloaded archive to something like:

`C:\Program Files\World of Warcraft\Interface\AddOns`

.. and so you would end up with the folder

`C:\Program Files\World of Warcraft\Interface\AddOns\SuperDuperMacro`

.. and inside it would have `SuperDuperMacro.toc` and all the other files.


- [Curse blog entry on manually installing AddOns](https://support.curse.com/hc/en-us/articles/204270005)
- [Curse FAQ on manually installing AddOns](https://mods.curse.com/faqs/wow-addons#manual)


# Configuration / Usage

Open the interface by typing `/sdm`

* Create macros beyond the 255-character limit, and even beyond the 1023-character macrotext limit.
* However, no individual line in a macro may be more than 1023 characters long (you will get a warning).
* The number of lines is unlimited.
* Share macros in-game.
* Button macros
** 36 global and 18 character-specific for each character.
- Create macros beyond the 255-character limit, and even beyond the 1023-character macrotext limit.
- However, no individual line in a macro may be more than 1023 characters long (you will get a warning).
- The number of lines is unlimited.
- Share macros in-game.
- Button macros
- 36 global and 18 character-specific for each character.
* Floating macros accessed by `/click`
** You can make as many of these as you want.
- You can make as many of these as you want.
* Lua scripts of unlimited length
** `/sdm run <name>`
** `sdm_RunScript("name")`
- `/sdm run <name>`
- `sdm_RunScript("name")`


Suggestions and bug reports are always welcome. You can post comments on http://www.wowinterface.com/downloads/info10496
# Issues and suggestions

If you want to add something yourself, you can either:
([issues list](https://github.com/spiralofhope/SuperDuperMacro/issues))

* Upload it in the "Optional Files" tab,
* or create a pull request to my GitHub repo: https://github.com/hypehuman/super-duper-macro
- If you seen an error, disable all addons but this one and re-test before creating an issue.
- If you have multiple addons installed, errors you think are for one addon may actually be for another. No really, disable everything else.
- Search for your issue before creating an issue.
- Always report errors.
- There are several helpful addons to catch errors. Try something like [TekErr](http://www.wowinterface.com/downloads/info6681).


### Special thanks to
# Special thanks

* The **SuperMacro** AddOn, which inspired the idea for this addon.
* All the regulars on the UI & Macro forums, who have been guiding me through this process.
- The **SuperMacro** AddOn, which inspired the idea for this addon.
- All the regulars on the UI & Macro forums, who have been guiding me through this process.
26 changes: 19 additions & 7 deletions SuperDuperMacro.toc
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
## Interface: 60000
## Title : Super Duper Macro
## Notes: Enables creation of incredibly long macros.
## Author: hypehuman
## Version: 2.6.1
## SavedVariables: sdm_version, sdm_listFilters, sdm_iconSize, sdm_mainContents, sdm_macros
# SuperDuperMacro has most recently been tested against:
# Version 7.3.0 (24920) (Release x64)
# Aug 28 2017

# The interface number can be learned with:
# /dump select( 4, GetBuildInfo() )
## Interface: 70200
## Author: spiralofhope, hypehuman
## Title: Super Super Macro
## Notes: Enables the creation of incredibly long macros.
## Version: 7.3.0.1
## SavedVariables: sdm_version, sdm_listFilters, sdm_iconSize, sdm_mainContents, sdm_macros
## DefaultState: enabled

## X-Date: 2017-08-29
## X-Website: https://github.com/spiralofhope/SuperDuperMacro/
## X-Feedback: https://github.com/spiralofhope/SuperDuperMacro/issues/new

SuperDuperMacro_Core.lua
SuperDuperMacro_Interface.lua
SuperDuperMacro_Sharing.lua
SuperDuperMacro_Frames.lua
SuperDuperMacro_MacroInterpreter.lua
SuperDuperMacro_MacroInterpreter.lua

0 comments on commit c4b2658

Please sign in to comment.