(refs/heads/master) Archarodim on 2009-10-31 21:29:19 +0100:
Replaced TabbletLib by LibQtip-1.0
(refs/remotes/origin/master) Archarodim on 2009-10-31 18:15:19 +0100:
Changed license to "All Rights Reserved" see LICENSE.txt
** Archarodim on 2009-10-31 16:01:36 +0100:
Decursive no longer uses AceOO internaly
** Archarodim on 2009-10-31 11:31:17 +0100:
Fixed a leftover related to previous attempt of using LibOOP, this fixes a Lua error when mouseovering the LiveList items.
** Archarodim on 2009-10-30 05:51:44 +0100:
Added WoW build info to auto generated debug report
** Archarodim on 2009-10-30 05:13:27 +0100:
Removed LibOOP since it's causing compatibility issues and also because we don't really need it (Decursive only uses basic inheritance at this point...).
** Archarodim on 2009-10-29 03:42:04 +0100:
When Decursive installation is broken (missing file or missing library) it will generate less errors (XML <OnLoad> get disabled)
Fix file load order check that was no longer accurate.
** Archarodim on 2009-10-29 03:32:03 +0100:
Decursive will not display its "hotfix message" in the chat if Lua error reporting is disabled.
** Archarodim on 2009-10-28 04:16:47 +0100:
made a little change to .pkgmeta in hope that the CurseClient will see that it needs to install LibOOP if using the -nolib version :/
made so Decursive's auto diagnostic checks for LibOOP existance
removed some useless TOC lines
** Archarodim on 2009-10-28 03:44:37 +0100:
Removed LibStub from the .pkgmeta since it's embeded as a hard copy.
Added LibStub in X-Embeds in the TOC (why wasn't it there already?)
(The hardcopy was introduced when Blizzard broke optional deps loading order at some point in the past)
** Archarodim on 2009-10-28 03:19:24 +0100:
First step converting to Ace3: replacing "AceOO" by "LibOOP", this is done for the LiveList objects only for now.