You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jake 5d98fb8cc9 move leveltable to stats crate 6 months ago
data move leveltable to stats crate 6 months ago
entity move leveltable to stats crate 6 months ago
maps move leveltable to stats crate 6 months ago
networking move leveltable to stats crate 6 months ago
shops move leveltable to stats crate 6 months ago
src move leveltable to stats crate 6 months ago
stats move leveltable to stats crate 6 months ago
tests move leveltable to stats crate 6 months ago
.drone.yml maybe specifying only 1 test job at a time will keep it from running out of memory 6 months ago
Cargo.toml clean up toplevel cargo.toml a bit 6 months ago
README.md latest nightly works again 4 years ago
patch.motd adding example motd file 4 years ago
patch.ron adding patch server config (#29) 5 years ago

README.md

setup

  • get http://rustup.rs
  • get nightly version rustup install nightly.
  • set nightly rustup override set nightly.
  • grab elseware
  • cargo test to run tests

development setup

grab libpso and put

[patch."http://git.sharnoth.com/jake/libpso"]  
libpso = { path = "path/to/libpso" }

at the end of the Cargo.toml file

to actually run it

  • cargo run