1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-01 11:25:26 +00:00
OpenDiablo2/d2core
dk cf6029eb95
Stat descriptions + tests, Skilldesc.txt loader (#590)
* adding ranged number type, for use in stats

* Loaded Skills.txt

* asset manager only binds terminal commands if terminal != nil

* WIP stats

* cache getter and clear methods were not implemented

* asset manager handles a nil terminal pointer

* adding skilldesc.txt loader (needs work)

* ctc stat descriptions functions working

* moving description functionality out of itemstatcost loader and into stats

* stats seem like a central part of diablo, moving into d2core.

* stats seem like a central part of diablo, moving into d2core.

* delint

* adding statlist, statlist reduction, unit tests

* minor edits to stat.go

* lint error in statlist.go

* Remove dependency on actual data from mpq files

stats unit tests now use mock data

* fixing some lint errors, formatting

Co-authored-by: Maxime Lavigne (malavv) <duguigne@gmail.com>
2020-07-17 18:50:45 -04:00
..
d2asset d2asset: init without terminal (#586) 2020-07-13 20:30:30 -04:00
d2audio/ebiten Add static checks to help ensure implementations conform to interfaces (#582) 2020-07-13 09:05:04 -04:00
d2config Removed Configuration interface (#560) 2020-07-08 09:16:16 -04:00
d2gui 504 - removes input singleton in favor of d2interface.InputManager constructor injection (#584) 2020-07-13 20:29:17 -04:00
d2hero moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
d2input Revert my accidentally included hack (#589) 2020-07-14 06:59:35 -04:00
d2inventory moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
d2map Stat descriptions + tests, Skilldesc.txt loader (#590) 2020-07-17 18:50:45 -04:00
d2object Use vectors for object positioning (#587) 2020-07-14 00:25:23 -04:00
d2render/ebiten Replace ebitenUtil with d2DebugUtil and new charmap for debugger. (#577) 2020-07-11 18:12:20 -04:00
d2screen rely on App to know how to navigate between screens using a callback interface with explicit methods (#592) 2020-07-14 13:11:23 -04:00
d2stats Stat descriptions + tests, Skilldesc.txt loader (#590) 2020-07-17 18:50:45 -04:00
d2term 504 - removes input singleton in favor of d2interface.InputManager constructor injection (#584) 2020-07-13 20:29:17 -04:00
d2ui 504 - removes input singleton in favor of d2interface.InputManager constructor injection (#584) 2020-07-13 20:29:17 -04:00