Return-To-The-Roots / s25client

Return To The Roots (Settlers II(R) Clone)
http://www.rttr.info
GNU General Public License v2.0
476 stars 75 forks source link

Add option to disable GF debug data #1550

Closed Flamefire closed 1 year ago

Flamefire commented 1 year ago

The information about current GF, GF length, NWF length and ping are usually not relevant. So add an option to enable them when required.

Also introduce an enum for the IDs in dskOptions to be able to add/change stuff. Closes https://github.com/Return-To-The-Roots/s25client/issues/1549

Spikeone commented 1 year ago

Just one quick thing I always thought about: You can not enable this in normal play anymore (thus you can not write down a GF for checking later in a replay) - therefore you'd need to create a savegame to find out which GF you should jump to.

Flamefire commented 1 year ago

Rebased to fix the submodule update. No change as I ordered the submodule commits such that it works.