- 07 Jul, 2020 1 commit
-
-
LJ Sonic authored
-
- 04 Jul, 2020 1 commit
-
-
James R. authored
-
- 20 Jun, 2020 4 commits
- 19 Jun, 2020 1 commit
-
- 19 Mar, 2020 1 commit
-
-
LJ Sonic authored
-
- 24 Feb, 2020 1 commit
-
-
colette authored
The config file is starting to get close to the old max, so this should be enough headroom for a while...
-
- 19 Feb, 2020 1 commit
-
-
James R. authored
-
- 24 Jan, 2020 1 commit
-
-
Jaime Ita Passos authored
-
- 22 Jan, 2020 1 commit
-
-
LJ Sonic authored
This is accomplished by simply preserving the player's body after disconnecting. Bodies will despawn after the number of minutes specified by the "rejointimeout" console variable (float). A value of 0 disables the feature completely. Clients rejoining are identified by their IP address, and may rejoin even if the server is full or joins are disabled, for as long as their body remains. From a technical standpoint, when the user disconnects, the player they were controlling does not leave, the underlying player_t just keeps working normally, except it does not receive any input anymore. When the user reconnects, they are simply "relinked" to their player_t. Those "soulless" players can be identified through their "quittime" field, which is the number of tics elapsed since the user disconnected, or zero if still connected. "quittime" is exposed to Lua.
-
- 21 Jan, 2020 1 commit
-
-
James R. authored
-
- 12 Jan, 2020 1 commit
-
-
LJ Sonic authored
-
- 11 Jan, 2020 1 commit
-
-
Sal authored
-
- 01 Jan, 2020 1 commit
-
-
James R. authored
-
- 31 Dec, 2019 2 commits
-
-
James R. authored
- 27 Dec, 2019 5 commits
- 25 Dec, 2019 1 commit
-
-
Sal authored
Co-Authored-By:
Jaime Passos <jimita@users.noreply.github.com>
-
- 14 Dec, 2019 1 commit
-
-
colette authored
-
- 06 Dec, 2019 3 commits
-
-
Alam Ed Arias authored
-
James R. authored
-
SteelT authored
-
- 30 Nov, 2019 1 commit
-
-
sphere authored
-
- 13 Nov, 2019 1 commit
-
-
James R. authored
-
- 23 Oct, 2019 2 commits
- 15 Oct, 2019 4 commits
-
-
toaster authored
-
toaster authored
Ported from Kart, original commit also by me (toaster).
-
toaster authored
* Fix cv_pointlimit's weird behaviour in match mode by standardising the switching between "named" and "range" values in CV_AddValue. * Optimise M_ChangeCvar.
-
toaster authored
Kart-port round 3, with the original commit written by me, toaster.
-
- 20 Aug, 2019 1 commit
-
-
Monster Iestyn authored
-
- 14 Apr, 2019 2 commits
-
-
James R. authored
-
Monster Iestyn authored
Detect infinite alias self-recursion mixed with other commands, such as in the case of `alias a "echo test; a"; a`. (Unfortunately, this does not work if "wait" is used instead of "echo", but oh well)
-
- 20 Dec, 2018 1 commit
-
-
Marco Z authored
-