Blair Cahue

Results 25 comments of Blair Cahue

Oda seems to be making the special 112 into special 48. Not sure the mechanism of how its doing so.

Checked this in DSDA and it exhibited the same behavior until I enabled comperr_passuse. The problem here is that the scroll line before the switch is eating the use and...

I think this ticket should be converted to include everything else that needs to be interpolated in the player view. These include (as far as I know): Scrolling Textures Warped...

Maybe disable the carry adjustment and player-in-sector bonus (for hexen specials) when co_zdoomphys 1?

The alternative is to match ZDaemon's behavior, where the Hexen specials apply the in-sector speed bonus, but ACS scripts do not.

I think this would require floating point coordinate calculations to fully resolve if I remember correctly.

Maybe not, I think we can "borrow" Hexen's "FastProjectile" properties used in the Magic Wand and Cleric Flame, in order to achieve this. DSDA code here: ```c++ if (hexen) {...

This would require custom code for the site to implement something to periodically (or on demand driven by GitHub Action) pull latest release information and/or all release information. We'd also...

I think this is something to do with SDL misbehaving with a hook somewhere. My Corsair K70 sometimes will keep Odamex from launching (as in, just display a white odamex...

@AlexMax > I like the idea, however I have two issues with it. > > First off, I don't get the "select install mode" screen after uninstalling Odamex. That probably...