LibQuixote-2.0-r64389

Details

  • Filename
    LibQuixote-2.0-r64389.zip
  • Uploaded by
  • Uploaded
    Mar 12, 2008
  • Size
    26.15 KB
  • Downloads
    97
  • MD5
    5efc1425389bf395e4d5a309aeab8a24

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r64389 | kemayo | 2008-03-12 16:32:29 -0400 (Wed, 12 Mar 2008) | 2 lines
Changed paths:
   A /trunk/LibQuixote-2.0 (from /branches/LibQuixote-2.0/kemayo:64388)

LibQuixote-2.0: Copy to trunk. API probably won't *actually* be final for a few days yet, but it's out of major flux.

------------------------------------------------------------------------
r64318 | kemayo | 2008-03-12 00:16:54 -0400 (Wed, 12 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Missed updating an index, and thus Objective_Update callbacks weren't firing.
------------------------------------------------------------------------
r64303 | kemayo | 2008-03-11 22:26:50 -0400 (Tue, 11 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Drycode comms fixes.
------------------------------------------------------------------------
r64301 | kemayo | 2008-03-11 21:05:09 -0400 (Tue, 11 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Drycode glitches in comms.  Probably more to come.
------------------------------------------------------------------------
r64261 | kemayo | 2008-03-11 15:16:23 -0400 (Tue, 11 Mar 2008) | 2 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Add :GetNumPartyMembersWithQuest(uid)

------------------------------------------------------------------------
r64249 | kemayo | 2008-03-11 12:41:15 -0400 (Tue, 11 Mar 2008) | 2 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: "luac -l" pointed out that tooltip_line was setting a global.

------------------------------------------------------------------------
r64245 | kemayo | 2008-03-11 12:26:10 -0400 (Tue, 11 Mar 2008) | 2 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Get rid of the Quixote_ prefix on callbacks; it's legacy cruft from the AceEvent-2.0 trappings of Quixote-1.0.

------------------------------------------------------------------------
r64244 | kemayo | 2008-03-11 12:18:22 -0400 (Tue, 11 Mar 2008) | 4 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Drycode
-Add the public API for party quests
-Change the Leaderboard_Update event to Objective_Update, because I like the sound better

------------------------------------------------------------------------
r64214 | kemayo | 2008-03-11 07:29:14 -0400 (Tue, 11 Mar 2008) | 3 lines
Changed paths:
   A /branches/LibQuixote-2.0/kemayo/ChatThrottleLib.lua
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua
   M /branches/LibQuixote-2.0/kemayo/lib.xml

LibQuixote-2.0: Massively drycoded.
-Add comms, and ChatThrottleLib to support them. (If quixote can't find ChatThrottle, it'll just shut up.)
-Adjust how objectives are handled. (Changes public API returns slightly.)
------------------------------------------------------------------------
r64193 | kemayo | 2008-03-11 02:42:44 -0400 (Tue, 11 Mar 2008) | 1 line
Changed paths:
   A /branches/LibQuixote-2.0/kemayo/CallbackHandler-1.0
   A /branches/LibQuixote-2.0/kemayo/CallbackHandler-1.0/CallbackHandler-1.0.lua (from /branches/LibQuixote-2.0/kemayo/CallbackHandler-1.0.lua:64178
   D /branches/LibQuixote-2.0/kemayo/CallbackHandler-1.0.lua
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.toc
   A /branches/LibQuixote-2.0/kemayo/LibStub
   A /branches/LibQuixote-2.0/kemayo/LibStub/LibStub.lua (from /branches/LibQuixote-2.0/kemayo/LibStub.lua:64178
   D /branches/LibQuixote-2.0/kemayo/LibStub.lua

LibQuixote-2.0: Promote homogeneity.
------------------------------------------------------------------------
r64189 | kemayo | 2008-03-11 02:12:27 -0400 (Tue, 11 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Handle uncached objectives better. (They hit the first update as " : 0/X".)
------------------------------------------------------------------------
r64179 | kemayo | 2008-03-10 19:59:40 -0400 (Mon, 10 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Fix lib upgrade on completed quests.
------------------------------------------------------------------------
r64056 | kemayo | 2008-03-09 14:03:27 -0400 (Sun, 09 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Add :GetNumQuests
------------------------------------------------------------------------
r64042 | kemayo | 2008-03-09 12:27:32 -0400 (Sun, 09 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Change some logic to make sure that the Quixote_Leaderboard_Update callback doesn't fire when the quest is first added.
------------------------------------------------------------------------
r64031 | kemayo | 2008-03-09 11:05:45 -0400 (Sun, 09 Mar 2008) | 3 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0:
-Add :GetNumQuestObjectives.
-Fix typo in decompress_uid_oid.
------------------------------------------------------------------------
r64008 | kemayo | 2008-03-09 07:42:40 -0400 (Sun, 09 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Make the various Iterate functions not error if they're iterating over something non-existent.
------------------------------------------------------------------------
r63996 | kemayo | 2008-03-09 05:13:08 -0400 (Sun, 09 Mar 2008) | 3 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0:
-Add :GetQuestById to fetch a quest by its questlog index.
-Utility functions: :AddQuestWatchByUid, RemoveQuestWatchByUid, ShareQuestByUid.
------------------------------------------------------------------------
r63640 | kemayo | 2008-03-04 23:02:31 -0500 (Tue, 04 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0:Fix sorting for zone-iterated quests.
------------------------------------------------------------------------
r63625 | kemayo | 2008-03-04 21:03:09 -0500 (Tue, 04 Mar 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Fix iterating by level.
------------------------------------------------------------------------
r63482 | kemayo | 2008-03-03 15:43:34 -0500 (Mon, 03 Mar 2008) | 2 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Add new API function ":IterateQuestsByLevel()"

------------------------------------------------------------------------
r62633 | kemayo | 2008-02-23 05:56:24 -0500 (Sat, 23 Feb 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Better catching of pre-cache-filling of objective names.
------------------------------------------------------------------------
r62627 | kemayo | 2008-02-23 04:56:08 -0500 (Sat, 23 Feb 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Typo fix -- 'mob' to 'quest_mob'.
------------------------------------------------------------------------
r61967 | kemayo | 2008-02-18 16:56:10 -0500 (Mon, 18 Feb 2008) | 3 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0:
-Add zone to quest lost/gained callbacks.
-Remove now-pointless completion map table.
------------------------------------------------------------------------
r61965 | kemayo | 2008-02-18 16:47:22 -0500 (Mon, 18 Feb 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Fix LibQuixote-2.0\LibQuixote-2.0.lua:205 attempt to index global 'Quixote' (a nil value)
------------------------------------------------------------------------
r61960 | kemayo | 2008-02-18 16:11:14 -0500 (Mon, 18 Feb 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Fix LibQuixote-2.0.lua:374 attempt to get length of field '?'
------------------------------------------------------------------------
r61891 | kemayo | 2008-02-18 06:48:06 -0500 (Mon, 18 Feb 2008) | 3 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0:
-Expand :GetQuestByUid's returns.
-Add :GetQuestText.
------------------------------------------------------------------------
r61856 | kemayo | 2008-02-17 22:36:53 -0500 (Sun, 17 Feb 2008) | 4 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0:
-Some 2.3 fixes. (Ew.)
-Fix short tags always being blank.
-Alphabetize zone iteration.
------------------------------------------------------------------------
r61852 | kemayo | 2008-02-17 21:55:21 -0500 (Sun, 17 Feb 2008) | 3 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0:
- Add a fallback for GetQuestLink if not on 2.4.  (Not as good, not locale-independent, but should work.)
- Add logtemplate.
------------------------------------------------------------------------
r61848 | kemayo | 2008-02-17 21:31:48 -0500 (Sun, 17 Feb 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Hook dialogs to provide Quixote_Quest_Abandoned event.
------------------------------------------------------------------------
r61841 | kemayo | 2008-02-17 20:10:12 -0500 (Sun, 17 Feb 2008) | 4 lines
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0:
- Add quest mobs and items.
- Generic quest-getter.
- Unique ids should be numbers.
------------------------------------------------------------------------
r61744 | kemayo | 2008-02-17 08:05:24 -0500 (Sun, 17 Feb 2008) | 1 line
Changed paths:
   M /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua

LibQuixote-2.0: Revision keyword.
------------------------------------------------------------------------
r61740 | kemayo | 2008-02-17 08:00:31 -0500 (Sun, 17 Feb 2008) | 1 line
Changed paths:
   A /branches/LibQuixote-2.0
   A /branches/LibQuixote-2.0/kemayo
   A /branches/LibQuixote-2.0/kemayo/CallbackHandler-1.0.lua
   A /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.lua
   A /branches/LibQuixote-2.0/kemayo/LibQuixote-2.0.toc
   A /branches/LibQuixote-2.0/kemayo/LibStub.lua
   A /branches/LibQuixote-2.0/kemayo/lib.xml

LibQuixote-2.0: Initial import to branches. All libstubby. Relies on 2.4's unique quest ids. No comms yet.
------------------------------------------------------------------------