Commit Graph

21 Commits

Author SHA1 Message Date
635ed9fb7d Cleaned up asset loading system, and made progress on game engine structure. 2020-05-18 16:44:59 -05:00
d541961007 Low level batch finished but untested. 2020-03-03 13:24:55 -05:00
f891abf84e Added a few more test cases to the rectangle tests.
Mostly because I was bored and recently learnt of using [TestCase()] in NUnit.
2020-02-29 18:01:56 -05:00
ec03e0d647 Fixing tests to accomodate for interesting XML behavior. 2020-02-29 17:40:05 -05:00
72d080c04c Unit testing for the new preference system. 2020-02-29 17:15:49 -05:00
08ef6a3a51 Trying new method of organizing tests so path's are system independent. 2020-02-29 14:14:35 -05:00
c3152ac888 Changed RGTK test back to .NET Framework.
OpenTK assembly isn't properly restored with RGTK when otherwise.
2020-02-23 16:48:35 -05:00
515fac38a6 Updated Newtonsoft.Json and changed tests to be .NET Core.
Mostly attempting to get rid of a small warning.
2020-02-23 16:44:53 -05:00
ca55ca7208 Refactoring. 2020-02-23 16:17:10 -05:00
45e62f8058 Fixed file lock issue and (finally) renamed assets folder. 2020-02-23 15:10:53 -05:00
92d9988166 renamed assets folder and added space to organize vert.
mostly actually to trigger git to rename the folder...
2020-02-23 14:53:47 -05:00
07bfc8ab43 update test according to file rename. 2020-02-23 14:50:52 -05:00
1a8f31f7a8 Added two more basic type tests. 2020-02-23 13:56:15 -05:00
5a02f4ad6a Renamed camera test file. 2020-02-23 13:56:02 -05:00
91c06a1a4b Changed path to work for CI. 2020-02-23 03:35:33 -05:00
bb44e4fee3 Wrote a very basic camera and unit tests. 2020-02-23 01:34:41 -05:00
276f429b2f Removed some unused files. 2020-02-22 00:05:38 -05:00
a58d3cb131 Added assets and test to test file reading from embedded sources. 2020-02-22 00:05:11 -05:00
5699caf9e4 Added accidentally removed import. 2020-02-21 16:17:47 -05:00
e7b506f6a3 Changed unit testing to non-graphical tests.
Currently, just reset things to a template file. Still learning what's easy to test and not.
2020-02-21 02:06:32 -05:00
519d31f2e1 Another restructure with code updates.
Updated RectTextrue.cs, VertexInformation.cs, and IDrawable.cs to properly pass indice information.
2020-02-20 18:07:17 -05:00