OpenDiablo2/d2core/d2render
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
..
ebiten 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
composite_mode.go Refectoring to reduce code warnings (#283) 2020-02-01 21:51:49 -05:00
d2render.go Cleanup error handling (#303) 2020-02-09 14:12:04 -05:00
filter.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
render_type.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
renderer.go Cleanup error handling (#303) 2020-02-09 14:12:04 -05:00
surface.go Screenshot and GIF recording capability (#310) 2020-02-22 23:59:45 -05:00