mrkite / minutor

Mapping for Minecraft
http://seancode.com/minutor
BSD 2-Clause "Simplified" License
279 stars 51 forks source link

Fix playname query #373

Closed EtlamGit closed 1 year ago

EtlamGit commented 1 year ago

Mojang has changed their API (deprecating the part we used in the past)

This PullRequest 1) changes the API entry point to get the player name to a variant that still works. 2) downloads the player skin texture and uses the face as icon in the jump to player menu

All player data is cached and only queried once.

EtlamGit commented 1 year ago

grafik

mrkite commented 1 year ago

Beautiful.

EtlamGit commented 1 year ago

You are very fast with merging today . . . There is a compile issue with Qt 5.9. I will add a PullRequest for that!

mrkite commented 1 year ago

Yeah I saw that. If it's easy to fix, by all means.

EtlamGit commented 1 year ago

Yes, the fix was ready at the moment I realized that you merged already ;-)