Rev. | Time | Author |
---|---|---|
de50a0aa9d2d tip | 2022-09-10 20:54:04 | Joshua Surace |
Added tag TSPGv31 for changeset d5bda2cb7b54 |
||
d5bda2cb7b54 TSPGv31 | 2022-09-10 20:53:27 | Joshua Surace |
Update version to TSPGv31 |
||
7712dd45f4fa | 2022-09-10 20:48:34 | Joshua Surace |
Unblocked sv_cheats. |
||
cf1dcec607f3 | 2022-07-08 11:05:11 | Adam Kaminski |
Added tag TSPGv30 for changeset f4c7243c62af |
||
cec9e00cc54f | 2022-07-08 11:05:04 | Adam Kaminski |
Update version to TSPGv30 |
||
ec0eb0c16375 | 2022-07-08 10:05:02 | Adam Kaminski |
Updated tag TSPGv29 to changeset 724bb89ac362. The other commit was erroneous. |
||
94e896a87ca0 | 2022-07-08 10:04:38 | Adam Kaminski |
Added the compiler flag SERVER_ALLOWBOTS that decides if the "addbot" CCMD is usable or not. Also added a message to informs users if bots are not allowed. |
||
4efebe291e44 | 2022-07-08 10:01:51 | Adam Kaminski |
Backed out changeset: e3f901eb92cc |
||
3731e2f6d00a | 2022-06-27 00:37:18 | Adam Kaminski |
Servers now check for bad words in the hostname and will shut down if any bad words are found. |
||
d4b2ea087ca8 | 2022-06-27 00:12:39 | Adam Kaminski |
Fixed: player names containing bad words weren't being filtered properly. |
||
3a849bc2e89f | 2022-06-22 09:09:46 | Adam Kaminski |
Added tag TSPGv29 for changeset 78a69f54b02b |
||
84e5ac56bf44 | 2022-06-22 09:09:31 | Adam Kaminski |
Update version to TSPGv29 |
||
8b98f6c13b4c | 2022-06-22 09:08:32 | Adam Kaminski |
Reworded the reason message for when a client is kicked for using a VPN. |
||
3d7a2a6c47bd | 2022-06-22 08:53:32 | Adam Kaminski |
The "addbot" CCMD is no longer blacklisted on TSPG. Hosts are allowed to add up to 16 bots to a server. |
||
4f7fb4147735 | 2022-06-20 05:49:26 | Adam Kaminski |
Unlagged now restores a player's old height when reconciling them. |
||
aa76d87b454f | 2022-06-20 05:32:59 | Adam Kaminski |
Converted the player_t members: unlaggedX, unlaggedY, unlaggedZ, and restoreX, restoreY, restoreZ into TVector3<fixed_t> objects. |
||
c182bc7e7b55 | 2022-06-08 04:23:50 | Adam Kaminski |
Fixed: unlagged would also reconcile for bots, causing them to miss shots in online games. Also added a sanity check to make sure that the actor isn't NULL. |
||
e5019bee26ac | 2022-06-07 10:52:09 | Adam Kaminski |
Added tag TSPGv28 for changeset 30e0a5bf4a86 |
||
c9984f84c31a | 2022-06-07 10:51:18 | Adam Kaminski |
Update version to TSPGv28 |
||
a7dd1b4b8985 | 2022-05-23 21:44:24 | Adam Kaminski |
Fixed: clients would see players with the lag icon over their head indefinitely after a level changed. |
||
1708995e86ce | 2022-03-28 04:17:25 | Benjamin Berkels |
Restrict broadcasted net commands to clients who already have the full update (addresses 2667). |
||
eb132fa4e960 | 2022-03-12 10:43:36 | Joshua Surace |
Added tag TSPGv27 for changeset 742f81f6d4fa |
||
742f81f6d4fa TSPGv27 | 2022-03-12 10:42:18 | Joshua Surace |
Update version to TSPGv27 |
||
452ac11f0e16 | 2022-02-04 23:57:33 | Adam Kaminski |
The "kick" CCMD now saves the player's uncolored name with FString instead of C-style char arrays. |
||
961f23b6edf1 | 2022-02-04 23:54:03 | Adam Kaminski |
SERVER_GetPlayerIndexFromName now saves the player's uncolored name with FString instead of C-style char arrays. |
||
47d69cebabc1 | 2022-02-04 23:52:21 | Adam Kaminski |
SERVER_KickPlayer now uses FString instead of C-style char arrays. |
||
2e7806885db5 | 2022-02-04 23:44:20 | Adam Kaminski |
SERVERBAN_BanPlayer now saves the player's uncolored name with FString instead of C-style char arrays. |
||
beb1e90cb809 | 2022-01-29 08:43:29 | Adam Kaminski |
Fixed: the server rejected backup weapon select commands that used different weapon network indices but had the same client gametic. |
||
d9afeaf60ce8 | 2022-01-24 07:29:50 | Edoardo Prezioso |
Fix a crash with the Hexen Firestorm weapon projectiles caused by a compiler misoptimization on Linux architecture. |
||
f182d79d6e83 | 2022-01-17 02:44:36 | Adam Kaminski |
Fixed: spectating a morphed player could potentially crash the game. |