Commit Graph

8 Commits

Author SHA1 Message Date
michael-bailey 4381311fe3 removing strong references from scriping managers 2023-01-19 21:24:40 +00:00
michael-bailey 12ebbc9bd5 uhh... changes and formatting 2022-09-28 17:21:37 +01:00
michael-bailey 7871e8d6a6 Started work on actor conversion 2022-05-20 17:48:32 +01:00
michael-bailey 2595622b37 fixoing formatting and ther errors. This is a pain to look through. i'm sorry :( 2022-05-09 23:09:38 +01:00
michael-bailey c33cd7c9a1 upadted rust fmt rules for imports 2022-05-09 23:09:38 +01:00
michael-bailey d320f345c8 Created global message support 2022-02-01 20:51:04 +00:00
michael-bailey 71b77de447 adding user update support 2021-04-22 12:56:53 +00:00
michael bailey 5aa4f8caf6
Pulling basic server functionality into development (#9)
* removed redundant files

* moved files to new foundation library

* added new foundation crate

* added new client program crate

* added new server program crate

* added new serverctl program crate

* change toml to be a workspace instead of a project

* implementing more connection to network functionality

* implementing more connection to network functionality

* Implemented IMessageable for client, client manager as well as basic commands in netmgr

* fixing blocking issues with componenets

* adding network stream queuefor handling connections in a non blocking way

* ffixing blocking calls in network manager

* adding threading support to prevent blocking calls

* running rust formatter

* Created Client threads and implemented connect command

* fixed client not disconnecting issue

* adding messaging support between clients

* Implemented client messaging through the server

* removing unnecessary prints and thread delays

* adding support for updating clients
2021-04-13 18:17:58 +01:00