FolkertVanVerseveld / aoe

Re-implementation of Age of Empires and the Rise of Rome expansion
Apache License 2.0
86 stars 9 forks source link

refactor protocol packets #83

Closed FolkertVanVerseveld closed 1 year ago

FolkertVanVerseveld commented 1 year ago

protocol packets are converted from network to host byte endian order, but it's messy and prone to out of bounds access. rewrite it such that it uses the PkgWriter and NetPkg::read/write functions