1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-09 09:20:44 +00:00
OpenDiablo2/d2core/d2hero
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
..
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
hero_skill_util.go Initial left & right skill select panel implementation. HeroSkill serialization cleanup. (#783) 2020-10-22 16:53:18 -04:00
hero_skill.go Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
hero_state_factory.go Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
hero_state.go Saving and loading game data, Fixes #868 #799 (#883) 2020-10-31 14:30:08 -04:00
hero_stats_state.go Health/Mana/Exp load values from save file #815 (#886) 2020-10-31 23:59:24 -04:00