Go to file
Marcel Märtens 153c6c3b13 Fixing Tarpaulin isn't easy.
So first off all we had to update the toolchain, i think everything in september is okay, but we got with this current version.
Then we had to update several dependencies, which broke:
 - need a specific fix of winit, i think we want to get rid of this with iced, hopefully, because its buggy as hell. update wayland client to 0.27
 - use a updated version of glutin which has wayland-client 0.27 and no longer the broke version 0.23
 - update conrod to use modern copypasta 0.7
 - use `packed_simd_2` instead of `packed_simd` as the owner of the create abandoned the project.
 - adjust all the coding to work with the newer glutin and winit version. that also includes fixing a macro in one of the dependencies that did some crazy conversion from 1 event type to another event type.
   It was called `convert_event`
 - make a `simd` feature which is default and introduce conditional compiling.
   AS I HAVE NO IDEA OF SIMD AND THE CODE. AND I DIDN'T INTRODUCE THE ERROR IN THE FIRST PLACE, WE PANIC FOR NON SIMD CASE FOR NOW. BUT IT WORKS FOR TESTS.
 - tarpaulin doesnt support no-default-features. so we have to `sed` them away. semms fair.
2020-10-26 17:04:20 +01:00
.cargo remove duplicate tracing filter code, fix compiling voxygen with the 2020-09-06 22:28:14 -04:00
.gitlab Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
assets Merge branch 'angel/add-dutch-translation' into 'master' 2020-10-22 18:09:52 +00:00
chat-cli Added #![deny(clippy::clone_on_ref_ptr)] to all crates and fixed resulting lint errors 2020-09-27 17:25:33 +01:00
client Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
common Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
network Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
nix fieed and updated nix 2020-08-18 16:51:25 +02:00
server Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
server-cli Fixed the server cli dropping new lines 2020-10-23 20:30:33 +01:00
tools Fully separated sceptres from staves. 2020-09-29 19:48:12 -05:00
voxygen Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
world Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
.dockerignore - Load characters after login. 2020-05-09 15:41:25 +00:00
.gitattributes Revert "Merge branch 'vzikl/add-zh-translation' into 'master'" 2020-08-14 22:32:50 +00:00
.gitignore New userdata folder that holds voxygen settings and logs and server saves and settings, split up server settings file into parts that are persisted back to their files and parts that are read-only, misc fixes 2020-10-10 02:10:32 -04:00
.gitlab-ci.yml CI cleanup 2020-06-16 12:45:35 +02:00
.rustfmt.toml Workaround for rustfmt bug that affects waylands source generation in clean builds 2020-02-03 18:34:52 +00:00
.tokeignore Added tokeignore for Cargo.nix 2020-07-02 12:14:01 -04:00
Cargo.lock Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
Cargo.toml Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00
CHANGELOG.md Merge branch 'angel/add-dutch-translation' into 'master' 2020-10-22 18:09:52 +00:00
CONTRIBUTING.md Add CONTRIBUTING 2019-05-17 01:34:07 +00:00
LICENSE Update Veloren license year 2020-05-22 08:05:10 -04:00
README.md change: update readme 2020-08-10 09:05:18 +02:00
rust-toolchain Fixing Tarpaulin isn't easy. 2020-10-26 17:04:20 +01:00

Veloren logo on a screenshot

pipeline status coverage report license discord lines of code

Welcome To Veloren!

Veloren is a multiplayer voxel RPG written in Rust. Veloren takes inspiration from games such as Cube World, Minecraft and Dwarf Fortress. The game is currently under heavy development, but is playable.

Development

Currently the communication of contributors happens mainly on our official Discord server. You can join it to keep up with the development, talk to us or contribute something yourself. Anyone who shows genuine effort to help is welcome in our team. You don't have to know how to program to contribute!

Sign Up - Here you can create an online account for Veloren. This will be needed to play on auth-enabled servers, including the official server.

The Book - A collection of all important information relating to Veloren. It includes information on how to compile Veloren and how to contribute.

Future Plans - Go here for information about Veloren's development roadmap and what we're currently working on.

Official social media and websites

Get Veloren

We provide 64-bit builds for Linux, Mac, and Windows, which can be downloaded on the official website: https://www.veloren.net

Due to rapid developement stable versions become outdated fast and might be incompatible with the public server.

If you want to compile Veloren yourself, follow the instructions in our Book.

F.A.Q.

Q: How is this game licensed?

A: It's free to play, modify and distribute. Forever. Since it is a community project, we decided to license it under the GNU GPL 3.0 license which means it will always stay free and open source.

Q: What platforms are supported?

A: Veloren can run on Windows, Linux and Mac OS on all architectures (although x86_64 is our main focus). It's probably possible to compile Veloren on/for BSD, Fuchsia and others as well.

Q: Do you accept donations?

A: You can support the project on our OpenCollective Page.

Credit

Many thanks to everyone that has contributed to Veloren's development, provided ideas, crafted art, composed music, hunted bugs, created tools and supported the project.

Sponsorship

We are extremely proud to be sponsored by Digital Ocean.

Their support allows us to build and reliably power our shared backend services.