L-P

Results 10 comments of L-P

@wting can I get some feedback on this ?

`find(null)` is called on the storage instead of what I assume should be `latest()`. A quick workaround is to substitute `FileStorage` with: ```php class FixFileStorage extends FileStorage { public function...

Can't reproduce with cliget 1.2.3 and FF 42.0.

As this issue is the only documentation I found on the subject, let me expand it a bit: As of today (IVRSystem_017 with a HTC Vive), `GetHiddenAreaMesh` returns 78 vertices...

> I don't see how encrypting the ROM would help Not encrypting the ROM but the item override and hint list, with the decryption done at runtime (eg. entering the...

As my main use case requires hull 0 to be generated, I'm not too fond of `_illusionary`. I considered having a `_maxhull` you could set to `0` to have the...

I forgot about hull 2, this makes a max hull fairly useless. I'd go for a `_skip_hulls` as a `Flags` field. Easier to use and implement. Omitting hull 0 would...

Got the same issue on the today's master: `TrenchBroom 2024.1 Build v2024.1-254-g9a63f9908 Debug Linux-Qt 5.15.8` Repro: 1. Open TB 2. `New Map…` 3. `Open preferences…` 4. Select `Quake` on the...

`sndspeed` sole purpose is to apply a low-pass filter on everything when `sndspeed.value == 11025 && snd_mixspeed->value == 44100`. It does _nothing else_. I recommend removing the cvar and the...

[In a branch](https://github.com/andrei-drexler/ironwail/compare/master...L-P:ironwail:mixer) I have rewritten the entire mixer to work with floating point only and let the SDL handle the resampling. I should get back to it, remove the...