1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-02 22:11:10 +00:00
OpenDiablo2/d2networking
danhale-git 894c60f77a
Map entity rework - vectors in mapEntity (#579)
* Fixed NaN on normalize 0 vector.

* Tentative implementation in getStepLength.

* mapEntity.TileX/Y removed.

* Fixed Position and Target not being initialised in createMapEntity.

* mapEntity.Position is no longer embedded.

* mapEntity.LocationX/Y no longer used outside map_entity.go.

* mapEntity.subCellX/Y removed.

* mapEntity.LocationX/Y removed.

* mapEntity.OffsetX/Y and TargetX/Y removed.

* Direction method added to Vector, returns 0-64 direction.

* Moved Vector.Direction() to Position.DirectionTo and refactored.

* Renamed RenderOffset from SubCell and tested IsZero.

* d2math.WrapInt added for use with directions.

* Tidied up position and tests.

* Refactored d2common.AdjustWithRemainder into d2mapEntity.

* Tidying up d2mapEntity.

* Final cleanup.

* Lint warnings.

* Spelling correction.
2020-07-13 09:06:50 -04:00
..
d2client Map entity rework - vectors in mapEntity (#579) 2020-07-13 09:06:50 -04:00
d2netpacket moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
d2server Tidy remote_client_connection.go and resolve lint warnings (#522) 2020-07-02 16:29:28 -04:00
client_listener.go D2networking resolve lint issues (#492) 2020-06-29 17:01:26 -04:00
doc.go D2networking resolve lint issues (#492) 2020-06-29 17:01:26 -04:00