1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00
Commit Graph

93 Commits

Author SHA1 Message Date
NG (Graham)
b597e1337d rc_society dashboard display (#131)
### Description

Closes #130

### Please confirm

- [x] I am the legal owner or represent the legal owner of all work submitted (including LLM-generated code, if any)
- [x] I consent to my changes being added to this FOSS project
- [x] I have confirmed that this does not add new errors or warnings with `utils/clippy.sh`
- [ ] This PR used LLMs to generate some or all of the code changes

Reviewed-on: https://git.ngram.ca/OpenJam/rc-servers/pulls/131
2026-06-20 21:48:09 +00:00
NG (Graham)
d2626bb47f feat-webgarages-121 (#129)
### Description

Closes #121

### Please confirm

- [x] I am the legal owner or represent the legal owner of all work submitted (including LLM-generated code, if any)
- [x] I consent to my changes being added to this FOSS project
- [x] I have confirmed that this does not add new errors or warnings with `utils/clippy.sh`
- [ ] This PR used LLMs to generate some or all of the code changes

Reviewed-on: https://git.ngram.ca/OpenJam/rc-servers/pulls/129
2026-06-15 01:02:52 +00:00
NG (Graham)
a222745841 Update dependencies with breaking changes 2026-05-04 21:53:29 -04:00
NG (Graham)
10fb01de58 Bump version to v1.3.0, delete unused root package 2026-05-04 21:39:15 -04:00
NG (Graham)
e3183eb238 Create society service with basic functionality and auth #118 2026-05-02 11:03:49 -04:00
NG (Graham)
f6e0cc8d65 Bump version to v1.2.2 2026-04-07 17:46:24 -04:00
NG (Graham)
8e54676661 Update dependencies for release 2026-04-01 19:11:06 -04:00
NG (Graham)
56e4239c08 Add configurable team selection for #44 2026-03-23 21:07:14 -04:00
NG (Graham)
27da413ed1 Fix some clippy warnings and update dependencies 2026-03-21 18:07:03 -04:00
NG (Graham)
6a953bc613 Implement lobby parts of custom games #38 2026-03-17 21:52:15 -04:00
NG (Graham)
3d2b7078e4 Implement vehicle validation before match 2026-02-28 10:51:12 -05:00
NG (Graham)
e120b945c8 Update external dependencies 2026-02-18 21:36:22 -05:00
NG (Graham)
a82488ab3a Bump version to v1.2.0 2026-02-15 23:29:29 -05:00
NG (Graham)
9502522ac4 Friends functionality (#90)
### Description

Implements and closes #86

### 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/90
Co-authored-by: NG (Graham) <ngniusness@gmail.com>
Co-committed-by: NG (Graham) <ngniusness@gmail.com>
2026-02-16 04:28:14 +00:00
NG (Graham)
de8d5531b1 Rename factory_web to rc_factory_web, make built-in factory the default 2026-02-14 11:48:38 -05:00
NG (Graham)
d01cd74d5e Update to released libfj 0.10.0 2026-02-08 17:36:23 -05:00
NG (Graham)
dde005b371 Add web adapter for vehicle factory 2026-02-08 17:21:32 -05:00
NG (Graham)
378d2d2cd8 Configure dependencies for release 2026-02-08 14:35:18 -05:00
NG (Graham)
f1c6a5b707 Add git commit hash to intercom status version reporting 2026-02-08 11:18:25 -05:00
NG (Graham)
bcb51f804f Pass more network config info to multiplayer server impl, address #82 2026-02-07 11:48:48 -05:00
NG (Graham)
3b909327d8 Implement factory in main database, close #80 2026-02-01 18:14:16 -05:00
NG (Graham)
90a528f0e9 Disable logging of encryption keys in release builds 2026-01-25 12:51:24 -05:00
NG (Graham)
ff0588ada1 Fix battle arena ending at 96% base charge, fix part of #61 2026-01-18 12:39:58 -05:00
NG (Graham)
a48f9dcfe9 Fix dominating message, fix fake player loading, mess around with reactor crystals 2026-01-15 18:49:29 -05:00
NG (Graham)
455b466621 Add basic C FFI for chat plugins and corresponding plugin loader 2026-01-13 22:15:56 -05:00
NG (Graham)
7224a9b5aa Add basic chat plugin harness (no plugin loading implemented) 2026-01-13 19:30:07 -05:00
NG (Graham)
a8a614830c Update dependencies 2026-01-12 20:55:39 -05:00
NG (Graham)
ac9e2a9fcd Add network-layer multiplayer disconnect handling 2026-01-07 21:09:38 -05:00
NG (Graham)
ae091a7666 Refactor rc_microtransactions to use actix-web, remove rocket dependency 2026-01-01 10:39:46 -05:00
NG (Graham)
36100a34c4 Set version to v1.1.0 and update dependencies 2025-12-22 19:40:34 -05:00
NG (Graham)
f6f6e1f127 Add intercom functionality for setting factory thumbnails 2025-12-13 16:23:18 -05:00
NG (Graham)
5137163146 Update multiplayer to literustlib v0.3 2025-12-06 10:38:00 -05:00
NG (Graham)
b58af3d893 Set version to 1.0.0 2025-11-30 22:08:40 -05:00
NG (Graham)
b1ecb87c96 Add more logging for #52 2025-11-30 21:49:01 -05:00
NG (Graham)
cd82502576 Update dependencies 2025-11-16 15:10:47 -05:00
NG (Graham)
2583429af8 Add status reporting to auth server 2025-11-03 19:24:20 -05:00
NG (Graham)
7579963893 Upgrade to libfj v0.9 2025-11-03 19:16:03 -05:00
NG (Graham)
340f571637 Add stats chat command 2025-10-31 22:41:33 -04:00
NG (Graham)
b3ad2c3758 Add proof-of-concept server intercom service through auth server 2025-10-26 15:43:51 -04:00
NG (Graham)
281f5dde49 Configure for v0.5.0 dev cycle 2025-10-06 23:04:04 -04:00
NG (Graham)
ade535e556 Add Arc CRF username spoofing 2025-10-06 23:02:08 -04:00
NG (Graham)
aa690007b7 Configure for release v0.4.0 2025-10-02 21:01:57 -04:00
NG (Graham)
e55bd6d288 Add basic client AI support 2025-09-27 12:36:49 -04:00
NG (Graham)
91fc2db868 Remove mentions of Cardlife (moved to different repo) 2025-09-17 17:30:25 -04:00
NG (Graham)
c9f9d146e8 Add version info chat command 2025-09-14 12:23:46 -04:00
NG (Graham)
971c50c439 Bump polariton versions 2025-08-31 10:44:53 -04:00
NG (Graham)
7f9ed8bf35 Implement basic battle arena functionality #32 2025-08-30 21:36:01 -04:00
NG (Graham)
8786a2139b Update LNL crate to make traffic filter more forgiving 2025-08-17 09:59:38 -04:00
NG (Graham)
05bf4a097a Add basic server-only player harness 2025-08-16 21:32:14 -04:00
NG (Graham)
a8692b2839 Enable premium, add custom avatar saving support to complete #10 2025-08-13 17:36:44 -04:00