GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::infotext...
authorLoic Blot <loic.blot@unix-experience.fr>
Thu, 4 Jan 2018 18:52:40 +0000 (19:52 +0100)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Fri, 5 Jan 2018 19:59:30 +0000 (20:59 +0100)
commitaab3b18e4b9f847ba1e521d5a73624b0bb6a467a
tree913de68fcd9211c2433bc2fa78315b0002b1640f
parent3a772e7ed6c02f91de57320b1694c7d11e1c7618
GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::infotext to GameUI class

Other enhancements:
* Drop unused GameRunData::time_of_day
* Little GameUI::update code path optimizations
src/client/gameui.cpp
src/client/gameui.h
src/game.cpp
src/game.h
src/unittest/test_gameui.cpp