|
ea0b41a781
|
Cut lib/render into its own package, change all imports
|
2019-12-22 18:21:58 -08:00 |
|
|
7355778a39
|
render: Refactor Events System to Make Module Standalone
* Refactor the events used in lib/render/sdl to be more general-purpose
to make librender a stand-alone library separate from Doodle.
|
2019-12-22 14:11:01 -08:00 |
|
|
1150d6d3e9
|
Add Branding Module for Centralized Game Info
* Moves the game's Title, Summary and Version into pkg/branding where it
is centrally controlled.
|
2019-06-23 17:52:48 -07:00 |
|
|
2a162a86dd
|
UI: Fix packing bug in the GUITest
|
2019-04-19 15:08:00 -07:00 |
|
|
2b42a072a0
|
Code Layout Refactor
* All private Doodle source code into the pkg/ folder.
* Potentially public code into the lib/ folder.
* Centralize the logger into a subpackage.
|
2019-04-09 17:35:44 -07:00 |
|