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

144 Commits

Author SHA1 Message Date
NG (Graham)
fd11b8746b Save current game event to database for use in the match 2025-07-22 21:36:35 -04:00
NG (Graham)
a452d37d22 Add some semblance of match end 2025-07-21 22:33:12 -04:00
NG (Graham)
4e9bcc36d6 Fix CPU number calculation and display in lots of places 2025-07-20 21:24:43 -04:00
NG (Graham)
37cbc8d85f Allow two or more people to load into the same multiplayer match #30 2025-07-20 18:31:08 -04:00
NG (Graham)
1d404db209 Get part way through loading (to sync) #30 2025-07-06 17:36:52 -04:00
NG (Graham)
9f74a2e76a Add support for matchmaker sending clients off to game server 2025-06-19 22:05:16 -04:00
NG (Graham)
8cd63c3122 Fix wrong username for non-username logins 2025-06-18 17:36:04 -04:00
NG (Graham)
33aab8f870 Fix dependency build error, rename operation modifier 2025-06-14 17:57:34 -04:00
NG (Graham)
4baa1ef911 Add minimum matchmaking lobby server 2025-06-10 20:52:36 -04:00
NG (Graham)
4914e2057a Use i32 for database IDs since that's support for postgres too 2025-06-06 20:20:19 -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
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)
4b204776f9 Fix aeroflak buff stacking 2025-05-31 12:27:21 -04:00
NG (Graham)
9281069374 Add immediate variant for singleplayer vehicle, misc tweaks 2025-05-31 11:38:41 -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)
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)
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)
4f0bcde7d8 Move chat system into core, merge configs, save to database 2025-05-23 16:47: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)
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)
b04a8902e2 Add upgrade and dismantle vehicle slot functionality for #14 2025-05-11 12:09:23 -04:00
NGnius (Graham)
221a5d5ca9 Add garage add, select, and re-order operations for #14 2025-05-10 13:19:35 -04:00
NGnius (Graham)
77ddeb7891 Create RC database layer 2025-05-07 20:23:22 -04:00
NGnius (Graham)
69c6c54650 Move Svelto/RC op ID copying logic into openjam servers 2025-04-16 17:25:54 -04:00
NGnius (Graham)
792a6362e3 Implement basic chat functionality 2025-04-14 21:17:41 -04:00
NGnius (Graham)
b99bbe67e4 Forbid unsafe 2025-04-06 09:55:29 -04:00
NGnius (Graham)
ee80cd193d Unlock all parts by default because it's better tested and makes it actually playable 2025-04-03 20:26:40 -04:00
NGnius (Graham)
d5f9a4562d Update configs for release ready 2025-04-02 20:59:52 -04:00
NGnius (Graham)
69d1bfaee0 Actually verify user credentials 2025-04-01 19:38:03 -04:00
NGnius (Graham)
a540cf6d8f Load more config data from files (instead of hardcoded) 2025-03-30 17:54:06 -04:00
NGnius (Graham)
0e048a17b1 Move common components to shared lib 2025-03-30 16:22:25 -04:00