1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-27 01:25:35 +00:00
OpenDiablo2/d2common/d2math
Ziemas d0c6cd61dd
Simple LOS pathfinding without walkmesh (#610)
* Reorganize MapEngine

This is already turning into a mess...

* Map engine selects tile index to use

Still very ugly

* Fix subtile flag combination

* Prepare randomly generated base tiles

* Restore collision viewer

* Movement works again, searches for straight paths

Paths are now d2vector slices

* Fix LOS calculation

* Fix test (I think)
2020-07-21 08:50:45 -04:00
..
d2vector Simple LOS pathfinding without walkmesh (#610) 2020-07-21 08:50:45 -04:00
doc.go Benchmark d2math (#595) 2020-07-17 18:50:07 -04:00
math_test.go Benchmark d2math (#595) 2020-07-17 18:50:07 -04:00
math.go Benchmark d2math (#595) 2020-07-17 18:50:07 -04:00
ranged_number_test.go adding ranged number type, for use in stats (#581) 2020-07-13 09:03:19 -04:00
ranged_number.go adding ranged number type, for use in stats (#581) 2020-07-13 09:03:19 -04:00