Barnaby Keene

Results 182 comments of Barnaby Keene

Stop tagging random people in copy-paste issues. I have nothing to do with either of these projects.

Yeah something like that, though I was thinking of a way to do it in a one-liner to ease readability and consolidate everything that's required for an object creation into...

Ah didn't notice that, yeah I think that would be the best solution. I *might* take a whack at implementing this but I'd like to hear some user feedback and...

How about we just create a new function and alias it for backwards compatibility, there's no point making a breaking API change.

Following Windows API conventions (no real reason), the new name could simple be appended with `C` to indicate it's a compatible version: `SetDynamicObjectMaterialTextC`.

A thought, maybe it's been considered before: would this project benefit from some form of unit testing and integration testing? Being a library it's awkward but you could a. write...

That's fair enough, writing tests can sometimes be more time consuming than writing the actual code! Breakpad could be a good middle-ground though. I'm pretty sure once I managed to...

I actually thought of doing this for my explosives, so explosive items would have a "blast radius" area and any items in that radius would be destroyed. I was going...

I just had this in a bug report and I was thoroughly confused! I work on a package manager/dependency tool that clones remote repositories to a cache directory, then clones...

This would be great! But please use the canonical Windows configuration directory NOT the user's home or documents directories - applications that cram these full of config files are super...