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 15c0ac50ee add nullable item shops for faster test runtimes 6 months ago
client clippy 6 months ago
data fix mag pbs maybe I dunno 1 year ago
drops default to useful things, tests null things out on their own 6 months ago
entity cleanup 6 months ago
items clippy cleanup 6 months ago
location remove some redundant files 6 months ago
maps null free roam maps by default 6 months ago
networking break out the rest of everything into its own crate 6 months ago
pktbuilder break out the rest of everything into its own crate 6 months ago
quests remove some redundant files 6 months ago
room further speed up tests by not loading drop charts by default 6 months ago
shops add nullable item shops for faster test runtimes 6 months ago
src add nullable item shops for faster test runtimes 6 months ago
stats move leveltable to stats crate 6 months ago
tests add nullable item shops for faster test runtimes 6 months ago
trade clippy 6 months ago
.drone.yml maybe this will work for keeping the ci from filling the disk and making everyone sad 6 months ago
Cargo.toml break out the rest of everything into its own crate 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