1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-20 14:15:23 +00:00
OpenDiablo2/d2game/d2player
Julien Ganichot 0d691dbffa
Key binding menu (#918)
* Feat(KeyBindingMenu): Adds dynamic box system with scrollbar

* Feat(Hotkeys): WIP Adds a lot of things

* Feat(KeyBindingMenu): WIP Adds logic to binding

* Feat(KeyBindingMenu): Fixes assignment logic

* Feat(KeyBindingMenu): Adds buttons logic

* Feat(KeyBindingMenu): Fixes sprites positions+add padding to Box

* Feat(KeyBindingMenu): Adds label blinking cap

* Feat(KeyBindingMenu): Removes commented func

* Feat(KeyBindingMenu): Fixes lint errors and refactors a bit

* Feat(KeyBindingMenu): Corrects few minor things from Grave

* Feat(KeyBindingMenu): removes forgotten key to string mapping
2020-11-13 12:03:30 -08:00
..
binding_layout.go Key binding menu (#918) 2020-11-13 12:03:30 -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 Key binding menu (#918) 2020-11-13 12:03:30 -08:00
game_controls.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
help_overlay.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
hero_stats_panel.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
hud.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
input_callback_listener.go fixed all golint type lint errors (#780) 2020-10-21 23:41:21 -07:00
inventory_grid.go Revert "d2ui/sprite: Refactor Render() to RenderNoError()" 2020-11-11 15:05:04 +01:00
inventory.go Revert "d2ui/sprite: Refactor Render() to RenderNoError()" 2020-11-11 15:05:04 +01:00
key_binding_menu.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
key_map.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
mini_panel.go Revert "d2ui/sprite: Refactor Render() to RenderNoError()" 2020-11-11 15:05:04 +01: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 Revert "d2ui/sprite: Refactor Render() to RenderNoError()" 2020-11-11 15:05:04 +01:00
skillicon.go d2ui/drawable: Refactor render() method to not return error 2020-11-11 14:55:59 +01:00
skilltree.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00