PCExhumed - r2487 - Built: Sat Apr 4 11:44:01 UTC 2020 --- commit 599a22b7746c8de430b98f8053d400286ad4b360 Author: Evan Ramos Date: Sat Apr 4 06:26:44 2020 -0500 Blood: Make voxels and models loaded via def inherit rotation automatically commit c010f6799e25db9d578802073efe233747db635f Author: Evan Ramos Date: Sat Apr 4 05:45:48 2020 -0500 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 commit 4af4801410ea6c40a2740612205f2c26b6b94480 Author: Evan Ramos Date: Wed Apr 1 23:25:36 2020 -0500 Replace hackish old PALETTE.DAT format detection with robust file length method commit aefe9109a4dbe7bc301203c3d7d18d8820d26fb2 Author: nukeykt Date: Sat Apr 4 14:27:53 2020 +0900 Blood: Fix model yoffset commit d15ac4c73934bd42674d7a834bd5f6a77d349c76 Merge: 1b96a9bc 94b5d32a Author: Alexey Khokholov Date: Fri Apr 3 14:18:21 2020 +0900 Merge pull request #341 from CommonLoon102/maxpath-fix Blood: Use BMAX_PATH instead of MAX_PATH in CGameMenuFileSelect commit 94b5d32a5c2c99b6b49f8b7549675eda67f44ea9 Author: CommonLoon102 Date: Fri Apr 3 06:51:23 2020 +0200 Blood: Use BMAX_PATH instead of MAX_PATH in CGameMenuFileSelect commit 1b96a9bcc951add3ab23b1abadd8324da11a3e2f Author: CommonLoon102 <321850+CommonLoon102@users.noreply.github.com> Date: Fri Apr 3 05:20:11 2020 +0200 Blood: Add User Map menu to episode select (#340)