- Jul 23, 2022
-
-
Eidolon authored
-
Eidolon authored
Blast from the past, buuuut let's trim the fat here too.
-
Eidolon authored
Written in VB6. Superceded by better tools and also probably not even buildable anymore.
-
Eidolon authored
SRB2 no longer works with 1.2 or Dreamcast so these are irrelevant
-
Eidolon authored
Superceded by far superior tools
-
Eidolon authored
Once more, SRB2 no longer works on DOS so this is irrelevant
-
Eidolon authored
SRB2 no longer works on DOS so this is irrelevant
-
Eidolon authored
Also unsupported and nonfunctional
-
Eidolon authored
This thing is ancient history and also depends on FMOD.
-
Eidolon authored
-
- Jul 17, 2022
-
-
toaster authored
Technically just removes one event that causes the crash instead of the actual crash, but I tried attacking it at the source and it's some nasty, nasty stuff...
-
toaster authored
And add a little extra to the comment for anti-footgun insurance.
-
toaster authored
* New version number. * New MODVERSION. * New asset hashes. * Disable patch.kart requirement. * Remove the request to modify CMakeLists.txt, because that got revamped and grabs the version number from elsewhere now.
-
- Jul 16, 2022
-
-
toaster authored
Located by my new compiler! Also a nice, simple test commit for my new Git client...
-
- Jul 10, 2022
-
-
toaster authored
Also, I fell for the copypasted code bait CLASSIC, so now all instances of the Ruby are decoupled from FPS cap.
-
toaster authored
-
toaster authored
-
toaster authored
-
toaster authored
Instead of reverting kartspeed on invalid set, prevent it from being set in the first place, just like Encore! Should resolve desync.
-
toaster authored
They were skipped because I didn't expect anyone to use them as they're simply leftover SRB2 assets, but Kart Airlines surprised me by using them as pushable track hazards.
-
toaster authored
-
toaster authored
-
toaster authored
The part of HOSTMOD ministats that I wanted. Can go back to ms using the pingmeasurement cvar. If Tyron wants to bring ministats fully in I think it'd be better to bring its ideas to replace the current HUD instead, ideally using the existing ping gfx, so they should bring it up with Oni # Conflicts: # src/d_clisrv.c # src/d_netcmd.c # src/d_netcmd.h # src/doomstat.h # src/hu_stuff.c # src/m_menu.c
-
- Jul 09, 2022
-
-
toaster authored
-
toaster authored
-
toaster authored
# Conflicts: # src/i_tcp.c
-
toaster authored
Print rules in menu and in console See merge request KartKrew/Kart-Public!286
-
- Jul 07, 2022
-
-
Sal authored
Better bans See merge request KartKrew/Kart-Public!285
-
- Jul 04, 2022
-
-
toaster authored
Catch several ways ban.txt could be malformed by a well-meaning server host, and report it back via the log.
-
Sal authored
Fix MusicChange lua hook returning some values incorrectly See merge request KartKrew/Kart-Public!287
-
- Jul 03, 2022
- Jun 15, 2022
-
-
toaster authored
* Warn the user when an incompatible ban.txt is being loaded, and stop early. * Don't inexplicably assign as a boolean, you bafooligan!
-
toaster authored
Fix an issue where if the last line of an M_StartMessage was the longest, the box width wouldn't account for it.
-
toaster authored
* Fix some bugs. * Reset bannode information properly, fixing being unable to join your own server. * Write to the buffer before saving the kick/ban reason, rather than after. * Improve the print output for the `showbanlist` command. * Includes username. * Includes remaining time as seen by a kicked joiner. * Hides expired bans. * Improve the messages for ban/kick related refused joins. * Replace the Reason with the actual admin-provided reason for refused connection. * Replace the "Server refuses connection" header with "You have been [banned/temporarily kicked] from the server", the previous given Reason. * Fudge the time reported for temporary kicks so that a user is encouraged to return slightly after their tempkick ends, rather than before. * Add an extra newline to the M_StartMessage for being kicked/banned with a reason provided.
-
toaster authored
-
- Jun 14, 2022
-
-
toaster authored
Create a single struct for bannednode and bannednodetimelft, and use the matching ban ID inside that struct. While this commit does not increase the visibility of ban reasons, it makes this possible later.
-
toaster authored
-
toaster authored
* Ensure it can compile. * Removing vanilla 2.2 properties that slipped in to previous commits. * Rearranging i_tcp.c to avoid implicit declaration. * Complete rename of `IsNameGood` to `EnsurePlayerNameIsGood`. * Add "BANFORMAT" header, for versioning support. * Add conversion from 1.3-and-earlier format to new system. * Don't ban the entire internet - convert zero-masks to the most specific ones.
-