1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-03 11:55:22 +00:00
OpenDiablo2/d2game/d2player
juander-ux bbc716f682
Add close buttons to all panels (#808)
* d2player/panels: Add close button to hero/inventory/skilltree panel

we require a OnClose callback here, as we need to update the perspective
of the view which is handled by gamecontrols.updateLayout().

* d2player/skilltree: Fix using the same tab label for all tabs

* d2player/game_controls: Fix wrong position of left/right menu

the character would not detect that a click was in a menu and start
walking.
2020-10-25 10:54:39 -04:00
..
help Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04: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 Add close buttons to all panels (#808) 2020-10-25 10:54:39 -04:00
hero_stats_panel.go Add close buttons to all panels (#808) 2020-10-25 10:54:39 -04:00
input_callback_listener.go fixed all golint type lint errors (#780) 2020-10-21 23:41:21 -07:00
inventory_grid.go Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04:00
inventory.go Add close buttons to all panels (#808) 2020-10-25 10:54:39 -04:00
mini_panel.go d2game/d2player/ lint error cleanup (#788) 2020-10-25 00:42:31 -07:00
skill_row.go Initial left & right skill select panel implementation. HeroSkill serialization cleanup. (#783) 2020-10-22 16:53:18 -04:00
skill_select_menu.go Initial left & right skill select panel implementation. HeroSkill serialization cleanup. (#783) 2020-10-22 16:53:18 -04:00
skill_select_panel.go Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04:00
skilltree.go Add close buttons to all panels (#808) 2020-10-25 10:54:39 -04:00