Russian-Doom / russian-doom

A limit-removing source port of Doom, Heretic and Hexen. It has numerous vanilla bug fixes, enhanced 640x400 and 1280x800 rendering resolutions, improved game palettes and offers many optional aesthetic game enhancements along with the maximum possible translation to the Russian language.
GNU General Public License v2.0
81 stars 13 forks source link

Allow to place stat widgets at the bottom #410

Closed JNechaevsky closed 2 years ago

JNechaevsky commented 2 years ago

Could be much shorten, but different languages using slightly different font drawing functions. In everything else it works just fine, with deathmatch support and mod compatibility.

Possible (micro-)optimization: calculate values every game tic, not every frame tic. ST_Ticker should be fine place for this.

Probably worth to implement it in Heretic and make this placement default, it feels more comfortable.