1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-22 13:04:18 -04:00
OpenDiablo2/d2game/d2gamescreen
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
..
blizzard_intro.go Renamed scene to screen to avoid confusion of intent. (#334) 2020-06-13 20:36:20 -04:00
character_select.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
credits.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
game.go Free camera option in single player (#382) 2020-06-21 20:46:00 -04:00
gui_testing.go Renamed scene to screen to avoid confusion of intent. (#334) 2020-06-13 20:36:20 -04:00
main_menu.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00
map_engine_testing.go Re-fix map starting location bug (#388) 2020-06-21 23:23:00 -04:00
select_hero_class.go 385/lintissues (#391) 2020-06-22 11:53:44 -04:00