1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-22 23:25:23 +00:00
OpenDiablo2/d2game/d2player
Ripolak f729ff6101
Feature/load misc items (#424)
* Add InventoryItemMisc struct

* Add GetMiscItemByCode function

* Implement InventoryItem interface for InventoryItemMisc

* Add rings and amulets to the example items loading.

* Fix Y of LeftHand and RightHand equipment slots.

* Add "Ripolak" name to CONTRIBUTORS

* Remove double item
2020-06-23 15:28:03 -04:00
..
equipment_slot.go Feature/load misc items (#424) 2020-06-23 15:28:03 -04:00
escape_menu.go Escape menu - Keyboard support and minor improvements (#374) 2020-06-21 18:44:33 -04:00
game_controls.go Handles Click and Hovers on most game control elements (#413) (#418) 2020-06-23 12:28:05 -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 Feature/player equipment ui (#419) 2020-06-23 14:12:30 -04:00
inventory.go Feature/load misc items (#424) 2020-06-23 15:28:03 -04: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