New Game Log Verbosity setting
Hi,
I have added (r22564) a new Game Log Verbosity setting that will let you change how much info is displayed in the Game Log. It is next to the Dev Mode setting. Possible levels are -
Please note, this setting does not affect the underlying log only what is displayed - you will still get the same list of log events you get currently if you copy to clipboard at the end of a game.
This also uses a new FComboPanel class that can be used to display a theme-aware combobox with a caption.
Cheers,
Steve.
I have added (r22564) a new Game Log Verbosity setting that will let you change how much info is displayed in the Game Log. It is next to the Dev Mode setting. Possible levels are -
- Code: Select all
GAME_OUTCOME,
MATCH_RESULTS,
TURN,
MULLIGAN,
ANTE,
PLAYER_CONROL,
COMBAT,
EFFECT_REPLACED,
LAND,
STACK_RESOLVE,
STACK_ADD,
DAMAGE,
MANA,
PHASE
Please note, this setting does not affect the underlying log only what is displayed - you will still get the same list of log events you get currently if you copy to clipboard at the end of a game.
This also uses a new FComboPanel class that can be used to display a theme-aware combobox with a caption.
Cheers,
Steve.