Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
181 contributions in the last year
Contribution activity
July 2020
Created a pull request in OpenDiablo2/OpenDiablo2 that received 4 comments
Proposal for Vector interface using `big.Float` components (with test implementation)
I'll start by saying that this Vector2 interface is not complete, as I'm not sure how exactly to do some things. In particular, I'm not sure how we…
+0
−0
•
4
comments
- Stats refactor
- add interfaces for stats, added diablo 2 implementation
- entity debug rendering
- Smooth camera targetting
- remove most lint errors in d2common
- removed most lint errors in d2gui
- removed most lint errors in d2gamescreen
- removing magic numbers, adding rgba color creator func
- removing magic numbers, adding rgba color creator func
- fix most of the remaining lint errors in d2fileformats
- delint_d2networking
- removing lint errors from d2render
- Removing lint errors in npc.go, mapstamp.go
- Stat descriptions + tests, Skilldesc.txt loader
- d2asset: init without terminal
- d2asset: un-implemented methods
- adding ranged number type, for use in stats
- Properties.txt loader
- set compositing on debug print so text bg is transparent
- Add inventory.txt loader, use the records
- inventory grid
- removing inventory grid test, it is causing builds to fail
- bugfix: strings from txt file are all lowercase
- moving enumerations out of d2interface
- App components
- Some pull requests not shown.
Created an issue in OpenDiablo2/OpenDiablo2 that received 1 comment
SkillDescriptionRecord struct needs attention
I was working on stat descriptions unit tests and to write one of the tests i needed skilldesc.txt records. I wrote the loader quickly, and all of …
1
comment