1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-19 21:55:24 +00:00
OpenDiablo2/d2common
dk 953271b8e6
minor edits (#401)
* make game update at 25fps, ui update at max fps

* minor edits to func names, d2resource constants

* renamed `loadDictionary` to `loadTextDictionary` to avoid confusion with `LoadDataDictionary`
* updated line in main.go that calls `loadTextDictionary`
* added tokens as constants inside of `d2resource/resource_paths.go` that are used in font/language paths
* moved locale string handling stuff into it's own func, now uses tokens defined in d2resource

* minor edits to func names, d2resource constants

* renamed `loadDictionary` to `loadTextDictionary` to avoid confusion with `LoadDataDictionary`
* updated line in main.go that calls `loadTextDictionary`
* added tokens as constants inside of `d2resource/resource_paths.go` that are used in font/language paths
* moved locale string handling stuff into it's own func, now uses tokens defined in d2resource

* fix: accidentally renamed func in d2asset

* git is hard

accidentally added changes not meant for this commit
2020-06-22 17:36:45 -04:00
..
d2data 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
d2enum Show special tiles in mapdebug (#386) 2020-06-21 22:14:06 -04:00
d2fileformats MPQ memory improvements (#399) 2020-06-22 16:01:14 -04:00
d2resource minor edits (#401) 2020-06-22 17:36:45 -04:00
bitmuncher.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05: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 Moving files around to make more sense (#279) 2020-02-01 18:55:56 -05: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 Item Affixes (#328) 2020-05-08 12:33:37 -04:00
math.go Fixed issues from last merge (#346) 2020-06-20 01:06:42 -04:00
path_tile.go Re-tooled rendering engine (#379) 2020-06-21 18:40:37 -04:00
path.go Add support for missiles (#308) 2020-02-22 20:44:30 -05: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 merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05: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 minor edits (#401) 2020-06-22 17:36:45 -04:00
timeutils.go Move d2config to d2core, remove d2helper (#282) 2020-02-01 21:06:22 -05:00