Kawe Mazidjatari
598d9887f0
Build all files into source engine structure
...
Valve + Respawn build path structure
2022-09-09 20:56:47 +02:00
Kawe Mazidjatari
329621c6ad
Move all public headers into root of 'public'
2022-08-09 17:18:07 +02:00
Kawe Mazidjatari
5795d15c83
Netconsole and ConVar improvements
...
Implemented StringSplit() (split string with a delimiter, and stop splitting after either the last delimiter has been reached, or nMax, so when nMax is 2, then 'SET mat_sky_color 255 255 0 255' gets split into: "SET" "mat_sky_color" "255 255 0 255").
Netconsole now sends ConVar's/ConCommands and values separately with use of StringSplit.
ConVar now uses internal ChangeStringValue (this runs the callback).
2022-07-31 17:07:35 +02:00
Kawe Mazidjatari
bfac1c25f4
Update lib name for netconsole x86 debug builds
2022-06-06 01:35:18 +02:00
Kawe Mazidjatari
3f14198695
Enable more optimization options for all projects
2022-05-13 17:37:23 +02:00
Amos
c7b4c939b3
Fix warning when trying to delete old binary post build for copy
2022-03-16 01:36:28 +01:00
Amos
bbf37b93c8
Copy netconsole and navmesh editor to 'bin' folder instead
2022-03-13 01:23:53 +01:00
Amos
cf92d64a27
Use unicode character set instead of multi-byte
2022-03-04 16:06:36 +01:00
Amos
4cb1f7927b
Move static libraries to dedicated location
...
Also compile Detours as static library instead
2022-02-22 19:37:56 +01:00
Amos
674cf918f9
Finished project overhaul
...
Build lzham as a separate library to be linked against the sdk.
Dependencies now build properly when missing.
2022-02-22 15:19:32 +01:00
Amos
b02929edd1
Move project files to dedicated folder and rename solution file
2022-02-22 12:25:09 +01:00