wowdev / WoWDBDefs

Client database definitions for World of Warcraft
Other
246 stars 95 forks source link

Added DBML Serializer (just hacked it dirty in, better than nothing) #159

Closed Kaev closed 11 months ago

Kaev commented 11 months ago

Quick and dirty implementation for DBML export to generate this: https://dbdocs.io/Kaev/DBC_3_3_5_12340 Only exports for a single build that you need to provide as a new argument.

Marlamin commented 11 months ago

Not sure why there's a bunch of Structs. related changes in other files unrelated to this functionality, seems unnecessary, don't think it'll break anything but might be better to just not do those.

Kaev commented 11 months ago

Not sure why there's a bunch of Structs. related changes in other files unrelated to this functionality, seems unnecessary, don't think it'll break anything but might be better to just not do those.

Rider replaced that for me when i did the initial (reverted) namespace change. I reverted these. :)

Kaev commented 11 months ago

I merged #157 and #158 into this so only merge after they got merged