1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-27 17:45:24 +00:00
OpenDiablo2/d2core
juander-ux 9e89d5b891
game_control: HUD refactor (#904)
* d2player/game_controls: Refactor HUD into it's own class

game_controls slowly becomes a superclass that does too many things.
So move HUD into it's own class. This is the first step of getting the
renderer out of game_controls (#798)

* d2ui/tooltip: Allow background box to be disabled

* d2ui/tooltip: Make GetSize() a public function

* d2player: Move const from game_controls to hud

* d2player: Fix missing entity hover tooltip
2020-11-05 11:55:09 -08:00
..
d2asset removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00
d2audio refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
d2config refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
d2gui migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
d2hero Health/Mana/Exp load values from save file #815 (#886) 2020-10-31 23:59:24 -04:00
d2input migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
d2inventory Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04:00
d2item removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00
d2map removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00
d2records refactored logging in d2loader, d2record, and d2asset (#898) 2020-11-02 21:23:07 -05:00
d2render/ebiten removed debug printer singleton from d2util (#901) 2020-11-03 11:19:59 -08:00
d2screen migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
d2stats removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00
d2term fixed a couple lint errors in d2term (#697) 2020-08-05 22:32:23 -04:00
d2ui game_control: HUD refactor (#904) 2020-11-05 11:55:09 -08:00