1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-11-10 06:16:27 -05:00
OpenDiablo2/d2common/d2fileformats/d2dcc
gravestench aa9f6be411
Lint cleanup gocyclo (#847)
* d2player/inventory.go: fixed gocyclo error, broke up render method to smaller methods

* d2client/game_client.go: suppressing gocyclo error for OnPacketReceived, doesnt make sense to split

* d2remoteclient/remote_client_connection.go: suppressing gocyclo error for decodeToPacket, doesnt make sense to split

* d2dcc/dcc_direction.go: suppressing gocyclo error in generateFrames
2020-10-26 02:24:04 -07:00
..
dcc_cell.go Fixed lint issues (#484) 2020-06-28 22:32:34 -04:00
dcc_dir_lookup.go fixing most of the remaining lint errors in d2fileformats (#600) 2020-07-18 00:02:45 -04:00
dcc_direction_frame.go Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
dcc_direction.go Lint cleanup gocyclo (#847) 2020-10-26 02:24:04 -07:00
dcc_pixel_buffer_entry.go Fixed lint issues (#484) 2020-06-28 22:32:34 -04:00
dcc.go Decouple asset manager from renderer (#730) 2020-09-14 17:31:45 -04:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00