dk
60e6fcb7ac
moving enumerations out of d2interface ( #552 )
...
* moved filter constants back to d2enum
* moving key and mouse button enums into d2enum
* moving render type enum into d2enum
* moving input even priority enums into d2enum
* moving terminal enums into d2enum
2020-07-06 21:26:08 -04:00
dk
62b8a610c0
D2input abstraction ( #532 )
...
* abstract d2input manager/service/events/keys/buttons to interface
* abstract d2input manager/service/events/keys/buttons to interface
* fixing lint error
2020-07-03 15:09:16 -04:00
dk
55dc3e42ed
minor edits ( #486 )
...
* adding comments to d2interface for linter
* moved d2render renderer interfaces and types into d2interface
2020-06-29 00:41:58 -04:00
Tim Sarbin
3f575cf1d8
Removed audio singleton ( #482 )
2020-06-28 19:31:10 -04:00
David Carrell
37ae98d81b
Abstract away remaining ebiten references ( #409 )
...
* 337 - remove ebiten from character selection
* 337 - abstract d2input away from ebiten implementation
* WIP 337 - remove ebiten use from d2ui
* 337 - fix accidental left->right change
* 337 - fix ui button selection bugs
* 337 - fix textbox bugs
* 337 - fix scrollbar bugs
* 337 - address PR comments
* 337 - fix invalid hero selection bug
Co-authored-by: David Carrell <carrelda@Davids-MacBook-Pro.local>
2020-06-23 18:12:08 -04:00
Tim Sarbin
16dc775be1
Renamed scene to screen to avoid confusion of intent. ( #334 )
2020-06-13 20:36:20 -04:00
Alex Yatskov
5e958b9174
Scene and GUI rework ( #300 )
2020-02-08 21:02:37 -05:00
Tim Sarbin
6606774ece
Refectoring to reduce code warnings ( #283 )
2020-02-01 21:51:49 -05:00
Alex Yatskov
b5c1f5222d
Move rendering stuff out of d2common into d2render ( #281 )
...
* Move rendering stuff out of d2common into d2render
* Remove d2interface
2020-02-01 20:39:28 -05:00
Alex Yatskov
8a547ebf0e
Moving files around to make more sense ( #279 )
...
* Prevent input fighting between terminal and other input listeners.
* Moving files around, removing exports
* Add missing line
2020-02-01 18:55:56 -05:00
Tim Sarbin
2461142fbd
Minor changes to project layout ( #276 )
...
* Minor changes to reduce interdependencies on modules.
2020-01-31 23:18:11 -05:00