Go to file
Imbris bee273fc9e replace mmap button bools with an enum
Former-commit-id: e7c7e17b3473d250e2fd23f6a75f3012297c7bd5
2019-03-28 00:00:51 -04:00
assets/voxygen Added voxygen submodule 2019-03-04 20:31:38 +00:00
chat-cli Added networked entity updates, player entity allocation 2019-03-19 11:35:38 +00:00
client connect chat box to network 2019-03-20 01:26:22 -04:00
common Working with upstream 2019-03-19 14:12:42 +00:00
server Fixed ping timeout logic 2019-03-19 11:35:38 +00:00
server-cli Minor changes 2019-03-19 19:53:35 +00:00
voxygen replace mmap button bools with an enum 2019-03-28 00:00:51 -04:00
world Added server-cli, UI tests 2019-01-30 12:11:34 +00:00
.gitignore Added previous .gitignore to root folder 2019-02-01 10:39:14 -05:00
.gitmodules Added voxygen assets submodule 2019-03-04 19:56:58 +00:00
Cargo.toml Added basic networked communications, chat communication 2019-03-04 19:58:58 +00:00
LICENSE Add LICENSE 2019-02-04 18:08:21 +00:00
README.md update Duration method calls 2019-03-18 16:46:37 -07:00

Fresh

An experiment

Compile

git clone https://gitlab.com/veloren/fresh.git
cd fresh
git submodule update --init --recursive
rustup default nightly
cargo build