1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-27 09:35:29 +00:00
OpenDiablo2/d2core
juander 627bc8ec65 d2ui: Add WidgetGroup
this allows us to groups screens together, such that they can be
de-/activated by de-/activating the group instead of every ui element by
hand.

Before we were deactivating buttons and stopped rendering to deactivate ui
elements. This tied the renderer to these elements.
2020-11-09 18:13:17 +01:00
..
d2asset moved asset manager initialization logic to d2app (#905) 2020-11-07 23:08:25 -05:00
d2audio refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
d2config refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
d2gui migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
d2hero Health/Mana/Exp load values from save file #815 (#886) 2020-10-31 23:59:24 -04:00
d2input migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
d2inventory Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04:00
d2item removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00
d2map removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00
d2records refactored logging in d2loader, d2record, and d2asset (#898) 2020-11-02 21:23:07 -05:00
d2render/ebiten removed debug printer singleton from d2util (#901) 2020-11-03 11:19:59 -08:00
d2screen migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
d2stats removed string table singleton from d2common/d2fileformats/d2tbl/ (#900) 2020-11-03 11:10:11 -08:00
d2term fixed a couple lint errors in d2term (#697) 2020-08-05 22:32:23 -04:00
d2ui d2ui: Add WidgetGroup 2020-11-09 18:13:17 +01:00