Nicholas Hastings

Results 106 comments of Nicholas Hastings

> i imagine it would be better to make a new function to serve this purpose rather than modifying an existing one and affecting those who use it. or make...

Nice timing. I actually ran into this issue recently as well. I could not find a way to properly escape the key name for the XPath query. However, I was...

@geoffguynn Do you plan to continue working on this? I would like to see this land and have time to work on the requested changes if needed.

> Source 2 doesn't even support x86 anymore That's not accurate. Dota 2 still ships a 32-bit build on Windows (in addition to 64-bit) and is on Source 2.

You would be able to fully fix by patching the dll since there are some static arrays sized by that value. (You'd end up stomping other memory). Your best bet...

You are running into one of multiple issues. GCC/G++ 4.2, vprojtomake, and Xerces are all related to the Source SDK 2007 version. Your mod is based on the 2013 SDK...

Even if you get the project set up in VS2015, you'll still have to use the VS2013 (or lower) compiler tools. Due to ABI changes, the [precompiled static libs](https://github.com/ValveSoftware/source-sdk-2013/tree/master/mp/src/lib/public) are...

I believe you are alright, since most of the changes there affect ABI with the standard libraries. Valve uses that extremely sparingly, in favor of their own classes. VS 2015...

The Dev Essentials program has no cost and takes less than 30 seconds to sign up for if you already have a Microsoft account (which was already required for the...