Commit Graph

9 Commits

Author SHA1 Message Date
3085416efd Changed what and when exceptions are thrown.
These changes were made to better fit the new structure. Parameter checks were added and the type thrown was changed as well.
2020-02-29 04:48:07 -05:00
719ae11cb0 Changed code to be compliant to .Net Framework 4.8. 2020-02-29 04:48:07 -05:00
029932910d Added parameter check to EngineCommand.cs
makes sure all invoke strings don't contain spaces. Scope change makes sure to not break parameter rules.
2020-02-24 03:05:14 -05:00
92f302875f Added parameter check to Process method in CommandEngine.cs. 2020-02-24 03:04:45 -05:00
fa74bc9ae5 Switched to dependency injection for console use.
Created interfaces for input and output for better structure and easier testing.
2020-02-23 20:51:39 -05:00
de68e62eb4 Changed accessibility modifiers in light of new structure. 2020-02-23 16:21:23 -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
4e56f2d51e Restructed project in preparation for unit testing. 2020-02-20 16:13:26 -05:00
dee5f96ea7 Files renamed to RecrownedGTK. 2020-02-16 21:44:21 -05:00