Alpha2-20-g2e8d89b-nolib

Details

  • Filename
    Collectinator-Alpha2-20-g2e8d89b-nolib.zip
  • Uploaded by
  • Uploaded
    Sep 19, 2009
  • Size
    372.62 KB
  • Downloads
    37
  • MD5
    dd1d757a36a8f8e5ae872741b4699396

Supported WoW Retail Versions

  • 3.2.0

Changelog

James D. Callahan III:
    - 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.