1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-27 21:56:19 -04:00
OpenDiablo2/d2game/d2player
juander 01927d0f3b d2core/d2ui: Add checks to all widgets if they implement Widget
this also adds missing methods to elements not implementing widget. Note
here that we do not enable sprite and label, as this would produce a
crazy amount of linter warnings due to render() requiering error
handling then, which non of the callers handle. Since we remove the
render calls later anyways, we can postpone this static check for now.
2020-11-09 18:13:17 +01: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 d2core/d2ui: Add checks to all widgets if they implement Widget 2020-11-09 18:13:17 +01: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 d2core/d2ui: Add checks to all widgets if they implement Widget 2020-11-09 18:13:17 +01: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 d2core/d2ui: Add checks to all widgets if they implement Widget 2020-11-09 18:13:17 +01:00
skilltree.go removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00