Chris Hennes

Results 699 comments of Chris Hennes

It sounds like pending that change this will be ready to merge, @jbaehr ?

This would require a mapping of all addon names to their respective URLs, and would require that list be kept up-to-date. I'm not sure that's a great use of anyone's...

How will the telemetry addon get that information? I'm not sure I want to add that much unrelated code to it...

The problem is that the telemetry Addon only *knows* the names of the directories in Mod: it doesn't have other info about the Addons, and that information is not easily...

This is really a proposal to change the budgeting, rather than a grant proposal itself, so I've moved it to the main FPA repo. The timing is perfect, though, because...

The main advantage of @PaddleStroke's proposal as far as I am concerned is that it isn't putting more work on my plate. The "Pre-Approved Grant" program places significant responsibility on...

We discussed this in this morning's FPA meeting and decided to allocate 5000 EUR of our 20.000 EUR first-quarter grant budget to pilot the project. The CWG is given the...

> [@Reqrefusion](https://github.com/Reqrefusion) Why would a grant be needed? In order for the FPA to actually vote on the allocation. So now what's needed is a concrete proposal (either really specific,...

Thanks for the PR, it looks really good. To compile using MSVC all *.cpp files need to have the following as the first include: ```c++ #include "PreCompiled.h" ``` and then...

> which is its only include. Do you mean FuzzyHelper.h itself should be in the precompiled headers? It's an MSVC thing -- even if you don't use it, your *.cpp...