You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add blank issue template and disable blank issues
There was a link for opening a blank issue, but people miss it and keep asking simple questions using Feature request template.
So add a blank template, so it is easier to find.
Optimize player's breathing calculation (#415)
* Tablify breathing values
Unnecessary, but probably will simplify calculation of player->viewheight.
Probably it is possible to this ramp effect without using LUT at all.
* Even simpler
Optimize player's breathing calculation (#415)
* Tablify breathing values
Unnecessary, but probably will simplify calculation of player->viewheight.
Probably it is possible to this ramp effect without using LUT at all.
* Even simpler
Doom: sync animated textures
See: bradharding/doomretro#747
Thanks @jeffdoggett for the fix!
Thanks @andrikpowell for pointing out. It is unbelievable how such things like random key pickups and teleporters can be created w/o Boom stuff. Absolutely lovely!