3.7.33-20-gf23853a-classic

Details

  • Filename
    WIM-3.7.33-20-gf23853a-classic.zip
  • Uploaded by
  • Uploaded
    Sep 19, 2019
  • Size
    425.02 KB
  • Downloads
    119
  • MD5
    6fb09ffd26790655f6b670807437648b

Supported WoW Classic Versions

  • 1.13.2

Changelog

WIM

3.7.33-20-gf23853a (2019-09-19)

Full Changelog

  • refactor raid and group info lookup
  • revert: added back FormatUserName to whisper windows. appears as though the space was the issue but that is now being filtered out. We'll see if this creates any screaming.
  • cleaned up code, reuse existing callbacks
  • Merge branch 'master' of https://github.com/sylvanaar/wow-instant-messenger
  • if missing class or race, update window data on whisper received using C_PlayerInfo
  • Update add friend icon, to one that works in retail and classic
  • use the cached guild roster index to lookup the user's info.
  • Cache the guild roster index by using it as the tables truthy value.
  • Oops, debug print
  • Fix remaining bugs and cleanup
  • Merge branch 'master' of https://github.com/sylvanaar/wow-instant-messenger
  • add editorconfig file
  • another fix
  • fix error
  • Pushing what I have done so far for party and guild checks, for testing and review
  • Missed one thing. This completes SendWho removal for classic. Closes #1
  • Don't build with WhoLib in classic, since it's basically now worthless.
    Any functions that call wholib already check if it exists (except for one, which this commit also fixes with a fix that makes sure it's not loaded by wim even if another addon still includes it)
  • I would have fixed this mysef, but I don't have a good idea for replacement, but I thought I'd at least notate where the green texture problem is for classic :D
  • Update README.md
  • Update README.md