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
263 contributions in the last year
Contribution activity
July 2020
- Ziemas/sputter C++
Created a pull request in OpenDiablo2/OpenDiablo2 that received 1 comment
Theta* pathfinding
This implements theta* pathfinding. This is basically a* but when searching for paths we straighten them out by testing if the parent node has visi…
+187
−1
•
1
comment
- Simple LOS pathfinding without walkmesh
- Revert my accidentally included hack
- Show what components are present at a given tile
- Use vectors for object positioning
- Use our own DrawEffects enum for draw effects
- Standardize indexed color to RGBA conversion to one function
- Some slight DC6 cleanup
- Clean up monstats2
- Apply NPC speed from monsats
- Apply some more object animation settings
- Split up DCC/DC6 animation implementations, decode directions on demand
- Init torches with random start mode
- New package d2object, first object initFun
- Composite work
- Create objects by passing the object record to CreateObject
- Fix d2datadict.Objects index
- Cof direction lookup
- Spawn monster by monstat record

