Commit Graph

30 Commits

Author SHA1 Message Date
Harrison Deng
a42c4d83b9 Last commit before archived. 2021-12-23 21:27:41 -06:00
9387611b19 Start of transition to OTK 2019-11-24 00:17:21 -05:00
c04f2f1b78 Cleaned dependencies and project up. I don't actually know. 2019-11-23 21:47:21 -05:00
08f45bcfd4 Moved the ScreenSystem to under UI namespace. 2019-06-01 15:36:31 -05:00
cc0099ee7d Removed AssemblyInfo.cs (for now). 2019-05-31 01:28:38 -05:00
d923a28afb Transitioned to .Net Standard and use of VSCode. 2019-05-31 00:57:03 -05:00
e3535f5662 Changed 9p and tatlas' to use a separately loaded texture. 2019-03-20 19:28:16 -05:00
2788d9d349 changed content manager controller's generic type to allow for any object instead of IDisposable only. 2019-01-27 17:12:16 -06:00
ea6b3cf9e3 Added setup system. Changed reader and writer for texture atlas and nine patch to have image and serialized data be in same file. Some refactors occurred as well. 2019-01-21 19:56:51 -06:00
60bef9a88a Fixed writers. 2019-01-20 23:17:53 -06:00
13cc2666d3 updated writers to accomodate for previous refactor. 2019-01-20 21:48:24 -06:00
6fdcdcf923 refactors and added forgotten semicolon :/ 2019-01-20 01:07:52 -06:00
3cb1a5913d forgot to add/change the imports after refactor. so here it is. 2019-01-15 17:49:38 -06:00
748de59052 Refactor. again. 2019-01-15 17:44:15 -06:00
441a4d1a36 Refactoring 2019-01-15 17:33:55 -06:00
a62ec1bd38 Refactors and documentation. 2019-01-15 17:03:17 -06:00
f5cbd9dbab refactors 2019-01-14 23:38:50 -06:00
b019b7cf10 Even more documentation. 2019-01-14 01:26:46 -06:00
40c7772559 documentation. 2019-01-14 00:34:35 -06:00
4ac011f3cf fixed up pipeline extension process because monogame is weird. 2019-01-13 22:05:34 -06:00
7116eb0437 more descriptive display name + set default processors. 2019-01-13 17:09:27 -06:00
9df8503f08 removed all unused imports. 2019-01-13 14:22:53 -06:00
eedc083e03 Improved variable naming for ninepatch classes. 2018-12-29 00:29:31 -06:00
5f525fbb9f removed compression step, added ninepatch stuff to pipeline. 2018-12-23 11:04:11 -06:00
34ef18f682 added convenience constructor for texture atlas data, as well as changed standard extension for texture atlas to ".tatlas". 2018-12-08 17:04:33 -06:00
cf964cfe76 improved field modification functions added to texture atlas data and ninepatch data classes. 2018-12-07 18:16:38 -06:00
dde2c3dadf cleaned up pipeline code for atlas 2018-12-05 15:18:22 -06:00
4136b1ca22 untested texture atlas pipeline system complete. 2018-12-05 02:28:09 -06:00
87823b26d6 preferences now use object as type for serialization and no longer uses marker interface. 2018-12-05 00:03:00 -06:00
151480eaee refactor: removed dash from project name and underscore from namespaces. Began working on pipeline project. 2018-12-04 19:19:31 -06:00