------------------------------------------------------------------------ r8795 | hendricks266 | 2020-04-04 03:59:22 -0700 (Sat, 04 Apr 2020) | 10 lines Disable the call to WIN_UpdateClipCursorForWindows in WIN_PumpEvents Achieved by hex-editing libSDL2.a to change a JE (0x74) to JMP (0xEB). This should improve micro stuttering-issues on Windows. My settings: r_vsync 2 r_maxfps 0 win_systemtimermode 1 win_performancemode 1 ------------------------------------------------------------------------ r8794 | hendricks266 | 2020-04-04 03:59:18 -0700 (Sat, 04 Apr 2020) | 3 lines Fix voxels defined with definemodel Patch from Nuke.YKT. ------------------------------------------------------------------------ r8793 | hendricks266 | 2020-04-04 03:59:14 -0700 (Sat, 04 Apr 2020) | 1 line Replace hackish old PALETTE.DAT format detection with robust file length method ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.