stevenarella/src
ice_iix fc18e9836f Remove anonymous trait parameters, name _ for Rust 2018
https://rust-lang-nursery.github.io/edition-guide/rust-2018/trait-system/no-anon-params.html
2018-11-04 11:48:34 -08:00
..
console Replace hyper with reqwest (#7) 2018-10-27 17:03:34 -07:00
ecs Fixed another batch of clippy warnings 2016-09-15 15:15:52 +01:00
entity Update to cgmath 0.16.1, collision 0.18.0 2018-10-27 18:11:26 -07:00
gl Check glGetError() in rendering loop 2018-10-07 13:53:50 -07:00
model Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
nbt Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
protocol Remove anonymous trait parameters, name _ for Rust 2018 2018-11-04 11:48:34 -08:00
render Use non-colliding variable name dynamic_texture instead of dyn (now a keyword) 2018-11-04 11:31:28 -08:00
screen Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
server Remove use of OpenSSL for RSA PKCS1 encryption (#12). Closes #2 2018-11-04 09:40:51 -08:00
types Remove anonymous trait parameters, name _ for Rust 2018 2018-11-04 11:48:34 -08:00
ui Update to rand 0.5.5 for https://github.com/iceiix/steven/issues/4 2018-09-30 19:05:20 -07:00
world Support beta Rust release. Closes #8 (#11) 2018-11-02 16:57:23 -07:00
auth.rs Separate the console and console vars. Removes the need to lock on the console to read vars 2016-04-21 11:40:50 +01:00
chunk_builder.rs Update to rand 0.5.5 for https://github.com/iceiix/steven/issues/4 2018-09-30 19:05:20 -07:00
format.rs Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
item.rs Clean up the protocol implementation to use generics instead of trait objects 2016-04-08 18:46:07 +01:00
macros.rs Base implementation for worlds/blocks 2016-03-18 22:24:30 +00:00
main.rs Remove use of OpenSSL for RSA PKCS1 encryption (#12). Closes #2 2018-11-04 09:40:51 -08:00
resources.rs Replace hyper with reqwest (#7) 2018-10-27 17:03:34 -07:00
settings.rs Separate the console and console vars. Removes the need to lock on the console to read vars 2016-04-21 11:40:50 +01:00