aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/hub.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(whirl_server): short object id sendingFuwn2024-06-121-23/+79
|
* refactor(crates): update idiomsFuwn2024-06-031-4/+4
|
* format: rustfmt with new rulesFuwn2024-06-031-30/+30
|
* fix: bump rust and update accordinglyorigin/oldoldFuwn2024-06-031-2/+1
|
* feat(whirl_server): implement a demo of the REGOBJID and APPRACTR commandsFuwn2021-07-041-0/+15
| | | | The following demo creates an actor named "fuwn" upon login at GroundZero.
* feat(whirl_server): drone development implementationFuwn2021-07-011-3/+90
| | | | | This is not a complete implementation of the drone system of Worlds, not even close, but it is a good proof of concept that drones do work and how they work (arguable...).
* feat(whirl_server): implement SESSEXIT commandFuwn2021-07-011-2/+17
|
* style(global): fix license specFuwn2021-06-141-1/+1
|
* fix(whirl_server::hub): space between debug log messageFuwn2021-06-061-1/+1
|
* refactor(whirl_server::net): move orphan functions to methods within ↵Fuwn2021-06-061-9/+5
| | | | property list struct
* refactor(server): replace more matches with enumsFuwn2021-06-021-22/+12
|
* fix(global): a lot of clippy warningsFuwn2021-05-281-10/+21
| | | | This change makes clippy **a lot** more strict.
* fix(server): create method no longer moves self, but takes referenceFuwn2021-05-271-1/+1
|
* docs(server): minor doc changesFuwn2021-05-231-3/+4
|
* docs(global): more documentationFuwn2021-05-231-0/+1
|
* refactor(global): move crates around, stricter module isolationFuwn2021-05-201-0/+161