Results 683 comments of Daniel Gibson

The friendly @FriskTheFallenHuman created a testmap for this: [func_spring_test.zip](https://github.com/user-attachments/files/18470842/func_spring_test.zip)

PR with fixes from the [FraggingFree mod](https://github.com/IvanTheB/fraggingfree-dhewm3-sdk/): #645

It looks like MinPWM and StartPWM already exist as concepts. But `fan2go fan -i myFan init` doesn't calculate it (yet?). Shouldn't be super-hard though? Just run the curve backwards again...

Not sure yet, I might eventually, let's get the nvidia thing (and potential related refactorings) done first ;) By the way: What exactly is the initialization (or its results) currently...

I think you're running into this check: https://github.com/dhewm/dhewm3/blob/d94bb42d5048148f5358a3d7cf0f5bd6eb817f4a/neo/framework/UsercmdGen.cpp#L679-L682 I should probably remove it, or modify it to use higher values, or something like that.

This should be resolved. Testbuilds for Windows can be downloaded at https://github.com/dhewm/dhewm3/actions/runs/12145931500 - please test :)

I'm doing 64bit Windows testbuilds to make sure it still builds on (or actually *for*) 64bit Windows. The official releases for Windows are 32bit for several reasons: * Doom3 has...

Thank you very much! The screenshot looks pretty good :) I'll look at the code later; are the questions from https://github.com/dhewm/dhewm3/pull/647#issuecomment-2626646805 regarding modal dialogs and layout still open or have...

Ok, I'll have a look! By the way, did you check out the ImGui Demo (open Dhewm3Settings menu with F10 -> Other Options -> [Show ImGui Demo])? Maybe it could...

That's awesome! Regarding the stable title: You can use `"Whatever changing text###PDA Editor"` as title (or generally as name in ImGui widgets) - then only `"PDA Editor"` (or its hash)...