This website requires JavaScript.
Explore
Help
Register
Sign In
bonkmaykr
/
ojrc
Watch
1
Star
0
Fork
0
You've already forked ojrc
mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced
2026-08-23 23:08:52 +00:00
Code
Activity
Files
50b396f34a3d4a810568eb30d2740cd5cd34d3af
ojrc
/
rc_social_room
/
src
/
data
/
mod.rs
6 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
Add social server and implement all op codes up until chat room connection blocks further requests
2025-02-23 16:10:21 -05:00
pub
mod
friend
;
pub
mod
clan_invite
;
Make some data more real, not that it matters
2025-02-25 22:26:53 -05:00
pub
mod
clan
;
Update to work with polariton v0.2
2025-03-08 17:16:02 -05:00
pub
mod
custom
;
Platoons social functionality (#91) ### Description This implements and completes #87 (to the best of my knowledge) ### Game Robocraft ### Please confirm - [x] I am the legal owner or represent the owner of all work submitted - [x] I consent to my submission being added to this FOSS project - [ ] This PR used LLMs to generate some or all of the code changes Reviewed-on: https://git.ngram.ca/OpenJam/rc-servers/pulls/91 Co-authored-by: NG (Graham) <ngniusness@gmail.com> Co-committed-by: NG (Graham) <ngniusness@gmail.com>
2026-02-19 01:57:03 +00:00
pub
mod
platoon
;
Copy Permalink