1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-26 00:55:23 +00:00
OpenDiablo2/d2common/d2fileformats/d2ds1
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
..
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
ds1.go Implemented Position in Path and PathTile (#605) 2020-07-18 18:07:13 -04:00
floor_shadow_record.go Fixed linting issues (#438) 2020-06-24 10:13:11 -04:00
substitution_group.go Fixed linting issues (#438) 2020-06-24 10:13:11 -04:00
substitution_record.go Fixed linting issues (#438) 2020-06-24 10:13:11 -04:00
tile_record.go Simple LOS pathfinding without walkmesh (#610) 2020-07-21 08:50:45 -04:00
wall_record.go Fixed lint issues (#484) 2020-06-28 22:32:34 -04:00