Go to file
iceiix de6cd2044e
Update to serde_json 1.0 (#6)
* Replace find() with get()

* Update for renamed as_string->as_str and as_boolean->as_bool

https://github.com/serde-rs/json/releases/tag/v0.8.0
Value::as_string() has been renamed to as_str() and Value::as_boolean() has been renamed to as_bool() to improve consistency
https://github.com/serde-rs/json/issues/126

* No serde_json::Value::I64/U64/F64 anymore, only Number

* Update from lookup() to pointer(), using JSON pointer syntax

https://github.com/iceiix/steven/pull/6#issuecomment-432472123

* Remove unused and removed ObjectBuilder import

* Use into_iter().collect() to convert BTreeMap to serde_json::Map

* Change parse_rules to accept serde_json::Map instead of BTreeMap

* Remove unused serde_json macro_use

* Update Cargo.lock
2018-10-23 18:47:21 -07:00
blocks Remove unused macros and imports to appease compiler warnings 2018-09-29 23:52:47 -07:00
gl Update gl-generator, fixes hundreds of non_upper_case_globals warnings 2018-09-30 00:21:33 -07:00
resources Use absolute paths when including resources. (Fixes #53) 2016-07-02 14:15:10 +01:00
shared Cleaning up blocks a little bit. 2016-04-08 11:30:41 -04:00
src Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
.gitignore Update to Minecraft 1.11 (Fixes #63) 2016-12-09 14:32:02 +00:00
.travis.yml Update to Minecraft 1.11 (Fixes #63) 2016-12-09 14:32:02 +00:00
Cargo.lock Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
Cargo.toml Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
LICENSE-APACHE Duel license under MIT and ApacheV2 2016-03-26 17:34:47 +00:00
LICENSE-MIT Duel license under MIT and ApacheV2 2016-03-26 17:34:47 +00:00
README.md Update README 2016-04-24 18:48:22 +01:00

README.md

Steven (Rust)

Build Status

A Minecraft client coded in Rust. Ported from steven-go. Don't expect it to go anywhere, just doing this for fun.

Images

Steven on Hypixel Steven

In action: http://gfycat.com/NeedyElaborateGypsymoth

Chat

I generally am on the irc.spi.gt irc network in the #think channel. Feel free to pop in to say hi, Webchat can be found here

Building

For more detailed info and platform specific instructions check the wiki.

Currently requires SDL2, OpenSSL and nightly rust to build.

cargo build --release

Windows users can download pre-compiled builds from here: https://ci.appveyor.com/project/thinkofdeath/steven-rust/branch/master (Select your platform, Click the artifacts tab and download Steven.zip)

The Visual Studio 2015 Redistributable is required to run these builds.

Running

Standalone

Just running steven via a double click (Windows) or ./steven (everything else) will bring up a login screen followed by a server list which you can select a server from.