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

61 Commits

Author SHA1 Message Date
NG (Graham)
0f9f67e5a9 Update owned point count on capture 2025-12-11 21:19:48 -05:00
NG (Graham)
29b5490f86 Count all owned points first so shield isn't dropped half way through the counting/capturing 2025-12-11 20:59:44 -05:00
NG (Graham)
44d1203811 Demote user load progress message to debug 2025-12-06 10:50:02 -05:00
NG (Graham)
8a12c59a16 Skip sending win/lose messages to ClientAIs in more cases 2025-12-06 10:47:51 -05:00
NG (Graham)
5137163146 Update multiplayer to literustlib v0.3 2025-12-06 10:38:00 -05:00
NG (Graham)
dfc0cc351b Always skip sending to aliased connections (client AIs) #48 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)
127de674b4 Allow client AIs to run on non-teammates when there are no teammates available, fix/answer #42 2025-10-29 21:29:43 -04:00
NG (Graham)
2007abd3df Ignore client NPCs (aliased connections) when considering real players, fix #39 2025-10-29 20:31:34 -04:00
NG (Graham)
3e09a5e554 Fix multiplayer loading with more than 2 players 2025-10-12 14:02:15 -04:00
NG (Graham)
6879fc8ed5 Remove some gamemode startup warnings, make expanded config json more obvious 2025-10-03 18:06:36 -04:00
NG (Graham)
214599ce9a Fix some clippy warnings 2025-10-02 21:52:35 -04:00
NG (Graham)
aa690007b7 Configure for release v0.4.0 2025-10-02 21:01:57 -04:00
NG (Graham)
59f54dadaa Fix Pit not ending when out of players ending with AI teammates 2025-09-27 14:33:09 -04:00
NG (Graham)
e55bd6d288 Add basic client AI support 2025-09-27 12:36:49 -04:00
NG (Graham)
525fa8b87e Add team death match support #33 2025-09-14 12:08:52 -04:00
NG (Graham)
d194e29ff7 Add win condition for last player connected #34 2025-09-13 17:51:58 -04:00
NG (Graham)
c85d4bbc38 Add pit spawn points #34 2025-09-13 17:36:35 -04:00
NG (Graham)
82cc2dcf1b Add pit win conditions #34 2025-09-10 19:40:51 -04:00
NG (Graham)
f2de67b338 Add minimal Pit implementation (without win conditions) #34 2025-09-09 23:36:34 -04:00
NG (Graham)
31585513dd Add capture point locations for all maps 2025-09-08 21:36:02 -04:00
NG (Graham)
4639778eeb Add equalizer support and partial fast-charge (dominating) support #32 2025-09-07 15:50:56 -04:00
NG (Graham)
35c6f136f6 Refactor tick counting into one spot 2025-09-06 22:38:55 -04:00
NG (Graham)
6b40eb938c Add basic surrendering for #32 2025-09-06 19:13:47 -04:00
NG (Graham)
ac0e16be63 Add some approximation of crystal stealing #32 2025-09-06 16:52:43 -04:00
NG (Graham)
f630148027 Disable shield deactivated message at BA match start #32 2025-09-06 11:16:41 -04:00
NG (Graham)
79f8341adc Refactor multiplayer message handling into smaller functions 2025-09-06 11:03:39 -04:00
NG (Graham)
0e35aced01 Readability fixes for cargo clippy 2025-09-03 22:33:32 -04:00
NG (Graham)
9dcb12131b Make end of match return you to the main menu slightly faster after clicking the button 2025-09-03 21:45:53 -04:00
NG (Graham)
e9a4830562 Fix capture points not working with multiple players on a team 2025-09-03 18:41:44 -04:00
NG (Graham)
c8a654bd49 Fix map pings causing teammates to disconnect 2025-09-03 18:13:18 -04:00
NG (Graham)
9c03201bac Implemented respawning for #32 2025-09-01 18:50:10 -04:00
NG (Graham)
85d61b2009 Add BA player disconnect win condition, make loading a bit more forgiving 2025-08-31 12:12:43 -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)
94d247f8f4 Minor refactor for fake server players 2025-08-16 15:52:06 -04:00
NG (Graham)
2642767a27 Don't count self-destruct in death stat (since it's already counted), fix #35 2025-08-11 20:59:17 -04:00
NG (Graham)
2f0c100086 Switch over to release versions of non-repo same-org crates 2025-08-03 22:32:28 -04:00
NG (Graham)
6fdb13b446 Fix some packaging issues 2025-08-03 21:47:25 -04:00
NG (Graham)
df017883c1 Add basic stats tracking #30 2025-08-03 18:15:25 -04:00
NG (Graham)
580ce69839 Add map ping support #30 2025-08-03 16:39:16 -04:00
NG (Graham)
721922c4ea Fix inconsistent spawnpoint origins #30 2025-08-03 16:23:00 -04:00
NG (Graham)
fd1620b929 Fix compile error due to auth error type change 2025-07-27 20:28:48 -04:00
NG (Graham)
a0d6974a31 Get capture points workins #30 (mars 1 only) 2025-07-26 21:57:46 -04:00
NG (Graham)
c6bd9e110d Use real spawn points when available #30 2025-07-26 11:50:32 -04:00
NG (Graham)
a27ae3d466 Make spawn points higher to work on all/more maps 2025-07-24 23:34:03 -04:00
NG (Graham)
194656933a Fix multiplayer not ending with only one player ever connected 2025-07-24 22:40:19 -04:00
NG (Graham)
a904423a83 Use elimination config from file instead of hardcoded #30 2025-07-22 22:39:38 -04:00
NG (Graham)
0683de965b Don't count time 4x as fast as it should be 2025-07-22 18:30:52 -04:00