OpenDiablo2/d2core
Stephen Horan 4dd69e7709
Health/Mana/Exp load values from save file #815 (#886)
* Return errors for #790

* Fixing lint issues

* Returning nil instead of empty struct pointer

* Removed new hero stat calls as new player requires stats to be passed in. These were using defaults regardless of the save file.

* Removed override on the default to health/mana/experience. These should now result is proper values.

* Removed new hero stat calls as new player requires stats to be passed in. These were using defaults regardless of the save file.

* Removed override on the default to health/mana/experience. These should now result is proper values.
2020-10-31 23:59:24 -04:00
..
d2asset migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
d2audio Fix background music crash issue. (#880) 2020-10-28 22:34:47 -04:00
d2config Added useful config error panic. Added window title to panic window. (#879) 2020-10-28 21:42:03 -04: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 adding the rest of the data dictionary loaders (#869) 2020-10-28 13:52:15 -04:00
d2map Health/Mana/Exp load values from save file #815 (#886) 2020-10-31 23:59:24 -04:00
d2records adding the rest of the data dictionary loaders (#869) 2020-10-28 13:52:15 -04:00
d2render/ebiten Added useful config error panic. Added window title to panic window. (#879) 2020-10-28 21:42:03 -04:00
d2screen migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
d2stats Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2term fixed a couple lint errors in d2term (#697) 2020-08-05 22:32:23 -04:00
d2ui migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00