twhl-community / halflife-updated

Half-Life SDK updated to compile under VS2019 and 2022. Check README.md for more information.
Other
382 stars 146 forks source link

Improve code by using modern C++ features #203

Closed fel1x-developer closed 1 year ago

fel1x-developer commented 1 year ago

Half-Life SDK uses old C++ (probably C++98) C++20 can make code safer, easier to read, and faster. Using modern C++ features, halflife-updated will be easier to write code, add features, and debug.

Changes

Things that will NOT be changed

Proposals

fel1x-developer commented 1 year ago

Opened pull request https://github.com/SamVanheer/halflife-updated/pull/204