1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-19 21:55:24 +00:00
OpenDiablo2/d2common/d2fileformats/d2ds1
gucio321 5706a1c19a Ds1 refactor: test bugs + descriptive errors + SetNumberOfWall/FloorLayers (#6)
* ds1 refactor:
- removed DS1.layerStreamTypes field
- written unit test for setupStreamLayerTypes method
- added more descriptive error messages for LoadDS1 (and submethods)

* ds1 refactor: added some missing error messages

* ds1 refactor: fixed test bugs

* ds1 refactor: removed unnecessary c1. and c2. comments in ds1_test errors

* ds1 refactor: removed fmt from ds1_test

* ds1 refactor: fixed bug with SetTiles test + lintfix

* ds1 refactor: SetNumberOfWalls

* ds1 refactor: SetTile(s) now changes walls/floors length if neccesary

* ds1 refactor: removed unnecessary debugging fmt

* ds1 refactor: added substitution layer and object with paths to example data

Co-authored-by: M. Sz <mszeptuch@protonmail.com>
2021-03-24 10:10:36 -07:00
..
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
ds1_test.go Ds1 refactor: test bugs + descriptive errors + SetNumberOfWall/FloorLayers (#6) 2021-03-24 10:10:36 -07:00
ds1.go Ds1 refactor: test bugs + descriptive errors + SetNumberOfWall/FloorLayers (#6) 2021-03-24 10:10:36 -07:00
floor_shadow.go Ds1 refactor: some test improvement (#5) 2021-03-24 10:10:36 -07:00
object.go Refactoring d2ds1 2021-03-24 10:10:36 -07:00
substitution_group.go Fixed linting issues (#438) 2020-06-24 10:13:11 -04:00
substitution.go renamed some files in d2ds1 2021-03-24 10:10:36 -07:00
tile.go unit tests for ds1 (#4) 2021-03-24 10:10:36 -07:00
wall.go renamed another file 2021-03-24 10:10:36 -07:00