Bots-United / metamod-p

Metamod is a plugin/DLL manager that sits between the Half-Life Engine and an HL Game mod, allowing the dynamic loading/unloading of mod-like DLL plugins to add functionality to the HL server or game mod. Metamod-P is enhanced version of Metamod. It has dynamic link-entities and automatic detection of Mod DLL and other improvement to allow it work with future Half-Life Engine updates and new Mods and updates.
http://metamod-p.sourceforge.net/
100 stars 31 forks source link

char const * => char* conversions fix #21

Closed p5-vbnekit closed 2 years ago

p5-vbnekit commented 3 years ago

fixed compilation on modern compilers - code healing fix for cstr-str conversions

p5-vbnekit commented 3 years ago

i did a patch for building metamod-p with cmake - https://github.com/p5-vbnekit/forks.metamod-p/tree/temporary-2021.08.27-cmake I do not see any reason to rebase him separately (for time economy), so I'll wait until you accept the first PR. And next i'll send cmake PR.