OpenDiablo2/d2common/d2interface
gravestench 783993470e
Lint error cleanup1 (#779)
* fixed lint error in d2app/app.go

* go fmt entire project

* adding doc.go for d2records

* fixed lint issues in d2core/d2map

* fixed lint error in d2interface/palette.go

* fixed lint error in  d2core/d2hero/hero_state_factory.go

* adding dov.go to d2common/d2geom

* fixing lint errors in d2common/d2loader

* adding doc.go to d2common/d2cache

* adding doc files for d2datautils, d2util, d2path

* adding package doc strings for mapgen, in-geam help screen, and tcp client connection

* removed all cuddling lint errors

* changed stamina equality check to '<=' instead of '<'
2020-10-22 01:12:06 -04:00
..
animation.go Decouple asset manager from renderer (#730) 2020-09-14 17:31:45 -04:00
archive.go improve AssetManager implementation (#728) 2020-09-14 14:47:11 -04:00
audio_provider.go Sound engine and sound environments (#652) 2020-07-30 16:17:26 -04:00
cache.go Made abstractiong for the file manager (#542) 2020-07-05 00:00:00 -04:00
data_stream.go improve AssetManager implementation (#728) 2020-09-14 14:47:11 -04:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
input_events.go moving enumerations out of d2interface (#552) 2020-07-06 21:26:08 -04:00
input_handlers.go D2input abstraction (#532) 2020-07-03 15:09:16 -04:00
input_manager.go moving enumerations out of d2interface (#552) 2020-07-06 21:26:08 -04:00
input_service.go moving enumerations out of d2interface (#552) 2020-07-06 21:26:08 -04:00
map_entity.go D2mapengine remove entity, minor edits (#694) 2020-08-05 21:27:45 -04:00
navigate.go Help and Escape Menu click through and close behavior (#761) 2020-10-07 21:20:05 -04:00
palette.go Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
renderer.go moving enumerations out of d2interface (#552) 2020-07-06 21:26:08 -04:00
sound_effect.go Stereo panning for sound effects (#654) 2020-07-30 21:50:27 -04:00
surface.go Decouple asset manager from renderer (#730) 2020-09-14 17:31:45 -04:00
terminal.go moving enumerations out of d2interface (#552) 2020-07-06 21:26:08 -04:00