1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-19 13:45:23 +00:00
OpenDiablo2/d2core/d2asset
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
..
animation_manager.go Remove global palettes; everything goes through d2asset now (#322) 2020-02-26 22:46:47 -05:00
animation.go File format cleanup (#320) 2020-02-26 08:39:38 -05:00
archive_manager.go Configuration improvements (#307) 2020-02-20 08:41:41 -05:00
asset_manager.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
composite.go Fixed walking animations and pathing bugs. (#345) 2020-06-20 00:40:49 -04:00
d2asset.go minor edits (#401) 2020-06-22 17:36:45 -04:00
file_manager.go minor edits (#401) 2020-06-22 17:36:45 -04:00
font_manager.go Work in progress on GUI (#304) 2020-02-17 22:11:52 -05:00
font.go Continued work on GUI (#316) 2020-02-24 22:35:21 -05:00
palette_manager.go File format cleanup (#320) 2020-02-26 08:39:38 -05:00
palette_transform_manager.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00