collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
872 stars 99 forks source link

Replace BitStream with ByteInput / BitInput #96

Open collinsmith opened 3 years ago

collinsmith commented 3 years ago

com.riiablo.io.BitInput superseded com.riiablo.codec.util.BitStream and remaining BitStream implementations needed to be replaced. Replacing DCC will require tests to validate equivalence just in case.

Originally posted by @collinsmith in https://github.com/collinsmith/riiablo/issues/95#issuecomment-673230092

collinsmith commented 3 years ago

c62c10394827a111490ce0c1a04fe96ff10ff94b DCC has been converted to use ByteInput/BitInput. Equivalent behavior looks to be good.