1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-28 14:16:01 -04:00
OpenDiablo2/d2game/d2player
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
..
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
equipment_slot.go Removing d2datadict singletons (#738) 2020-09-20 17:52:01 -04:00
escape_menu.go Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04:00
game_controls.go game_control: HUD refactor (#904) 2020-11-05 11:55:09 -08:00
help_overlay.go removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00
hero_stats_panel.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
hud.go game_control: HUD refactor (#904) 2020-11-05 11:55:09 -08:00
input_callback_listener.go fixed all golint type lint errors (#780) 2020-10-21 23:41:21 -07:00
inventory_grid.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
inventory.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
key_map.go Feat(KeyMapping): Adds a configurable keymap to GameControls, resolves #793 (#893) 2020-11-01 19:43:23 -08:00
mini_panel.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
skill_row.go removed all 'gocritic' lint errors (#835) 2020-10-25 17:03:23 -07:00
skill_select_menu.go Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
skill_select_panel.go removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00
skilltree.go removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00