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

288 Commits

Author SHA1 Message Date
NG (Graham)
180c14542c Set version to v0.3.0 2025-06-10 20:54:07 -04:00
NG (Graham)
4baa1ef911 Add minimum matchmaking lobby server 2025-06-10 20:52:36 -04:00
NG (Graham)
5e2a915892 Update to patch v0.2.1 v0.2.1 2025-06-07 22:09:07 -04:00
NG (Graham)
6f43b3191a Fix steam ID querying as u64 (it's a string, actually) causing crashes in unexpected places 2025-06-07 22:07:33 -04:00
NG (Graham)
192fa0ccf3 Fix typo in privacy policy and add some examples of personal IDs 2025-06-06 20:46:05 -04:00
NG (Graham)
4914e2057a Use i32 for database IDs since that's support for postgres too v0.2.0 2025-06-06 20:20:19 -04:00
NG (Graham)
22dd57bd84 Add x64 linux packaging, improve default run.sh gen for load balancing servers 2025-06-06 17:57:37 -04:00
NG (Graham)
05fa1da67b Add metadata tags for embedding previews in some webapps 2025-06-05 21:28:01 -04:00
NG (Graham)
78c1ad2ee5 Add some build tooling 2025-06-05 21:20:53 -04:00
NG (Graham)
c0d04f0553 Reduce size of minimum hitbox to fix #27 and #29 2025-06-03 21:29:23 -04:00
NG (Graham)
f678426e10 Prefix all crates with oj_ and use release version of dependencies 2025-06-03 21:09:03 -04:00
NG (Graham)
d0c2b1ec03 Make enemy and teammate count customizable 2025-06-02 20:08:50 -04:00
NGnius
36a58eaed1 Move development information from readme to wiki
Minor tweaks and updates to the readme too
2025-06-02 21:10:03 +00:00
NG (Graham)
ebcb8383c4 Add note about git forge permissions 2025-06-01 21:35:15 -04:00
NG (Graham)
6ddea92a87 Add default image to CDN, favicon to registration, create logo 2025-06-01 17:51:12 -04:00
NG (Graham)
297a2ab246 Add garage slot copy op functionality to fix #28 2025-05-31 16:33:34 -04:00
NG (Graham)
f117fd3d2a Add slot renaming op code support to fix #24 2025-05-31 15:36:33 -04:00
NG (Graham)
299c15c6da Fix some factory search bugs 2025-05-31 14:40:24 -04:00
NG (Graham)
4b204776f9 Fix aeroflak buff stacking 2025-05-31 12:27:21 -04:00
NG (Graham)
ec9e98c59c Fix error on end of singleplayer match 2025-05-31 11:58:05 -04:00
NG (Graham)
9281069374 Add immediate variant for singleplayer vehicle, misc tweaks 2025-05-31 11:38:41 -04:00
NG (Graham)
093bc42e97 Add git commit hash to version info on HTTP servers 2025-05-30 23:11:51 -04:00
NG (Graham)
50cc0cc3a9 Get enemies spawning in singleplayer #23 2025-05-30 23:03:02 -04:00
NG (Graham)
1a7400d3d9 Force encryption for all server op responses 2025-05-30 17:29:56 -04:00
NG (Graham)
95666c30d1 Add new message flags parameter to op modifier 2025-05-29 22:10:21 -04:00
NG (Graham)
17310906f6 Reject chat messages that are too long 2025-05-29 21:58:58 -04:00
NG (Graham)
c441b8b5ef Add minimum chat moderation to enable bans for #22 2025-05-29 20:55:36 -04:00
NG (Graham)
9d9f8a73fc Add customisable game mode sequence (mp and sp still broken) #16 2025-05-27 22:07:04 -04:00
NG (Graham)
34b41eff9c Fix game mode switching countdown (which was the only thing really wrong with #15) 2025-05-27 18:32:02 -04:00
NG (Graham)
ab19c723cd Configure all death, spawn, and garage bay skins for #3 2025-05-26 21:30:28 -04:00
NG (Graham)
956bb2149d Add avatar saving functionality (without CDN support) 2025-05-25 12:27:29 -04:00
NG (Graham)
2607903f7b Add arc thumbnail support as part of #10 2025-05-24 23:56:48 -04:00
NG (Graham)
59612e6aa3 Create basic CDN endpoints for #10 2025-05-24 16:21:45 -04:00
NG (Graham)
e7de53929d Replace rc_static_data with general CDN implementation 2025-05-24 13:42:53 -04:00
NG (Graham)
4f0bcde7d8 Move chat system into core, merge configs, save to database 2025-05-23 16:47:09 -04:00
NG (Graham)
b83a23c115 Fix variant generation 2025-05-23 16:47:09 -04:00
NGnius (Graham)
1aeaf84326 Add some forgejo templates 2025-05-21 18:30:21 -04:00
NG (Graham)
a94d545858 Fix modules crashing simulation when in a weapon slot, fix some movement placements #17 2025-05-19 17:17:09 -04:00
NG (Graham)
a9510a7495 Make non-essential dev messages show up way less often 2025-05-18 22:23:33 -04:00
NG (Graham)
a0dba39475 Add factory upload support to trait, make client handle rejections gracefully #6 2025-05-18 21:52:03 -04:00
NG (Graham)
fd75dba80e Guess weapon order for factory downloads (since they have no weapon order) #6 2025-05-18 20:33:29 -04:00
NG (Graham)
49781d35b2 Populate garage data from factory purchase better #6 2025-05-18 16:55:12 -04:00
NG (Graham)
3f1438c068 Add minimal robot factory functionality and arc archive support for #6 2025-05-17 23:06:07 -04:00
NG (Graham)
3f0c30f6c3 Update dev info in README 2025-05-15 19:17:49 -04:00
NG (Graham)
ddb0b1b74a Fix link to servenvmulti.config in README 2025-05-15 18:57:39 -04:00
NG (Graham)
785cbbfbf7 Make steam ID field in registration form more obvious what it is #13 2025-05-12 21:06:41 -04:00
NG (Graham)
8affa33ace Add user registration 2025-05-12 20:56:24 -04:00
NG (Graham)
d3bd795a01 Add real email-based authentication, fix RC account auth to try all 3 login options when it doesn't know #20 2025-05-11 21:18:55 -04:00
NG (Graham)
aea56bf01e Rename email.rs to username.rs for auth server 2025-05-11 20:49:19 -04:00
NG (Graham)
b04a8902e2 Add upgrade and dismantle vehicle slot functionality for #14 2025-05-11 12:09:23 -04:00