Skip to content
Snippets Groups Projects
  1. Aug 22, 2022
  2. May 27, 2022
    • toaster's avatar
      New `kartgametypepreference` cvar. · 7e7bd7db
      toaster authored
      * A "canon" adaptation of the community-created server option `lessbattlevotes`.
      * If set to "None", voting behaves as before.
      * If set to "Race" or "Battle". that gametype is considered the preference.
          * The voting screen is always operated from the perspective of the preferred gametype.
          * If you're in an un-preferred gametype, the third vote option will always allow you to continue the gametype.
          * If the preferred gametype is Race and you've just exited a Battle map, Encore may now appear on the second vote option.
      * A number of bugs with voting have been corrected.
          * If `kartencore` is on, the third vote option will now correctly have Encore applied.
          * If a custom EXE or malformed packet sends an Encore flag alongside a Battle gametype ID, actively strip it.
              * Just to note, clients do not enter Battle Encore with or without this change - this just prevents a promise the rest of the game couldn't fulfill.
      7e7bd7db
  3. Sep 11, 2020
  4. Sep 01, 2020
  5. Sep 10, 2019
  6. Sep 09, 2019
  7. Sep 05, 2019
  8. May 02, 2019
  9. Apr 18, 2019
    • Sal's avatar
      Huge splitscreen refactor · 1f613975
      Sal authored
      Did not get to finish all refactoring or even compile this, I'll continue later
      1f613975
  10. Apr 07, 2019
  11. Apr 06, 2019
    • fickleheart's avatar
      Add demo rewinding · 6267986c
      fickleheart authored
      Preview is fairly basic, and only shows players
      rewinding. Full state is restored via reloading
      the replay and jumping to the timestamp once
      the rewind is done.
      6267986c
  12. Apr 05, 2019
  13. Apr 01, 2019
  14. Mar 31, 2019
  15. Mar 25, 2019
  16. Mar 20, 2019
  17. Mar 18, 2019
  18. Mar 11, 2019
    • James R.'s avatar
      Miscellaneous window de-focus options · 0f9648ea
      James R. authored
      Music pausing is now optional.
      Sounds may be paused--on by default.
      The game itself being paused in off-line mode is now optional.
      
      (showfocuslost now loads from config.)
      0f9648ea
  19. Feb 17, 2019
  20. Feb 16, 2019
  21. Feb 14, 2019
  22. Feb 07, 2019
  23. Feb 05, 2019
  24. Feb 04, 2019
  25. Feb 02, 2019
  26. Jan 28, 2019
  27. Jan 18, 2019
    • Sal's avatar
      Final v1.0.2 commit (probably) · 4c8737da
      Sal authored
      - Update chars.kart hash, AGAIN!
      - Fix spectators being visible on minimap when F12ing people
      - Optimize how splitscreen players are drawn on top of the minimap
      - Remove duplicated cvar registrations
      - Move cv_resynchattempts and cv_netticbuffer from D_ClientServerInit to D_RegisterServerCommands and D_RegisterClientCommands respectively, so they can save to config properly
      - Increase "Frequent" gametype switch frequency even more
      - "SRB2" version dehacked warning ignores srb2.srb
      4c8737da
  28. Jan 17, 2019
    • toaster's avatar
      * Refactor all instances of `majormods = true;` to route through... · 66273898
      toaster authored
      * Refactor all instances of `majormods = true;` to route through G_SetGameModified, and catch a few spots I missed in the process.
      * Make G_SetGameModified only console-print for major mods.
      * Add amnesty to "major mod" detection while loading files with custom savedatas.
      * Improved the console prints for command `isgamemodified`.
      66273898
Loading