1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 04:25:23 +00:00
OpenDiablo2/d2common
dk 60e6fcb7ac
moving enumerations out of d2interface (#552)
* moved filter constants back to d2enum

* moving key and mouse button enums into d2enum

* moving render type enum into d2enum

* moving input even priority enums into d2enum

* moving terminal enums into d2enum
2020-07-06 21:26:08 -04:00
..
d2astar fixed lint errors in d2astar (#533) 2020-07-03 18:33:14 -04:00
d2data Create objects by passing the object record to CreateObject (#530) 2020-07-03 10:38:22 -04:00
d2enum moving enumerations out of d2interface (#552) 2020-07-06 21:26:08 -04:00
d2fileformats Split up DCC/DC6 animation implementations, decode directions on demand (#548) 2020-07-06 20:13:06 -04:00
d2interface moving enumerations out of d2interface (#552) 2020-07-06 21:26:08 -04:00
d2math Position struct for managing world coordinates (#540) 2020-07-04 19:25:53 -04:00
d2resource Remaining lint fixes for the d2gamescreen package (#550) 2020-07-06 20:13:55 -04:00
bitmuncher.go Decouple bitmuncher (#495) 2020-06-29 20:21:09 -04:00
bitstream_test.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
bitstream.go Refectoring to reduce code warnings (#283) 2020-02-01 21:51:49 -05:00
build_info.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
cache.go abstracted cache to an interface (#535) 2020-07-03 21:23:44 -04:00
calcstring.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
data_dictionary.go Spawn monster by monstat record (#508) 2020-07-01 00:06:06 -04:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
math.go Fixed issues from last merge (#346) 2020-06-20 01:06:42 -04:00
music_defs.go Added all music definitions (#472) 2020-06-27 03:16:53 -04:00
path_tile.go Pull go-astar code into the repo, improve perf (#411) 2020-06-23 02:04:17 -04:00
path.go Add support for missiles (#308) 2020-02-22 20:44:30 -05:00
Point.go Map generation and test fixes (#430) 2020-06-24 00:04:27 -04:00
rectangle.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
size.go Re-tooled rendering engine (#379) 2020-06-21 18:40:37 -04:00
stream_reader_test.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
stream_reader.go Performance/Memory Improvements (#365) 2020-06-20 21:07:36 -04:00
stream_writer_test.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
stream_writer.go StreamWriter: replaced slice with bytes.Buffer (#402) 2020-06-22 18:56:20 -04:00
stringutils.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
text_dictionary.go Let HellSpawner get at the string translation map (#479) 2020-06-28 10:33:09 -04:00
timeutils.go Working on d2input.go for #487 (#514) 2020-07-01 14:03:40 -04:00