summaryrefslogtreecommitdiff
path: root/game_server
AgeCommit message (Collapse)Author
2019-06-01Adress issues specified in pull qeruestDennis Kobert
2019-05-31Use references for Colision trait implementationsDennis Kobert
2019-05-31Merge branch 'wasm' into webhoggDennis Kobert
2019-05-31Fix issues in CollideDennis Kobert
2019-05-31tart implementing game logicDennis Kobert
2019-05-31Add Vec2Dennis Kobert
2019-05-31Improve Exception HandlingDennis Kobert
Add WebhoggGroup
2019-05-31Get rid of WarningGet rid of WarninssDennis Kobert
2019-05-31Make reciver and sender of the Gameclient imutableDennis Kobert
2019-05-31Extract connention loop to seperate funtionDennis Kobert
2019-05-20Add some test html featuresnatrixaeria
Found a new bug: Clients are being randomly kicked when others leave
2019-05-20Remove users from server, if not reachablenatrixaeria
2019-05-20Broadcast all text packets around clientsnatrixaeria
2019-05-19Add a client handling systemnatrixaeria
2019-05-19Refactor codenatrixaeria
2019-05-19Validate tokens successfullynatrixaeria
2019-05-19Rename gameserver module to servernatrixaeria
2019-05-19Disable logging for tokio-core and reqwestnatrixaeria
2019-05-19Remove build scriptnatrixaeria
Copilation works now as usual with ´cargo run´ / ´cargo build´
2019-05-19Change logger to fernnatrixaeria
2019-05-19Validate tokens and then push clientnatrixaeria
2019-05-19Push new clients to a Mapnatrixaeria
2019-05-18Keep client connections opennatrixaeria
and start the server on localhost
2019-05-18Add threading and possibility to connect to socketnatrixaeria
2019-05-17Add WebSocket server functionalitynatrixaeria
and a WebSocket javascript test suite
2019-05-15Add web client functionalitynatrixaeria
additionally added -r feature to build.sh, which reverses build output.
2019-05-11Create a fundamental project structurenatrixaeria
2019-05-07Add a logging feature with pretty_env_loggernatrixaeria
2019-05-07Add the game servernatrixaeria