Skip to content
Snippets Groups Projects
  1. Aug 04, 2022
    • toaster's avatar
      Minor compiler warnings · 5aa56e60
      toaster authored
      5aa56e60
    • toaster's avatar
      Fix an interpolation issue with the Signpost · 284ae5fa
      toaster authored
      Because its z was being set but its old z wasn't being overwritten, at high enough refresh rates you can see it appear above its starting position for a single frame.
      
      Done by modifying old_z instead of using P_SetOrigin for consistency of avoiding CheckPosition.
      284ae5fa
    • toaster's avatar
      R_DrawVisSprite adjustments · 9e3b89c5
      toaster authored
      * Backport the fix to an interp-based crash caused by using a combination of interpolated and uninterpolated scale in renderer calculations.
      * Between this and the last commit, I attempted a refactor of this and associated functions in order to find the cause of the above crash. Committed are the changes which resulted in increased performance.
      9e3b89c5
    • toaster's avatar
      New maps.kart hash for rearranged music lump names. · a93f7ff7
      toaster authored
      Revised the "last updated" instead of appending because we don't need to give internal-only changes too much spotlight.
      a93f7ff7
    • toaster's avatar
      Merge branch 'v14-cmake-improvements' into 'v14prep' · d939be85
      toaster authored
      (v1.4) cmake improvements
      
      See merge request KartKrew/Kart!634
      d939be85
  2. Aug 03, 2022
  3. Jul 23, 2022
  4. Jul 19, 2022
  5. 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
  6. Jul 16, 2022
  7. Jul 10, 2022
  8. Jul 09, 2022
Loading