Skip to content
Snippets Groups Projects
  1. Aug 03, 2022
  2. Jul 23, 2022
  3. Jul 17, 2022
    • toaster's avatar
      Avoid the every-time crash with interpolated firework trails. · 8e398504
      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...
      8e398504
    • toaster's avatar
      Actually update CMakeLists.txt for real. · a0914207
      toaster authored
      And add a little extra to the comment for anti-footgun insurance.
      a0914207
    • toaster's avatar
      Primary 1.4 prep. · 1c961e60
      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.
      1c961e60
  4. Jul 16, 2022
  5. Jul 10, 2022
  6. Jul 09, 2022
  7. Jul 07, 2022
  8. Jul 04, 2022
  9. Jul 03, 2022
  10. Jun 15, 2022
    • toaster's avatar
      Complete BANFORMAT header implementation. · 7c92a7ef
      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!
      7c92a7ef
    • toaster's avatar
      Fix an issue where if the last line of an M_StartMessage was the longest, the... · 3ff5e3f8
      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.
      3ff5e3f8
    • toaster's avatar
      First commit with actual human testing involved. · 3498f1cf
      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.
      3498f1cf
Loading