1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-02-20 23:47:16 -05:00

15 Commits

Author SHA1 Message Date
Alex Yatskov
49b9a190f2 Render to surface, not ebiten texture ()
* Render to surface, not ebiten texture

* Fix debug text
2019-12-28 16:46:08 -05:00
Alex Yatskov
0ee937f01b Rename Paperdoll to Composite ()
Make AnimatedEntity use Composite
2019-12-24 01:48:45 -05:00
Alex Yatskov
1b03e691b9 High level resource caching; resource cleanup ()
* Work on resource loading

* Use new material flag name. ()

Update ebiten ref while at it

* Hopefully fix CI ()

* Don't try to copy config.json on travis ()

I doesn't exist anymore

* Update D2Shared references

* Fix character selection rect

Co-authored-by: Ziemas <ziemas@ziemas.se>
2019-12-21 20:53:18 -05:00
nicholas-eden
19257abddb Extract sprite from dc6 from D2Shared ()
Remove processing of dc6 file type from sprite creation.  Use dc6 loader from D2Shared.
2019-11-24 17:58:23 -05:00
負弌
30c3bb7330 Fix CJK render problem partially ()
* Fixed CJK render problem
* Add partial support of loading CJK fonts
2019-11-21 21:40:12 -05:00
ndechiara
1c2b4869a1 Migrate out d2common d2helper d2data modules ()
* Switch items to dynamic load with a common struct, add misc.txt loading
* Update Ebiten Reference
* Switch references to point to D2Shared
* Migrate part 2
2019-11-17 00:16:33 -05:00
Tim Sarbin
a8171145f9
Started work on gameplay scene. () 2019-11-13 00:31:52 -05:00
Tim Sarbin
4fa66988d4
Added the scrollbar. () 2019-11-12 23:44:04 -05:00
Tim Sarbin
a6a9434267
Added more functionality to character select screen. () 2019-11-11 23:48:55 -05:00
Ziemas
1ec7d2379e Fix checkboxes ()
And change the names of things because it was confusing me.
2019-11-10 17:52:30 -05:00
Tim Sarbin
3f01ad09ae
Renamed files to lowercase. () 2019-11-10 17:36:25 -05:00
Ziemas
d4d3fdfad3 Checkboxes! ()
And add them to the hero class scene.
2019-11-10 17:17:42 -05:00
Tim Sarbin
f156475731
Added text entry. Fixed performance issue. Added error checking. () 2019-11-10 12:28:41 -05:00
Tim Sarbin
e8292e9c42
More optimizations and cleanup. () 2019-11-10 10:44:13 -05:00
Tim Sarbin
f2b1bdfba4
More package cleanup. () 2019-11-10 08:51:02 -05:00