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
https://github.com/ko4life-net/ko
MIT License
55 stars 22 forks source link

Refactor codebase for clarity, portability, and consistency improvements. #256

Closed stevewgr closed 1 week ago

stevewgr commented 1 week ago

Description

This pull request introduces a series of codebase improvements to enhance clarity, portability, and maintainability. Key changes include namespace renaming, function refactoring, unused code removal, and consistency adjustments.

Details

Benefits

These updates enhance the overall quality of the codebase by improving portability, reducing redundancy, ensuring compatibility, and simplifying functionality. They lay the groundwork for a more standardized, maintainable, and user-friendly application.

stevewgr commented 1 week ago

Build passing: https://github.com/ko4life-net/ko/actions/runs/11790164397/job/32840149101

Also worth mentioning that build time almost reduced by 2 minutes 🤯 🎉 🚀

SeniourMarquies commented 1 week ago

You're an antworker.

stevewgr commented 1 week ago

Build passing: https://github.com/ko4life-net/ko/actions/runs/11807325401

Merging.