- Jan 24, 2020
-
-
LJ Sonic authored
This lets the host manually remove a body if they want, without polluting the chat with redundant messages.
-
- Jan 23, 2020
- Jan 22, 2020
-
-
LJ Sonic authored
-
https://git.magicalgirl.moe/STJr/SRB2.gitLJ Sonic authored
# Conflicts: # src/g_game.c # src/p_setup.c
-
LJ Sonic authored
-
LJ Sonic authored
-
LJ Sonic authored
-
LJ Sonic authored
-
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.
-
- Jan 20, 2020
-
-
James R. authored
OpenGL drop shadows See merge request STJr/SRB2!703
-
- Jan 19, 2020
-
-
James R. authored
Put cv_exitmove in the server options menu See merge request STJr/SRB2!704
-
- Jan 18, 2020
-
-
Tatsuru authored
-
LJ Sonic authored
Mapthing flag EXTRA DeHackEd constant See merge request STJr/SRB2!705
-
Lactozilla authored
-
Tatsuru authored
-
James R. authored
Add FF_INTANGABLEFLATS as an alternative spelling for FF_INTANGIBLEFLATS See merge request STJr/SRB2!702
-
Sal authored
-
Sal authored
-
- Jan 17, 2020
-
-
James R. authored
Software dropshadows See merge request STJr/SRB2!660
-
James R. authored
Add R_IsPointInSubsector to lua baselib See merge request STJr/SRB2!700
-
Lactozilla authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
Fuck NONET See merge request STJr/SRB2!699
-
MascaraSnake authored
Fix FF_INTANGABLEFLATS typo See merge request STJr/SRB2!701
-
fickleheart authored
-
fickleheart authored
-
fickleheart authored
-
fickleheart authored
-
fickleheart authored
-
fickleheart authored
fuck it, hopefully it works
-
Lactozilla authored
-
Lactozilla authored
-
James R. authored
-
James R. authored
Add missing name to the credits See merge request STJr/SRB2!696
-
James R. authored
Try to set a 21 character name and SIGABRT See merge request STJr/SRB2!689
-
James R. authored
-bindaddr for mserv See merge request STJr/SRB2!688
-
Alam Ed Arias authored
-