Commit Graph

22 Commits

Author SHA1 Message Date
0073efc9ac Moved logging system to separate repository. 2021-05-10 19:47:58 -05:00
f9cbd0871d Renamed ModuleAPI to ModuleFramework. 2021-04-22 16:03:09 -05:00
4df970a542 Changed ClientAPI to InteractionAPI. 2021-04-21 02:00:50 -05:00
1f9a2a4a5f Removed unused file and updated UML.
Changed a few method names as well.
2021-04-21 01:44:16 -05:00
7438a76bf7 Separated view request from delta request and respective responses. 2021-04-21 01:14:05 -05:00
f61bbd3a9e Renamed subprojects and changed namespace names. 2021-04-20 23:55:03 -05:00
f5a181d2f2 Added tests for LRUCache.
Moved core test code to reflect changes in core code.

Removed unused using directives.
2021-04-19 14:41:11 -05:00
35a2765559 Changed logging system to be event based.
Implemented LRUCache for instantiating services without starting.

Service state changed back to enumerator.

Namespace refactoring.
2021-04-19 01:34:45 -05:00
58c5b46dff No longer user Assert.Equal() to check booleans. 2021-04-15 22:13:26 -05:00
78e9e185c2 Changed pipe names to end with ".pipe".
Added timeouts to closing.
2021-04-10 13:57:38 -05:00
526e657f59 Disabled parallelization tests. 2021-04-09 01:33:53 -05:00
1ae4de4f73 Added automatic cancel to cancel tokens in tests. 2021-04-09 01:30:10 -05:00
a9ff809ba8 Changed some tests to use Assert bool instead of equal. 2021-04-08 23:59:24 -05:00
7abc1be4bf Removed unnecessary logging variables. 2021-04-08 23:06:24 -05:00
220839919b Tests renamed.
To correspond to prevous changes.

 To be more intuitive.
2021-04-08 22:25:11 -05:00
dfc54fdc00 Implemented IPC system with minimal testing.
Large naming refactoring.

Added some more tests.
2021-04-08 21:36:08 -05:00
44512329fd Updated test code class names. 2021-03-31 20:40:35 -05:00
97967ce0c6 Changed method names. 2021-03-31 19:38:32 -05:00
067c8f5824 Restructured untested persistence system.
No longer conforming to C# dictionary format.
Caught bug in untested persistence system.
2021-03-31 15:38:22 -05:00
f402b8b7f2 Fixed method of access game modules.
Added some documentation.
Changed data persistence structure.
General naming changes.
Updated tests appropriately.
2021-03-30 15:22:28 -05:00
c7fadd8166 Changed how services work, updated tests and UML to reflect changes.
Began adding persistence, but untested.
2020-12-29 23:14:42 -06:00
0cf2335aa7 Refactored naming and directory layout of project. 2020-12-28 00:43:02 -06:00