ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
52 stars 21 forks source link

Produce code from JvCryption libs. #146

Closed stevewgr closed 1 year ago

stevewgr commented 1 year ago

Description

This PR gets ride of JvCryption old libs that were using really old compiler.

Also moved JvCryption implementation into common, to not duplicate code.

This PR partially resolves: https://github.com/ko4life-net/ko/issues/38

Tested running the server and game and same basic packet processing. No issues noticed.

stevewgr commented 1 year ago

Thanks guys!

Build passing: https://github.com/ko4life-net/ko/actions/runs/3256951215/jobs/5347887869

Merging.