1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-12 02:30:43 +00:00
OpenDiablo2/d2core
juander-ux 79c147866e
Tooltip refactor (#872)
* d2ui: Add tooltip class

we reimplemented tooltips in several places
(inventory/skill_select_panel). Let's make it its own ui element.

* d2player: Refactor skill_select_panel to use the tooltip class

* d2player: Refactor inventory to use the tooltip class

* Make linter happy

* Make golangci-lint 1.27.0 happy as well

* tooltip: Remove const and rather disable linter
2020-10-28 13:54:55 -04:00
..
d2asset adding the rest of the data dictionary loaders (#869) 2020-10-28 13:52:15 -04:00
d2audio fix all gosec lint errors (#844) 2020-10-25 23:38:15 -07:00
d2config Removed Configuration interface (#560) 2020-07-08 09:16:16 -04:00
d2gui removed all 'lll' (line length) lint errors (#841) 2020-10-25 18:11:04 -07:00
d2hero Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2input Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2inventory Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04:00
d2item adding the rest of the data dictionary loaders (#869) 2020-10-28 13:52:15 -04:00
d2map bugifx (#849) 2020-10-26 04:35:23 -07:00
d2records adding the rest of the data dictionary loaders (#869) 2020-10-28 13:52:15 -04:00
d2render/ebiten Removed all TODO's in project (#831) 2020-10-25 18:36:12 -04:00
d2screen removed gui manager singleton in d2gui (#735) 2020-09-18 16:10:52 -04:00
d2stats Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2term fixed a couple lint errors in d2term (#697) 2020-08-05 22:32:23 -04:00
d2ui Tooltip refactor (#872) 2020-10-28 13:54:55 -04:00