2016-01-26  Nenue  <Nenue>

[0b3943f02d6e] [tip]
* .hgtags:

Added tag v2.1.61 for changeset 8729d39f6a3d


[8729d39f6a3d] [v2.1.61]
* UI.lua:

trim out prints


[6ca4d0cae907]
* .hgtags:

Added tag v2.1.60 for changeset 59e047d6c5de


[59e047d6c5de] [v2.1.60]
* Devian.lua, Devian.xml, UI.lua:

- Frame fading on movement re-implemented.
- Fixed front console losing focus between reloads.


2016-01-12  Nenue  <Nenue>

[5b1c570b1cfd]
* .hgtags:

Added tag v2.1 for changeset 0a9a6740ea5d


[0a9a6740ea5d] [v2.1]
* Devian.lua, Devian.xml, Dock.lua, UI.lua:

- Discarded use of blizzard functions never meant for the wild (http://forums.wowace.com/showthread.php?t=20397)
- Fixed dock buttons not highlighting properly
- Fixed dock buttons not dropping after selection change
- Mouse input is disabled during player movement


2016-01-08  Nenue  <Nenue>

[0d2967941745]
* Devian.lua, Devian.toc, Locale.lua:

localization internals
message prefix is forced to string before used on table lookups


2016-01-06  Nenue  <Nenue>

[4b1b301cf8d4]
* Devian.lua:

movement faders obey the conditons asserted by db.workspace


[1b8c597dba44]
* Devian.lua, Devian.toc, Devian.xml, UI.lua:

added movement fading
todo: sort out dock mouseover hitches


2016-01-05  Nenue  <Nenue>

[25725b0c933c]
* .hgtags:

Added tag v2.0-stable for changeset 4c05e55b0433


[551936187325]
* .hgtags:

Removed tag v2.0-stable


[4c05e55b0433] [v2.0-stable]
* Devian.lua, Devian.toc:

setting version strings


[c90e45d1fa77]
* .hgtags:

Added tag v2.0-stable for changeset c3166f700438


[c3166f700438]
* Config.lua, Devian.lua, Devian.xml, Dock.lua, UI.lua:

dock beacons and text fader cleaned up
fixed OnLeave ending at mouseOverDock false and causing beacons to stick
fixed a nil argument in dock framescript


2016-01-04  Nenue  <Nenue>

[36290c315606]
* .hgtags:

Added tag v2.0-raw for changeset 2bf7eb1844cb


[2bf7eb1844cb] [v2.0-raw]
* Devian.xml, Dock.lua:

commenting out prints


[eb7544afd77a]
* Devian.lua, Devian.xml, Dock.lua, UI.lua:

dock frame implementation
fixes to /dvc command


2016-01-03  Nenue  <Nenue>

[dcc57a7cabc9]
* Devian.lua, Devian.toc, Devian.xml, Dock.lua:

re-adding Dock.lua to prep for revised implementation plans


2015-12-30  Nenue  <Nenue>

[5341e4d84622]
* Config.lua, Devian.lua, Devian.toc, UI.lua:

Removed dock manager from the TOC for now
Parts of the config dialog in, needs finishing


2015-12-29  Nenue  <Nenue>

[8a3f42ccf920]
* .hgtags:

Added tag v2.0-r44 for changeset dc1301af0077


2015-12-27  Nenue  <Nenue>

[dc1301af0077] [v2.0-r44]
* .hgtags:

Added tag v2.0-beta-r42 for changeset e95cccfcfeb7


[e95cccfcfeb7] [v2.0-beta-r42]
* Devian.lua:

sorted out index typing issues with tag args


[13433847ca76]
* .hgtags:

Added tag v2.0-beta-r40 for changeset 02e4a69afad5


[02e4a69afad5] [v2.0-beta-r40]
* UI.lua:

and more prints


[2113015dec95]
* .hgtags:

Added tag v2.0-beta-r38 for changeset d432f49e340e


[d432f49e340e] [v2.0-beta-r38]
* Devian.lua, UI.lua:

remove prints


[e3206e85ca70]
* .hgtags:

Added tag v2.0-beta for changeset bec37163b7fe


[bec37163b7fe] [v2.0-beta]
* Devian.lua, Devian.xml, UI.lua:

rewrote the blocks for '/dvn tag' and SetChannel to be more predictable; currently follows:
/dvn tag <source> <dest>
if <dest> matches a channel, then the tag for <source> is added or removed
if <dest> is a string and it doesn't match a channel, then that channel is created with <dest> as a signature
if <dest> is a number that doesn't match a channel index, then <dest> is  set to <highest valid index + 1>, the channel is created under that, and <source> is used as its signature

 SetChannel(cinfo, key)
 start with an empty table t_info that is filled in as follows:
 if key doesn't match a valid index/signature, then a channel is being created
 if key does match a valid index, then a channel is being updated
 if cinfo is a string, then only the signature value is imposed
 if cinfo is a table, the values from that table are imposed
 if a channel is being created, then the new channel info is filled in from primary channel, the index is auto-generated, and the signature value is checked for collision, and the information is passed through CreateConsole to form internal assignments
 if a channel is being updated, then t_info is populated from the channel data, and any internal table assignments are switched over to t_info
 the old tables sink into garbage collection


[3304455a3f45]
* Devian.lua, Devian.toc, Devian.xml, UI.lua:

code organizing; UI stuff is in the UI script, Devian prime just deals with config and print
corner menu elements placed and hooked, still needs follow-up code


[7441f3bce940]
* Devian.lua:

Debugging pass on console code.


