Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

BigWigs 2632 2577 Other (FryGuy) 29169 2687

latest revision download BigWigs

2632 annotated / raw | Diffs: previous, other | Lines: 75 ( +31, -19 )

Created: 2006-06-10 14:24:16 -0700 (2 years 2 months ago) | Author: tekkub | Changeset: 2632

Copied to: branches/BigWigs/FryGuy/BigWigs/Other/Test.lua 2687

BigWigs
- Moved Savedvar to a SavedvarPerChar, so no need for profiling logic (wewt!)
- Added proper module slash command handing, so now modules can add slosh commands, see message/sound/bars modules for examples.
- Added Savedvariable management.  Every module will receive GetOpt, SetOpt, TogOpt methods when they register with the core.  ***BIG NOTE READ ME*** This is _NOT_ AceDB style Opt methods, they will return back values from the modules' own subtable of the savedvar table.  Also they do not take tables as arg paths, but rather up to 9 strings.  You shouldn't need more than one level deep tho...
- Seperated scale and anchor commands into the msg/bar modules, they are now independant of each other
- Added option to have bars grow upwards from the bar anchor
- Added option to disable the sound module.
- Remove code no longer used, note that all the new command tables are going to need localized

2622 annotated / raw | Diffs: previous, other | Lines: 63 ( +3, -3 )

Created: 2006-06-10 10:09:27 -0700 (2 years 2 months ago) | Author: tekkub | Changeset: 2622

BigWigs - DelayedEvents module now uses Metrognome for timings (Timex is still used for bars, of course.

2577 new annotated / raw | Lines: 63 ( +63, -0 )

Created: 2006-06-09 20:04:06 -0700 (2 years 2 months ago) | Author: tekkub | Changeset: 2577

BigWigs
- Tweaked how anchors work, sorry handdol but I didn't like how you did it.  Slash command is now /bigwigs anchor
- Added a little local to the Messages.lua file, if you set it to true messages will go to the default error frame (where "Action in progress" text goes)
- Moved test stuff into it's own module
- Moved the delay logic into it's own module, just to make it easier to upkeep.

latest revision download Branch Other (FryGuy)

29169 deleted | Diffs: previous, other | Lines: 0 ( +0, -75 )

Created: 2007-02-27 12:20:54 -0800 (18 months ago) | Author: sylvanaar | Changeset: 29169

Removed file/folder

25920 annotated / raw | Diffs: previous, other | Lines: 75 ( +74, -74 )

Created: 2007-01-23 13:39:48 -0800 (19 months ago) | Author: kergoth | Changeset: 25920

.Line ending fixups: branches/

Properties

 svn:eol-style = native

2687 new/copied annotated / raw | Diffs: previous, other | Lines: 75 ( +75, -0 )

Created: 2006-06-12 03:30:06 -0700 (2 years 2 months ago) | Author: fryguy | Changeset: 2687

Copied from: trunk/BigWigs/Other/Test.lua 2632

BigWigs: FryGuy branch
initial commit of my naxx stuff