Go to file
Marcel Märtens edce01c336 implement a new tag system for all veloren runners, including
- project tag:
   - `veloren/veloren`: for the veloren repo only
   - `veloren/*`: for projects thats are in the veloren namespace, e.g. usefull for smaller projects that dont have their own tag
   - `*/*` for projects by 3rd parties, e.g. personal projects
 - trusted tag:
   - `owned`:  The runner is hosted on veloren hardware
   - `trusted`: The runner is hosted by a private person, trusted by the veloren devs
   - NONE: if no special trust is given in a runner
 - check/build tag:
   - `check`: a job only performs a check and NO executable is build for users
   - `build`: the job contains atleast 1 executable that can be run by users
   - NONE: neither a check nor a executable is build, e.g. usefull for pages or meta jobs
 - publish tag:
   - `publish`: this job produces a artifact that is automatically pushed to users
   - NONE: no artifact is pushed automatically to users
 - pin tags:
   - `benchmark`: pin a runner to a specific job for the cause of benchmarks
   - `veloren/*:macos`: runs on a native macos runner ONLY, this needs to be a modified project tag, as otherwise also normal checks would run on this runner.
   - NONE: no runner is pinned
2021-08-19 09:23:31 +02:00
.cargo Changed veloren-server-cli to run in interactive basic mode as default. Removed -b and added -t which enables the tui. 2021-07-14 20:03:16 +01:00
.github/workflows Remove git filter repo 2021-02-19 08:55:10 -05:00
.gitlab implement a new tag system for all veloren runners, including 2021-08-19 09:23:31 +02:00
assets Merge branch 'alxly/update-ru_RU' into 'master' 2021-08-17 12:18:33 +00:00
client Fix gliderwield downhill run jitter 2021-08-01 11:20:46 +00:00
common Remove giants 2021-08-16 18:15:01 +03:00
network Resolve unused '#[allow(clippy::eval_order_dependence)]' error supressions 2021-07-24 20:24:57 +02:00
nix docs(nix): add notice for vulkan driver error potentially relating to nixpkgs mismatches 2021-08-03 17:45:42 +03:00
plugin Resolve unused '#[allow(clippy::unnecessary_wraps)]' error supressions 2021-07-24 20:14:26 +02:00
server Remove giants 2021-08-16 18:15:01 +03:00
server-cli Added feature flag for terrain persistence 2021-08-12 10:48:00 +01:00
voxygen Merge branch 'master' into 'master' 2021-08-14 18:09:51 +00:00
world Don't chose room kinds with dynamic_rng 2021-08-09 18:19:35 +03:00
.dockerignore - Load characters after login. 2020-05-09 15:41:25 +00:00
.gitattributes Added support for JPEG backgrounds 2021-06-18 12:27:39 +01:00
.gitignore rename hud_settings to settings 2021-08-01 13:47:03 +02:00
.gitlab-ci.yml implement a new tag system for all veloren runners, including 2021-08-19 09:23:31 +02:00
.mailmap Added a .mailmap file to unify my name in commits made with my email address 2021-01-15 00:19:47 +01:00
.rustfmt.toml update toolchain to nightly-2021-03-22 2021-03-22 16:41:04 +01:00
.tokeignore Added tokeignore for Cargo.nix 2020-07-02 12:14:01 -04:00
Cargo.lock Added feature flag for terrain persistence 2021-08-12 10:48:00 +01:00
Cargo.toml Revert "Merge branch 'xvar/wgpu-0.9' into 'master'" 2021-07-07 22:07:00 +00:00
CHANGELOG.md Add WGPU adapter selection using WGPU_ADAPTER 2021-08-13 12:39:44 +00:00
CONTRIBUTING.md Add CONTRIBUTING 2019-05-17 01:34:07 +00:00
flake.lock chore(deps): update nix flake deps 2021-08-03 17:45:41 +03:00
flake.nix build(nix): remove useless override (upstreamed), fix crate name 2021-08-03 17:45:41 +03:00
LICENSE Update Veloren license year 2020-05-22 08:05:10 -04:00
README.md DO no longer sponsors us in 2021 2021-05-10 23:29:13 +02:00
rust-toolchain update toolchain to nightly-2021-07-06 2021-07-12 00:15:37 +02:00

Veloren logo on a screenshot

pipeline status coverage report license discord lines of code contributor count

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 development 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.