This Week In Veloren 24

3 minute read15 July 2019

Authored by AngelOnFira

Thanks to all of the contributors this week, @Zesterer, @xacrimon, @Pfau, and @xMAC94x!

Saturday Screenshot Winner

Thanks to @Vechro and @Pfau for this week's screenshot. We're excited to see what comes out next week!

Peaking out of the chimney

Programming

Content Additions

Recently, we've seen the addition of the savannah biome! Another task has been populating this region with objects like bones and abandoned structures. Also, @Pfau has been working on getting new structures in, such as the witch hut and the tower ruins. He is also working with @Vechro on better heads and hairstyles for female orcs.

The savannah biome

@Pfau's witch hut

A female orc's new head

Nightly Downloading

While @Songtronix is working on Airshipper, we need a reliable way for users to download new versions of Veloren when they come out. @LunarEclipse made a nice gif to show how to go about this from the book

How to download a CI build

Stable Rust

@Timo has been making large strides in removing all of the nightly Rust used in the codebase. Moving away from nightly will help the project in many ways. First, upgrading stable versions of Rust is much safer than nightly. Although nightly has more features, it is intrinsically more likely to break something or regress. One of the reasons this had to happen now is that a crate broke on the newest nightly. It is common enough that regressions in nightly break crates and code that are not stable.

Also, many of the other Rust tools that are used on the project are guaranteed to run on stable. Since not all tools are built for all the nightly builds, we've had to lock to a certain version of nightly so that it would include everything we need.

This task is part of the general codebase cleanup. In the coming weeks, we are aiming to also upgrade to the latest versions of crates we use. There is still also a push on keeping the codebase clean with Clippy and no warnings.

Community work

A community member, @Juli199696, has been doing some cool graphical things with ReShade. Let's take a look at a few of them!

The "comic" effect

"Veloren mountain" with some different lighting effects

A castle at sunset. See you next week! :)