summaryrefslogtreecommitdiff
path: root/src/server/engines.rs
AgeCommit message (Expand)Author
2019-02-19unified all server->client connection and brought logic to modulestom barrett
2019-02-14simplified receive pattern even more and moved all controls to the moduletom barrett
2019-02-13added engine fuel and simplified/unified txrx from servertom barrett
2019-02-12added constants file, made so items are referred to by an enum, figured bette...tom barrett
2019-02-03bringing to 2018tom barrett
2018-06-28-moved over it if let from bad matchestom barrett
2018-06-14updated dependancies, made it so server still processes events if client conn...tom barrett
2018-04-26-removed cloning of mass listtom barrett
2018-04-23-split up module.rstom barrett
2018-04-20-made modules their own structs instead of structs with enumerationtom barrett
2018-04-17-moved over to if let to get less indentationtom barrett
2018-04-16-conformed connection to naming conventiontom barrett
2018-04-16-removed trait objects and went to structs with enumerations completelytom barrett
2018-04-13moved over to mass struct with enum for typestom barrett
2018-04-12completely restructured code and fixed navigation bugtom barrett