Go to file
Marcel Märtens 2e3d5f87db StreamError::Deserialize is now triggered when recv fails because of wrong type
- added PartialEq to StreamError for test purposes (only yet!)
 - removed async_recv example as it's no longer for any use.
   It was created before the COMPLETE REWRITE in order to verify that my own async interface on top of mio works.
   However it's now guaranteed by async-std and futures. no need for a special test
 - remove uvth from dependencies and replace it with a `FnOnce`
 - fix ALL clippy (network) lints
 - basic fix for a channel drop scenario:
   TODO: this needs some further fixes
   up to know only destruction of participant by api was covered correctly.
   we had an issue when the underlying channels got dropped. So now we have a participant without channels.
   We need to buffer the requests and try to reopen a channel ASAP!
   If no channel could be reopened we need to close the Participant, while
    a) leaving the BParticipant in takt, knowing that it only waits for a propper close by scheduler
    b) close the BParticipant gracefully. Notifying the scheduler to remove its stuff (either scheduler schould detect a stopped BParticipant or BParticipant will send Scheduler it's own destruction, and then Scheduler just does the same like when API forces a close)
       Keep the Participant alive and wait for the api to acces BParticipant to notice it's closed and then wait for a disconnect which isn't doing anything as it was already cleaned up in the background
2020-06-09 13:16:39 +02:00
.cargo use gold linker instead of cc which is rust default for linux, which increases Compilcation by about 30% 2019-11-21 20:18:10 +01:00
.gitlab Replace audio files 2020-06-08 16:26:48 +00:00
assets Add missing strings, fix a few translations 2020-06-08 21:47:30 +00:00
chat-cli Change the version number to 0.6 2020-05-16 00:50:40 +02:00
client Update CHANGELOG and a TODO, fix safer deserialisation for inventory 2020-06-04 11:44:33 +00:00
common Initial clippy fixes as discussed in #587 2020-06-08 21:27:51 +01:00
network StreamError::Deserialize is now triggered when recv fails because of wrong type 2020-06-09 13:16:39 +02:00
server Fixing the DEADLOCK in handshake -> channel creation 2020-06-09 01:24:21 +02:00
server-cli Change the version number to 0.6 2020-05-16 00:50:40 +02:00
voxygen Docs, make adding event mappers easier for sfx, remove placeholder 2020-06-09 00:41:46 +10:00
world More item drops 2020-06-03 17:59:09 +00:00
.dockerignore - Load characters after login. 2020-05-09 15:41:25 +00:00
.gitattributes Add a default world map. 2020-01-23 18:18:15 +01:00
.gitignore Enable WAL and busy_timeout for each sqlite connection to mitigate db locks, 2020-06-07 22:33:48 +10:00
.gitlab-ci.yml Different Jobs now have different target directorys, as cargo seems to have some weird behavior, see more in MR25 of veloren-docker-ci: 2020-05-29 15:50:23 +02:00
.rustfmt.toml Workaround for rustfmt bug that affects waylands source generation in clean builds 2020-02-03 18:34:52 +00:00
Cargo.lock switch from serde to manually for speed, remove async_serde 2020-06-09 01:23:42 +02:00
Cargo.toml overall cleanup, more tests, fixing clashes, removing unwraps, hardening against protocol errors, prepare prio mgr to take commands from scheduler 2020-06-09 01:24:16 +02:00
CHANGELOG.md Docs, make adding event mappers easier for sfx, remove placeholder 2020-06-09 00:41:46 +10:00
CONTRIBUTING.md Add CONTRIBUTING 2019-05-17 01:34:07 +00:00
default.nix make nix-build and nix-shell work, simplify default.nix, expose more options 2020-06-09 00:12:25 +03:00
LICENSE Update Veloren license year 2020-05-22 08:05:10 -04:00
README.md Changed to new image 2020-05-19 09:31:10 -04:00
rust-toolchain Revert "Merge branch 'xMAC94x/update-toolchain' into 'master'" 2020-05-31 15:53:33 +00:00
shell.nix make nix-build and nix-shell work, simplify default.nix, expose more options 2020-06-09 00:12:25 +03: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

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

Note: Mac and 32-bit systems are supported but you need to compile the game for them yourself.

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

If you want to compile Veloren yourself, take a look at the How to Compile Guide in the book.

Packaging status

Fedora

COPR repo: sudo dnf copr enable atim/veloren -y && sudo dnf install veloren -y

Arch

AUR Airshipper: yay -Syu airshipper-git

AUR latest binary release: yay -Syu veloren-bin

AUR latest release: yay -Syu veloren

AUR latest master: yay -Syu veloren-git

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: To keep Veloren a passion project free from financial incentives we will only accept donations to cover server hosting expenses. There is no way to donate yet.

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.