rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 03 Jan 2019 22:44:09 +0100
changeset 14520 b54ba97c02d7
parent 14462 98ef2913ec73
child 14697 e5415faa117b
permissions -rw-r--r--
ASA ice02: Clean up some subtle weirdness on timeout When time's up or player lost, do this: - Remove all rings - Don't give time or saucer bonus when touching ring *after* timeout - Prevent next turn from starting

mod actions;
pub mod client;
pub mod core;
pub mod coretypes;
#[cfg(feature = "official-server")]
mod database;
mod handlers;
pub mod io;
pub mod network;
pub mod room;