Benoist
Benoist
So I've successfully built sleepy-discord & hello example following the provided docs. However after launching hello.exe and receive a message through discord rapidjson will emit an assertion `Assertion failed: data_.f.flags...
This PR aims mostly at stopping metamod from recognising other games as "tf2" when they really shouldn't be. Like tf2classic that is a mod of sdk 2013. @psychonic also suggested...
This PR aims at bringing consistent compilation flags between linux and windows. Namely the use of `-Werror` equivalent `/WX` for msvc. When enabled, this will make sourcemod fail compilation for...
With TF2 64bits release looming on the horizon, its high time Sourcemod is updated with some very much needed natives for addresses. Otherwise we're going to have a lot of...
This fixes #1902 and potential crash in other natives. # What is this all about ? Well, the scope of this PR mainly boils down to `CBaseEdict::GetNetworkable` & `IServerUnknown::GetNetworkable` (CBaseEntity::GetNetworkable)...
# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [x] I have tried my absolute best to reduce the problem-space and have...
# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [x] I have tried my absolute best to reduce the problem-space and have...
# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [x] I have tried my absolute best to reduce the problem-space and have...
This is far, far, far from being complete. The main class `ConCommandBase` was added, I'll begin working on the internal logic (hooking of ICvar) later.
Ensure to msvc that we want this variable to be narrowed down to an int.