Alpha2-21-gc09114b

Details

  • Filename
    Collectinator-Alpha2-21-gc09114b.zip
  • Uploaded by
  • Uploaded
    Sep 19, 2009
  • Size
    605.87 KB
  • Downloads
    57
  • MD5
    63ffd7c064dfddb3df893a2ce60ef183

Supported WoW Retail Versions

  • 3.2.0

Changelog

James D. Callahan III:
    - Replaced usage of MakeMiniPetTable() and MakeMountTable() with GetMiniPetTotal() and GetMountTotal().
    - Renamed addon:MakeMountTable() to addon:GetMountTotal(), moved initialization of num_mounts to its declaration outside of the function, and return its value rather than nil if initialized is true. In AddMount(): Removed the Class check, since passing it as nil should be handled in addon:AddCompanion() and not here.
    - Renamed addon:MakeMiniPetTable() to addon:GetMiniPetTotal(), moved initialization of num_pets to its declaration outside of the function, and return its value rather than nil if initialized is true.
    - In GenerateTooltipContent(): Renamed repvndr and rplvl variables to rep_vendor and rep_level. Added nil check for rep_vendor.
unknown:
    - Remove reference to missing function.  Pet display now works again.
    - Fix a few more typos.
    - Fix Winterspring typo.
    - Move the count variables out of the function and into the scope so it'll work correctly.
John Pasula:
    - Remove babble class from required libs.
    - Fix babble references.
    - Add pre-processing stuff to review.
    - Remove rep filter flags from the frame, I don't think we use them there.
    - Update some pet db flags.
    - Fix mechanical squirrel box flag issue thanks to theorbtwo.
    - Move maxfilterflags to somewhere more accessible.
    - Move the rep flags to the do/end block
    - Convert a bunch of the code to use constants.  WTB include constants.h
    - Remove text based debug dump.
    - Add some constants to the main file.
    - More mount info added
    - Mounts up to spell ID 17461 havecorrect flags.

Additional Files