1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-24 08:05:24 +00:00
OpenDiablo2/d2game/d2player
lord acc4c7a13e
d2ui refactor (#699)
* fixed lint errors in button.go

* fixed lint errors in checkbox.go

* Removed d2ui singleton, fixed nearly all lint errors

- Changed `UI` struct to `UIManager`, removed singleton
- UI element provider functions are now methods of the UI Manager
- Screens now use the UI manager to create UI elements
- game panels in d2player now use the UI Manager to create UI elements
- Only the UI manager knows about "widgets"; calls to `d2ui.AddWidget` in Screen instances have been removed

* changed ui element provider methods from `Create` to `New`
2020-08-06 10:30:23 -04:00
..
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
equipment_slot.go Add inventory.txt loader, use the records (#573) 2020-07-11 11:25:34 -04:00
game_controls.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
hero_stats_panel.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
input_callback_listener.go 412 missle animation (#470) 2020-06-26 20:03:00 -04:00
inventory_grid.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
inventory.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
player_state.go d2hero is *nearly* lint free #487. (#506) 2020-06-30 17:03:20 -04:00