1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-03 11:55:22 +00:00
OpenDiablo2/d2core/d2ui
Maxime Lavigne (malavv) 3990df3bac
Fixes #496 and improves memory consumption on render of game_controls (#501)
* Fixes #496 using ebiten.SubImage to Render Section of a Surface.

I had to add matching functions to both animation and sprite to get it to be called
for a sprite object.

* Fixed linter warning on comments for Sprite and Animation.

* Removing what's remaining of the old Sprite re-generation and caching.
2020-06-30 12:43:13 -04:00
..
button.go More linting (#500) 2020-06-30 09:58:53 -04:00
checkbox.go More linting (#500) 2020-06-30 09:58:53 -04:00
d2ui.go minor edits (#486) 2020-06-29 00:41:58 -04:00
drawable.go minor edits (#486) 2020-06-29 00:41:58 -04:00
font.go minor edits (#486) 2020-06-29 00:41:58 -04:00
label.go More linting (#500) 2020-06-30 09:58:53 -04:00
scrollbar.go minor edits (#486) 2020-06-29 00:41:58 -04:00
sprite.go Fixes #496 and improves memory consumption on render of game_controls (#501) 2020-06-30 12:43:13 -04:00
textbox.go minor edits (#486) 2020-06-29 00:41:58 -04:00
widget.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00