r38

Details

  • Filename
    RundownIV-r38.zip
  • Uploaded by
  • Uploaded
    Nov 11, 2014
  • Size
    168.25 KB
  • Downloads
    109
  • MD5
    87ef67475c17fdb83244a74f9a4f424d

Supported WoW Retail Versions

  • 6.0.3

Changelog

2014-11-11  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[4146f2d19a2a] [tip]
* .hgtags:

Added tag 1.9.7 for changeset d4fe2672534c

[d4fe2672534c] [1.9.7]
* .hgtags:

Move all but the latest tag to localtags, which is probably where I should
have put them ever since the packaging bug was first discovered.  Mea culpa!

2014-11-07  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[83017094f2f3]
* .hgtags:

Added tag 1.9.7 for changeset 0a7eacd614d7

[0a7eacd614d7]
* DS_Containers_VoidStorage.lua main.lua

Remove now-unused file.  Don't tell the user about reagent/void storage unless
they were using the older kludge and must revisit.

[215910102938]
* .hgtags:

Added tag v1.9.6 for changeset 6be9748d0d33

[6be9748d0d33]
* RundownIV.toc main.lua

Update for Warlords.

- Require new DataStore 6.0.001, versioned but as yet unreleased.
- Remove old void storage kludge as DataStore now supports it.  Detect
  the transition and remove old fake "bag" from tracked storage.
- Handle new reagent bank and dual-tab void storage.

2013-12-14  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[aeae61b60a59]
* .hgtags:

Added tag v1.9.4 for changeset d4103ab50236

[d4103ab50236]
* RundownIV.toc main.lua

Bump TOC, require latest DataStore libs.

2012-08-01  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[e30f7d185ed5]
* .hgtags:

Tagging as 1.9.3 (internal cleanups only).

[6e03d3fb1fc1]
* .pkgmeta, AceGUIWidget-Label.lua RundownIV.toc

Remove local copy of Label widget, as Ace3 r1053 fixes the ticket.
Also transition to Mercurial.

2012-08-01  convert-repo  <convert-repo>

[a1f277a28bcd]
* .hgtags:

update tags

2012-07-27  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[971de4649fd0]
* AceGUIWidget-Label.lua RundownIV.toc main.lua

Break out totals per-item.  Work around ace3 ticket 301.

[d04585e198b1]
* main.lua

Add a totals line, and tweak the DataStore help text WRT data deletion.

2011-12-17  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[37a4eda85554]
* .pkgmeta, AceGUIContainer-InteractiveSimpleGroup.lua DS_Containers_VoidStorage.lua RundownIV.toc main.lua

Until/unless DataStore supports void storage scanning, we will do it ourselves.  Treat void as a specially-labeled bag and write data there accordingly (use an arbitrarily large number instead of a meaningful string so that Altaholic won't fail on nil errors).

2011-11-30  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[f319c41bc688]
* RundownIV.toc

TOC bump for 4.3 (DS libs still at 4.2 but working unchanged)

2011-11-03  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[8eb6bafeca02]
* RundownIV.toc main.lua

First pass update for new DataStore.

2011-08-01  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[fd687c0db234]
* main.lua

Fix broken boolean logic, was asleep when coded.

2011-06-28  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[694c2d05c6a1]
* RundownIV.toc

TOC bump for 4.2

2011-04-26  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[34184d1e078f]
* RundownIV.toc

TOC bump for 4.1

2011-04-17  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[217e0e7c8d07]
* main.lua

Change behavior when redo is scheduled but user closes window.

2011-04-14  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[b67f16715480]
* main.lua

Still getting misfires at zone transitions

2011-04-06  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[83c538213ab1]
* main.lua

Initial controls to delete character/vault data.

2011-02-26  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[c2d405751b48]
* main.lua

Trim after splitting also, tricksy tricksy macros...

[51bd25c554f3]
* main.lua

Try to avoid GetItemInfo calls when possible.  Add multiple-term searching.

2011-02-18  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[981e400e79cb]
* main.lua

Avoid empty guild vault tabs weirdness in DS.

2011-02-13  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[259dac71f4ed]
* main.lua

Slight tweak to rescan text and delay.

2011-02-10  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[79899c2a99d7]
* main.lua

Try to handle nil returns from guild/realm functions (can happen just after zoning).

[0f617b8bad18]
* RundownIV.toc locale-deDE.lua locale-enUS.lua locale-esES.lua locale-esMX.lua locale-frFR.lua locale-koKR.lua locale-ruRU.lua locale-zhCN.lua locale-zhTW.lua main.lua

And now add files for other locales.

2011-02-09  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[e62d2176cb92]
* .pkgmeta, RundownIV.toc locale-enUS.lua main.lua

Handle missing cache entries.  Initial hack at localization.

2011-02-01  Farmbuyer of US-Kilrogg  <farmbuyer@gmail.com>

[00ee13cf0a9b]
* AceGUIContainer-InteractiveSimpleGroup.lua RundownIV.toc main.lua

- Create an InteractiveSimpleGroup container.  Not really using its callbacks
  here, but this lets us create a texture on the container background.
- Widgets set/clear the overlay texture to effect a line-wide mouseover shading.

Additional Files

Type Name Size Uploaded Game Version Downloads
31.07 KB Nov 11, 2014 6.0.3 41