1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 12:35:22 +00:00
OpenDiablo2/d2common/d2data/d2datadict
Haashi 5e1725dd7d
385/lintissues (#391)
* camera offset for ui panels :

added maprenderer viewport to be aligned left or right

calling alignement on keyPress in game_controls

* check if already aligned

* fix bugs

-forgot to assign alignement
-defaultScreenRect instead of screenRect because of issue mentionned in original comment

* remove config.json and replace go.mod line

* removing duplicate import of d2common

replacing all dh to d2common

* remove useless breaks from switch statement

* better range when value unused + prettying import

* item_affix rewrite

using return values instead of pointer references in arguments

* ebiten deprecated calls

* small fixes
2020-06-22 11:53:44 -04:00
..
armor.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
automap.go Feature/automap (#364) 2020-06-20 19:53:29 -04:00
charstats.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
difficultylevels.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
experience.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
gems.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
hireling.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
item_affix.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
item_common.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
itemstatcost.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
level_maze.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
level_presets.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
level_sub.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
level_types.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
level_warp.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
levels.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
map_helper.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
misc.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
missiles.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
monstats.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
object_lookup.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
object_query_test.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
object_query.go Refectoring to reduce code warnings (#283) 2020-02-01 21:51:49 -05:00
object_types.go Performance/Memory Improvements (#365) 2020-06-20 21:07:36 -04:00
objects.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
sounds.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
unique_items.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
weapons.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00