1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-16 00:08:29 -04:00
OpenDiablo2/d2game/d2player
William 485e60683b
Escape menu - Keyboard support and minor improvements (#374)
* Handle up/down/enter keys and reset menu on toggle

Signed-off-by: William Claude <w.claude@thebeat.co>

* Add sound when selecting an item

Signed-off-by: William Claude <w.claude@thebeat.co>

* Reorganise code and remove unused things (YAGNI)

Signed-off-by: William Claude <w.claude@thebeat.co>

* Group properties

Signed-off-by: William Claude <w.claude@thebeat.co>

* Use switch statements instead of IFs

Signed-off-by: William Claude <w.claude@thebeat.co>

* Prevent opening the escape menu over hero stats or inventory

Signed-off-by: William Claude <w.claude@thebeat.co>
2020-06-21 18:44:33 -04:00
..
escape_menu.go Escape menu - Keyboard support and minor improvements (#374) 2020-06-21 18:44:33 -04:00
game_controls.go Escape menu - Keyboard support and minor improvements (#374) 2020-06-21 18:44:33 -04:00
input_callback_listener.go Added multiplayer support (#336) 2020-06-18 14:11:04 -04:00
inventory_grid_test.go Initial work to separate client and server logic (#330) 2020-06-13 18:32:09 -04:00
inventory_grid.go Initial work to separate client and server logic (#330) 2020-06-13 18:32:09 -04:00
inventory.go Move rendering stuff out of d2common into d2render (#281) 2020-02-01 20:39:28 -05:00
player_state.go Added multiplayer support (#336) 2020-06-18 14:11:04 -04:00
stats.go Add panel to contain hero stats (#299) 2020-02-08 10:51:11 -05:00