MrAntares / roBrowserLegacy

This is a continuation of the original robrowser. All credits to the original creators and the new ones :)
GNU General Public License v3.0
194 stars 119 forks source link

Equipment Info #389

Closed samtigall closed 1 month ago

samtigall commented 4 months ago

Missing feature Right Click > Check Equipment Info doesnt show

MrAntares commented 4 months ago

We receive the packet, but the function that handles it is empty, because I couldn't clone properly the Equipment window without it breaking everything. We probably need to touch the cloning so it won't cause conflicts. Right now if we do a shallow clone it's just not enough, because we need to redo every function that is needed for the window to work, and if we do a deep clone it will just keep all the function references to the original object, causing a ton of conflicts.

Samuel23 commented 3 months ago

It really needs UI like the Equipment just without the other functions

I am almost done implementing it on my side though tested only for latest packet 0xb37 for PACKETVER >= 20200916

V0 image

V1 image image

V2 image

Boblee-D-Dev commented 3 months ago

I try on packetver 20190625 , i got an error

Screenshot-info-error
alisonrag commented 1 month ago

implemented at #413