Latest Collectinator Files http://www.wowace.com/addons/collectinator/files/ The latest files available for Collectinator en-us Sun, 08 Nov 2009 16:41:58 +0000 WowAce.com (http://www.wowace.com) Alpha4-105-g13e40b7 http://www.wowace.com/addons/collectinator/files/475-alpha4-105-g13e40b7/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Replaced the &#34;playerFaction&#34; and &#34;exclude&#34; parameters with local variables since they were always the same two file-local variables - also updated both places the function is used. Removed an un-used variable.<br> &nbsp;&nbsp; &nbsp;- Added the vendors for the Pink Elekk.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Make the WoTLK obtain checkbox show on the second column of the Obtain flyaway.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.DoFlyaway()" rel="nofollow">addon.DoFlyaway()</a>: Make the Obtain panel dual-column.<br> &nbsp;&nbsp; &nbsp;- Linked the Sea Turtle's acquire type to its achievement (though not its filter flag) and removed custom string 25.<br> &nbsp;&nbsp; &nbsp;- Removed the instance filter flag from the Time-Lost Proto-Drake.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Check for existence of tooltipText before checking its value.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Changed CreateTexture() calls to not globally name the textures.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Removed some dead code.<br> &nbsp;&nbsp; &nbsp;- Anchor Collectinator_ExpGeneralOptCB to filter_button (was Collectinator_FilterButton).<br> &nbsp;&nbsp; &nbsp;- Added parameters to a few OnClick handlers.<br> &nbsp;&nbsp; &nbsp;- Renamed Collectinator_FilterButton to filter_button, made its creation not add to the global namespace, and removed <a href="http://addon.ToggleFilters()" rel="nofollow">addon.ToggleFilters()</a> by making it the OnClick handler of filter_button.<br> &nbsp;&nbsp; &nbsp;- In addon:SetupMap(): Changed some logic ordering, fixed acquire values. TomTom arrow now appears.<br> &nbsp;&nbsp; &nbsp;- In addon:DisplayFrame(): Changed some occurrences of addon.Whatever to self.Whatever Replaced SwtSwitchertexture() with self.Frame.mode_button:ChangeTexture()<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Renamed Collectinator_SwitcherButton to mode_button, removed its polluting of the global namespace, and re-factored SetSwitcherTexture() to be mode_button:ChangeTexture(). Also moved the actual creation of the textures outside of the function so it only happens once.<br> &nbsp;&nbsp; &nbsp;- In progress_bar:Update(): Added missing &#34;then&#34;, changed &#34;knownfiltered&#34; to &#34;known_filtered&#34;. Cursed dry-coding one thousandfold.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Sun, 08 Nov 2009 16:41:58 +0000 http://www.wowace.com/addons/collectinator/files/475-alpha4-105-g13e40b7/ http://www.wowace.com/addons/collectinator/files/475-alpha4-105-g13e40b7/ no-reply@curseforge.com (Ackis) Alpha4-105-g13e40b7-nolib http://www.wowace.com/addons/collectinator/files/474-alpha4-105-g13e40b7-nolib/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Replaced the &#34;playerFaction&#34; and &#34;exclude&#34; parameters with local variables since they were always the same two file-local variables - also updated both places the function is used. Removed an un-used variable.<br> &nbsp;&nbsp; &nbsp;- Added the vendors for the Pink Elekk.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Make the WoTLK obtain checkbox show on the second column of the Obtain flyaway.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.DoFlyaway()" rel="nofollow">addon.DoFlyaway()</a>: Make the Obtain panel dual-column.<br> &nbsp;&nbsp; &nbsp;- Linked the Sea Turtle's acquire type to its achievement (though not its filter flag) and removed custom string 25.<br> &nbsp;&nbsp; &nbsp;- Removed the instance filter flag from the Time-Lost Proto-Drake.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Check for existence of tooltipText before checking its value.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Changed CreateTexture() calls to not globally name the textures.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Removed some dead code.<br> &nbsp;&nbsp; &nbsp;- Anchor Collectinator_ExpGeneralOptCB to filter_button (was Collectinator_FilterButton).<br> &nbsp;&nbsp; &nbsp;- Added parameters to a few OnClick handlers.<br> &nbsp;&nbsp; &nbsp;- Renamed Collectinator_FilterButton to filter_button, made its creation not add to the global namespace, and removed <a href="http://addon.ToggleFilters()" rel="nofollow">addon.ToggleFilters()</a> by making it the OnClick handler of filter_button.<br> &nbsp;&nbsp; &nbsp;- In addon:SetupMap(): Changed some logic ordering, fixed acquire values. TomTom arrow now appears.<br> &nbsp;&nbsp; &nbsp;- In addon:DisplayFrame(): Changed some occurrences of addon.Whatever to self.Whatever Replaced SwtSwitchertexture() with self.Frame.mode_button:ChangeTexture()<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Renamed Collectinator_SwitcherButton to mode_button, removed its polluting of the global namespace, and re-factored SetSwitcherTexture() to be mode_button:ChangeTexture(). Also moved the actual creation of the textures outside of the function so it only happens once.<br> &nbsp;&nbsp; &nbsp;- In progress_bar:Update(): Added missing &#34;then&#34;, changed &#34;knownfiltered&#34; to &#34;known_filtered&#34;. Cursed dry-coding one thousandfold.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Sun, 08 Nov 2009 16:41:53 +0000 http://www.wowace.com/addons/collectinator/files/474-alpha4-105-g13e40b7-nolib/ http://www.wowace.com/addons/collectinator/files/474-alpha4-105-g13e40b7-nolib/ no-reply@curseforge.com (Ackis) Alpha4-103-gdf646d1 http://www.wowace.com/addons/collectinator/files/473-alpha4-103-gdf646d1/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Make the WoTLK obtain checkbox show on the second column of the Obtain flyaway.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.DoFlyaway()" rel="nofollow">addon.DoFlyaway()</a>: Make the Obtain panel dual-column.<br> &nbsp;&nbsp; &nbsp;- Linked the Sea Turtle's acquire type to its achievement (though not its filter flag) and removed custom string 25.<br> &nbsp;&nbsp; &nbsp;- Removed the instance filter flag from the Time-Lost Proto-Drake.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Check for existence of tooltipText before checking its value.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Changed CreateTexture() calls to not globally name the textures.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Removed some dead code.<br> &nbsp;&nbsp; &nbsp;- Anchor Collectinator_ExpGeneralOptCB to filter_button (was Collectinator_FilterButton).<br> &nbsp;&nbsp; &nbsp;- Added parameters to a few OnClick handlers.<br> &nbsp;&nbsp; &nbsp;- Renamed Collectinator_FilterButton to filter_button, made its creation not add to the global namespace, and removed <a href="http://addon.ToggleFilters()" rel="nofollow">addon.ToggleFilters()</a> by making it the OnClick handler of filter_button.<br> &nbsp;&nbsp; &nbsp;- In addon:SetupMap(): Changed some logic ordering, fixed acquire values. TomTom arrow now appears.<br> &nbsp;&nbsp; &nbsp;- In addon:DisplayFrame(): Changed some occurrences of addon.Whatever to self.Whatever Replaced SwtSwitchertexture() with self.Frame.mode_button:ChangeTexture()<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Renamed Collectinator_SwitcherButton to mode_button, removed its polluting of the global namespace, and re-factored SetSwitcherTexture() to be mode_button:ChangeTexture(). Also moved the actual creation of the textures outside of the function so it only happens once.<br> &nbsp;&nbsp; &nbsp;- In progress_bar:Update(): Added missing &#34;then&#34;, changed &#34;knownfiltered&#34; to &#34;known_filtered&#34;. Cursed dry-coding one thousandfold.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Sat, 07 Nov 2009 21:42:31 +0000 http://www.wowace.com/addons/collectinator/files/473-alpha4-103-gdf646d1/ http://www.wowace.com/addons/collectinator/files/473-alpha4-103-gdf646d1/ no-reply@curseforge.com (Ackis) Alpha4-103-gdf646d1-nolib http://www.wowace.com/addons/collectinator/files/472-alpha4-103-gdf646d1-nolib/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Make the WoTLK obtain checkbox show on the second column of the Obtain flyaway.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.DoFlyaway()" rel="nofollow">addon.DoFlyaway()</a>: Make the Obtain panel dual-column.<br> &nbsp;&nbsp; &nbsp;- Linked the Sea Turtle's acquire type to its achievement (though not its filter flag) and removed custom string 25.<br> &nbsp;&nbsp; &nbsp;- Removed the instance filter flag from the Time-Lost Proto-Drake.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Check for existence of tooltipText before checking its value.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Changed CreateTexture() calls to not globally name the textures.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Removed some dead code.<br> &nbsp;&nbsp; &nbsp;- Anchor Collectinator_ExpGeneralOptCB to filter_button (was Collectinator_FilterButton).<br> &nbsp;&nbsp; &nbsp;- Added parameters to a few OnClick handlers.<br> &nbsp;&nbsp; &nbsp;- Renamed Collectinator_FilterButton to filter_button, made its creation not add to the global namespace, and removed <a href="http://addon.ToggleFilters()" rel="nofollow">addon.ToggleFilters()</a> by making it the OnClick handler of filter_button.<br> &nbsp;&nbsp; &nbsp;- In addon:SetupMap(): Changed some logic ordering, fixed acquire values. TomTom arrow now appears.<br> &nbsp;&nbsp; &nbsp;- In addon:DisplayFrame(): Changed some occurrences of addon.Whatever to self.Whatever Replaced SwtSwitchertexture() with self.Frame.mode_button:ChangeTexture()<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Renamed Collectinator_SwitcherButton to mode_button, removed its polluting of the global namespace, and re-factored SetSwitcherTexture() to be mode_button:ChangeTexture(). Also moved the actual creation of the textures outside of the function so it only happens once.<br> &nbsp;&nbsp; &nbsp;- In progress_bar:Update(): Added missing &#34;then&#34;, changed &#34;knownfiltered&#34; to &#34;known_filtered&#34;. Cursed dry-coding one thousandfold.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Sat, 07 Nov 2009 21:42:25 +0000 http://www.wowace.com/addons/collectinator/files/472-alpha4-103-gdf646d1-nolib/ http://www.wowace.com/addons/collectinator/files/472-alpha4-103-gdf646d1-nolib/ no-reply@curseforge.com (Ackis) Alpha4-99-g6d85b40 http://www.wowace.com/addons/collectinator/files/471-alpha4-99-g6d85b40/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Check for existence of tooltipText before checking its value.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Changed CreateTexture() calls to not globally name the textures.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Removed some dead code.<br> &nbsp;&nbsp; &nbsp;- Anchor Collectinator_ExpGeneralOptCB to filter_button (was Collectinator_FilterButton).<br> &nbsp;&nbsp; &nbsp;- Added parameters to a few OnClick handlers.<br> &nbsp;&nbsp; &nbsp;- Renamed Collectinator_FilterButton to filter_button, made its creation not add to the global namespace, and removed <a href="http://addon.ToggleFilters()" rel="nofollow">addon.ToggleFilters()</a> by making it the OnClick handler of filter_button.<br> &nbsp;&nbsp; &nbsp;- In addon:SetupMap(): Changed some logic ordering, fixed acquire values. TomTom arrow now appears.<br> &nbsp;&nbsp; &nbsp;- In addon:DisplayFrame(): Changed some occurrences of addon.Whatever to self.Whatever Replaced SwtSwitchertexture() with self.Frame.mode_button:ChangeTexture()<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Renamed Collectinator_SwitcherButton to mode_button, removed its polluting of the global namespace, and re-factored SetSwitcherTexture() to be mode_button:ChangeTexture(). Also moved the actual creation of the textures outside of the function so it only happens once.<br> &nbsp;&nbsp; &nbsp;- In progress_bar:Update(): Added missing &#34;then&#34;, changed &#34;knownfiltered&#34; to &#34;known_filtered&#34;. Cursed dry-coding one thousandfold.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Sat, 07 Nov 2009 21:04:26 +0000 http://www.wowace.com/addons/collectinator/files/471-alpha4-99-g6d85b40/ http://www.wowace.com/addons/collectinator/files/471-alpha4-99-g6d85b40/ no-reply@curseforge.com (Ackis) Alpha4-99-g6d85b40-nolib http://www.wowace.com/addons/collectinator/files/470-alpha4-99-g6d85b40-nolib/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Check for existence of tooltipText before checking its value.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Changed CreateTexture() calls to not globally name the textures.<br> &nbsp;&nbsp; &nbsp;- In addon:GenericCreateButton(): Removed some dead code.<br> &nbsp;&nbsp; &nbsp;- Anchor Collectinator_ExpGeneralOptCB to filter_button (was Collectinator_FilterButton).<br> &nbsp;&nbsp; &nbsp;- Added parameters to a few OnClick handlers.<br> &nbsp;&nbsp; &nbsp;- Renamed Collectinator_FilterButton to filter_button, made its creation not add to the global namespace, and removed <a href="http://addon.ToggleFilters()" rel="nofollow">addon.ToggleFilters()</a> by making it the OnClick handler of filter_button.<br> &nbsp;&nbsp; &nbsp;- In addon:SetupMap(): Changed some logic ordering, fixed acquire values. TomTom arrow now appears.<br> &nbsp;&nbsp; &nbsp;- In addon:DisplayFrame(): Changed some occurrences of addon.Whatever to self.Whatever Replaced SwtSwitchertexture() with self.Frame.mode_button:ChangeTexture()<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Renamed Collectinator_SwitcherButton to mode_button, removed its polluting of the global namespace, and re-factored SetSwitcherTexture() to be mode_button:ChangeTexture(). Also moved the actual creation of the textures outside of the function so it only happens once.<br> &nbsp;&nbsp; &nbsp;- In progress_bar:Update(): Added missing &#34;then&#34;, changed &#34;knownfiltered&#34; to &#34;known_filtered&#34;. Cursed dry-coding one thousandfold.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Sat, 07 Nov 2009 21:04:21 +0000 http://www.wowace.com/addons/collectinator/files/470-alpha4-99-g6d85b40-nolib/ http://www.wowace.com/addons/collectinator/files/470-alpha4-99-g6d85b40-nolib/ no-reply@curseforge.com (Ackis) Alpha4-92-g9000ffa http://www.wowace.com/addons/collectinator/files/469-alpha4-92-g9000ffa/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:DisplayFrame(): Changed some occurrences of addon.Whatever to self.Whatever Replaced SwtSwitchertexture() with self.Frame.mode_button:ChangeTexture()<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Renamed Collectinator_SwitcherButton to mode_button, removed its polluting of the global namespace, and re-factored SetSwitcherTexture() to be mode_button:ChangeTexture(). Also moved the actual creation of the textures outside of the function so it only happens once.<br> &nbsp;&nbsp; &nbsp;- In progress_bar:Update(): Added missing &#34;then&#34;, changed &#34;knownfiltered&#34; to &#34;known_filtered&#34;. Cursed dry-coding one thousandfold.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Sat, 07 Nov 2009 19:26:42 +0000 http://www.wowace.com/addons/collectinator/files/469-alpha4-92-g9000ffa/ http://www.wowace.com/addons/collectinator/files/469-alpha4-92-g9000ffa/ no-reply@curseforge.com (Ackis) Alpha4-92-g9000ffa-nolib http://www.wowace.com/addons/collectinator/files/468-alpha4-92-g9000ffa-nolib/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:DisplayFrame(): Changed some occurrences of addon.Whatever to self.Whatever Replaced SwtSwitchertexture() with self.Frame.mode_button:ChangeTexture()<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Renamed Collectinator_SwitcherButton to mode_button, removed its polluting of the global namespace, and re-factored SetSwitcherTexture() to be mode_button:ChangeTexture(). Also moved the actual creation of the textures outside of the function so it only happens once.<br> &nbsp;&nbsp; &nbsp;- In progress_bar:Update(): Added missing &#34;then&#34;, changed &#34;knownfiltered&#34; to &#34;known_filtered&#34;. Cursed dry-coding one thousandfold.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Sat, 07 Nov 2009 19:26:37 +0000 http://www.wowace.com/addons/collectinator/files/468-alpha4-92-g9000ffa-nolib/ http://www.wowace.com/addons/collectinator/files/468-alpha4-92-g9000ffa-nolib/ no-reply@curseforge.com (Ackis) Alpha4-89-g2a71f9f http://www.wowace.com/addons/collectinator/files/467-alpha4-89-g2a71f9f/ <p>John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Fri, 06 Nov 2009 19:13:26 +0000 http://www.wowace.com/addons/collectinator/files/467-alpha4-89-g2a71f9f/ http://www.wowace.com/addons/collectinator/files/467-alpha4-89-g2a71f9f/ no-reply@curseforge.com (Ackis) Alpha4-89-g2a71f9f-nolib http://www.wowace.com/addons/collectinator/files/466-alpha4-89-g2a71f9f-nolib/ <p>John Pasula:<br> &nbsp;&nbsp; &nbsp;- Forgot to add the map options to the options table. Ooops.<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Fri, 06 Nov 2009 19:13:21 +0000 http://www.wowace.com/addons/collectinator/files/466-alpha4-89-g2a71f9f-nolib/ http://www.wowace.com/addons/collectinator/files/466-alpha4-89-g2a71f9f-nolib/ no-reply@curseforge.com (Ackis) Alpha4-88-g9708296 http://www.wowace.com/addons/collectinator/files/465-alpha4-88-g9708296/ <p>John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Fri, 06 Nov 2009 19:07:06 +0000 http://www.wowace.com/addons/collectinator/files/465-alpha4-88-g9708296/ http://www.wowace.com/addons/collectinator/files/465-alpha4-88-g9708296/ no-reply@curseforge.com (Ackis) Alpha4-88-g9708296-nolib http://www.wowace.com/addons/collectinator/files/464-alpha4-88-g9708296-nolib/ <p>John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add map options to the config.<br> &nbsp;&nbsp; &nbsp;- Fix some tab issues in the config options.<br> &nbsp;&nbsp; &nbsp;- Fix reference to ARL in documentation config options.<br> &nbsp;&nbsp; &nbsp;- Add an option to count the total number of items that are filtered in the progress bar instead of treating them as non-existant.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Fri, 06 Nov 2009 19:06:58 +0000 http://www.wowace.com/addons/collectinator/files/464-alpha4-88-g9708296-nolib/ http://www.wowace.com/addons/collectinator/files/464-alpha4-88-g9708296-nolib/ no-reply@curseforge.com (Ackis) Alpha4-84-gb8b9b7e http://www.wowace.com/addons/collectinator/files/463-alpha4-84-gb8b9b7e/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Fri, 06 Nov 2009 06:13:23 +0000 http://www.wowace.com/addons/collectinator/files/463-alpha4-84-gb8b9b7e/ http://www.wowace.com/addons/collectinator/files/463-alpha4-84-gb8b9b7e/ no-reply@curseforge.com (Ackis) Alpha4-84-gb8b9b7e-nolib http://www.wowace.com/addons/collectinator/files/462-alpha4-84-gb8b9b7e-nolib/ <p>James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In the tooltip hook: If the shift key is held down before mousing over a vendor, the tooltip will show all pets - even those already known - that the vendor sells.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Fri, 06 Nov 2009 06:13:18 +0000 http://www.wowace.com/addons/collectinator/files/462-alpha4-84-gb8b9b7e-nolib/ http://www.wowace.com/addons/collectinator/files/462-alpha4-84-gb8b9b7e-nolib/ no-reply@curseforge.com (Ackis) Alpha4-83-gc609d72 http://www.wowace.com/addons/collectinator/files/461-alpha4-83-gc609d72/ <p>John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Thu, 05 Nov 2009 00:38:44 +0000 http://www.wowace.com/addons/collectinator/files/461-alpha4-83-gc609d72/ http://www.wowace.com/addons/collectinator/files/461-alpha4-83-gc609d72/ no-reply@curseforge.com (Ackis) Alpha4-83-gc609d72-nolib http://www.wowace.com/addons/collectinator/files/460-alpha4-83-gc609d72-nolib/ <p>John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix a bug with the super secret ackis implementation<br> pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Thu, 05 Nov 2009 00:38:38 +0000 http://www.wowace.com/addons/collectinator/files/460-alpha4-83-gc609d72-nolib/ http://www.wowace.com/addons/collectinator/files/460-alpha4-83-gc609d72-nolib/ no-reply@curseforge.com (Ackis) Alpha4-82-g9332ace http://www.wowace.com/addons/collectinator/files/459-alpha4-82-g9332ace/ <p>pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Wed, 04 Nov 2009 22:53:08 +0000 http://www.wowace.com/addons/collectinator/files/459-alpha4-82-g9332ace/ http://www.wowace.com/addons/collectinator/files/459-alpha4-82-g9332ace/ no-reply@curseforge.com (Ackis) Alpha4-82-g9332ace-nolib http://www.wowace.com/addons/collectinator/files/458-alpha4-82-g9332ace-nolib/ <p>pompy:<br> &nbsp;&nbsp; &nbsp;- Change the markup type for &#34;Database Documentation&#34; page to creole.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Wed, 04 Nov 2009 22:53:02 +0000 http://www.wowace.com/addons/collectinator/files/458-alpha4-82-g9332ace-nolib/ http://www.wowace.com/addons/collectinator/files/458-alpha4-82-g9332ace-nolib/ no-reply@curseforge.com (Ackis) Alpha4-81-g4a0df18 http://www.wowace.com/addons/collectinator/files/457-alpha4-81-g4a0df18/ <p>John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Wed, 04 Nov 2009 21:40:35 +0000 http://www.wowace.com/addons/collectinator/files/457-alpha4-81-g4a0df18/ http://www.wowace.com/addons/collectinator/files/457-alpha4-81-g4a0df18/ no-reply@curseforge.com (Ackis) Alpha4-81-g4a0df18-nolib http://www.wowace.com/addons/collectinator/files/456-alpha4-81-g4a0df18-nolib/ <p>John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fixed brain fart.<br> &nbsp;&nbsp; &nbsp;- add ky jelly's item ID.<br> &nbsp;&nbsp; &nbsp;- Add perky pug placeholder.<br> &nbsp;&nbsp; &nbsp;- Add new store purchased acquire flag, and add the two new money gouging blizzard pets.<br> &nbsp;&nbsp; &nbsp;- Add super secret progress code for use with characters named Ackis only.<br> &nbsp;&nbsp; &nbsp;- Move the debug text to a special Ackis only if loop, doing some testingtickles.<br> &nbsp;&nbsp; &nbsp;- Fix up some comments, and change the debug print out for determing the number of filters we have.&nbsp;&nbsp;Code is the same as ARL, yet doesn't work so I'm thinking this is an issue with the funky way we're handling the counts for different types of collectibles.<br> &nbsp;&nbsp; &nbsp;- Modify the function which determines if we're displaying something on the mini-map or not.&nbsp;&nbsp;It should now show reputation and mob drops.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:MarkExclusions(): Un-commented and fixed some code so this function will actually return values.<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Changed how exclusions are defined in the playerData table<br> &nbsp;&nbsp; &nbsp;- Changed declaration style of progress_bar:Update() and the method of access for the exclusions.<br> &nbsp;&nbsp; &nbsp;- In <a href="http://addon.CollectibleItem_OnClick()" rel="nofollow">addon.CollectibleItem_OnClick()</a>: Removed a nest level, and renamed ToggleExcludeCollectible() to ToggleExclude().<br> &nbsp;&nbsp; &nbsp;- Tidied up addon:ToggleExclude()<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix bug breaking shit.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In GenerateTooltipContent(): Removed the line with the word &#34;Custom&#34; from the Achievement block, since it isn't present in the Custom block and is also not really necessary.<br> &nbsp;&nbsp; &nbsp;- Added NEUTRAL, ALLIANCE, and HORDE in Quest.lua to replace 0, 1, and 2 in the AddQuest() calls.<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix typo stuff.<br> &nbsp;&nbsp; &nbsp;- Add a work around for how we deal with achievement text for pets/mounts which actually aren't achievements.&nbsp;&nbsp;This should appease Torhal since I'm doing coding, and Elkano since I'm fixing a bug.<br> &nbsp;&nbsp; &nbsp;- Add debug messages for the progress bar issue.<br> &nbsp;&nbsp; &nbsp;- Fix Torhal's massive typo fail.<br> &nbsp;&nbsp; &nbsp;- Add tomtom support in. Well, more like link tomtom support.<br> &nbsp;&nbsp; &nbsp;- Remove quest localization from the localization file.<br> &nbsp;&nbsp; &nbsp;- Remove all localization for quest names from the quest DB.<br> &nbsp;&nbsp; &nbsp;- Add wrapper function for quests.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30200<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:addLookupList(): If DB is QuestList, grab the quest's name from its tooltip - removal of quest name localizations forthcoming.<br> &nbsp;&nbsp; &nbsp;- Fixed faction lookup: &#34;Gnomergan&#34; --&gt; &#34;Gnomeregan Exiles&#34;.<br> &nbsp;&nbsp; &nbsp;- Added faction check to the vendor portion of the tooltip hook so mounts/pets of the opposing faction will not be shown (Mei Francis in Dalaran sells mounts for both factions)<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Add exclusion filtering around stuff back in.<br> &nbsp;&nbsp; &nbsp;- Update the player data table definition comment and add a couple more vars to deal with excluded items.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added missing pet detection to addon:GetWarcraftPets() - if a known pet is missing from the table map, print a message.<br> &nbsp;&nbsp; &nbsp;- Changed the scan button's OnClick to reflect the changes in addon:Scan()<br> &nbsp;&nbsp; &nbsp;- In addon:Scan(): Change textdump back to a boolean, and use scantype to determine whether or not to dump a <a href="http://warcraftpets.com" rel="nofollow">warcraftpets.com</a> string.<br> &nbsp;&nbsp; &nbsp;- Fixed typo: Disalbe --&gt; Disable.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Winterspring&#34; to &#34;Wintersaber Trainers&#34;.<br> &nbsp;&nbsp; &nbsp;- Changed &#34;Bloodsail&#34; to &#34;Bloodsail Buccaneers&#34;.<br> &nbsp;&nbsp; &nbsp;- In InitializeFrame(): Changed &#34;Darkspear&#34; to &#34;Darkspear Trolls&#34;.<br> &nbsp;&nbsp; &nbsp;- Removed second entry for &#34;ashenverdict&#34; from the saved variables. No, Ackis, I didn't miss it the first time. :P<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Actually print out the warcraft pets string.<br> &nbsp;&nbsp; &nbsp;- Only check the appropiate number of flags for the text dump, don't go into all the things.<br> &nbsp;&nbsp; &nbsp;- Add functionality for slash commands, you can now do /collectinator scan to scan your stuffz.<br> &nbsp;&nbsp; &nbsp;- Add functionality for the text dump and for warcraftpets dump in.&nbsp;&nbsp;Shift-click for warcraft pets, alt-shift click for text dump.<br> &nbsp;&nbsp; &nbsp;- With the warcraft pets sync function, only get the CRITTERS and ignore hte mounts.<br> &nbsp;&nbsp; &nbsp;- Fix a typo.<br> &nbsp;&nbsp; &nbsp;- Add the city/pvp factions to the gui.<br> &nbsp;&nbsp; &nbsp;- Forgot part of the auto-check/uncheck stuff for the wrath common factions.<br> &nbsp;&nbsp; &nbsp;- Disable some of theBC reps.&nbsp;&nbsp;Make some of the wrath reps auto-check/uncheck.<br> &nbsp;&nbsp; &nbsp;- Fix a few copy/paste issues and add the original reps to the all/none check list.<br> &nbsp;&nbsp; &nbsp;- Add bloodsail, winterspring to rep GUI, mark all the other original reps as disabled since there are no pets/etc for them.<br> &nbsp;&nbsp; &nbsp;- Add the new rep coming out to the SV's, Torhal I think you missed that part.<br> &nbsp;&nbsp; &nbsp;- Localize the db load error message.<br> &nbsp;&nbsp; &nbsp;- Convert some more items to using the flag constants.<br> &nbsp;&nbsp; &nbsp;- Add appropiate colouring for artifact and legendary mounts/pets.<br> &nbsp;&nbsp; &nbsp;- Some of the argent tourney mounts aren't reputation, just require you to be a champion.<br> &nbsp;&nbsp; &nbsp;- ToC -&gt; 30300<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Added &#34;The Ashen Verdict&#34; to the reputation filters.<br> &nbsp;&nbsp; &nbsp;- Updated the coordinates for Raider Bork - he moved in 3.2.2<br> &nbsp;&nbsp; &nbsp;- Added TitleDB and preliminary addon:AddTitle().<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Comment out the non-existant flying carpets.&nbsp;&nbsp;Fix the dark talbuks.<br> &nbsp;&nbsp; &nbsp;- Apparently the argent warhorse is not pally only.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.<br> &nbsp;&nbsp; &nbsp;- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.<br> &nbsp;&nbsp; &nbsp;- In MountDatabase.lua Moved MY_FACTION declaration, and changed it to use the localized string.<br> &nbsp;&nbsp; &nbsp;- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.<br> &nbsp;&nbsp; &nbsp;- Added <a href="http://addon.IsCorrectFaction(player_faction" rel="nofollow">addon.IsCorrectFaction(player_faction</a>, flags)<br> &nbsp;&nbsp; &nbsp;- Changed some variable names in addon:MarkExclusions()<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua<br> &nbsp;&nbsp; &nbsp;- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!<br> John Pasula:<br> &nbsp;&nbsp; &nbsp;- Fix the wooly mammoth, wowhead seems to be wrong.<br> James D. Callahan III:<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.<br> &nbsp;&nbsp; &nbsp;- In addon:OnInitialize(): Replace &#34;Owned&#34; in the tooltip hook with &#34;Known&#34;.<br> &nbsp;&nbsp; &nbsp;- In addon:AddCompanion(): Remove &#34;Owned&#34; field from the entry table - &#34;Known&#34; is used almost everywhere else.<br> &nbsp;&nbsp; &nbsp;- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.<br> &nbsp;&nbsp; &nbsp;- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.<br> &nbsp;&nbsp; &nbsp;- Updated Main.txt</p> Wed, 04 Nov 2009 21:40:29 +0000 http://www.wowace.com/addons/collectinator/files/456-alpha4-81-g4a0df18-nolib/ http://www.wowace.com/addons/collectinator/files/456-alpha4-81-g4a0df18-nolib/ no-reply@curseforge.com (Ackis)