1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-22 23:25:23 +00:00
OpenDiablo2/d2common/d2interface
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
..
audio_provider.go minor edits (#486) 2020-06-29 00:41:58 -04:00
bitmuncher.go Decouple bitmuncher (#495) 2020-06-29 20:21:09 -04:00
bitstream.go Decouple bitmuncher (#495) 2020-06-29 20:21:09 -04:00
d2interface.go minor edits (#486) 2020-06-29 00:41:58 -04:00
filter.go minor edits (#486) 2020-06-29 00:41:58 -04:00
render_type.go minor edits (#486) 2020-06-29 00:41:58 -04:00
renderer.go minor edits (#486) 2020-06-29 00:41:58 -04:00
sound_effect.go minor edits (#486) 2020-06-29 00:41:58 -04:00
surface.go Fixes #496 and improves memory consumption on render of game_controls (#501) 2020-06-30 12:43:13 -04:00
terminal.go More linting (#500) 2020-06-30 09:58:53 -04:00