Rednukem - r11752 - Built: Wed Jun 24 04:24:01 UTC 2020 --- commit 72a0a49c36be1050eac76c9b1c570f7be53901b3 Merge: eba1bf361 437e61efe Author: nukeykt Date: Wed Jun 24 13:22:58 2020 +0900 Merge remote-tracking branch 'remotes/eduke32/master' # Conflicts: # platform/Windows/eduke32.sln # source/build/src/voxmodel.cpp commit 437e61efe73c27efb3673e1215a6078abc596433 Author: nukeykt Date: Tue Jun 23 14:25:28 2020 +0900 engine: enable xoffset for face sprite voxel replacements commit b3f0866a4e1e527ef0ec50692d4cd92bbf517780 Author: Daniel Gurney Date: Mon Jun 22 02:10:31 2020 -0700 Initial ARM64 Windows 10 support commit a399f5b05173204fd57ddd6e3c9d850c2dbc7d28 Author: Richard Gobeille Date: Mon Jun 15 19:45:24 2020 -0700 Update menus.cpp commit 40ed13aa3cc75d15938cb2b52ee2217b5f82dca9 Author: Dino Bollinger Date: Mon Jun 15 17:25:10 2020 +0200 Duke3D: Sounds resume playback after demo pause is turned off. Also fixed an edge case. commit c28adba37a0ffb75e6ca2412541187597727ea03 Author: Dino Bollinger Date: Mon Jun 15 16:17:12 2020 +0200 Duke3D: Fix sound disabling when rewinding and fast forwarding in a demo. I assume that the sound toggling was originally done for helix' old profiling system built into the demo playback. Fixes terminx/eduke32#84. commit 4fc0c6f323dd4dddfaa3b6930eda6c132980404d Author: Dino Bollinger Date: Mon Jun 15 14:41:51 2020 +0200 Duke3D: Re-enable exiting main menu while demo is playing. Fixes terminx/eduke32#82 commit d0d892928f737890b0f99ea654a950bc5b32b80f Author: Dino Bollinger Date: Mon Jun 15 14:35:37 2020 +0200 Duke3D: Prevent demo pause from making the menu unusable However, menu animations are still disabled when pausing a demo. commit 449605e62043196721ca6b52115095e8e1798264 Author: Dino Bollinger Date: Mon Jun 15 14:29:14 2020 +0200 Duke3D: reset menu transition animation when totalclock is reset by a demo Fixes terminx/eduke32#81 commit 9c9cbc8a2890a71d7ae0c1e42faae7422c29a153 Author: Dino Bollinger Date: Sun Jun 14 01:22:16 2020 +0200 Duke3D: Fix frozen players floating in mid-air commit 14138a5a62d5b669dc1e86069fa766adc1b47d86 Author: Richard C. Gobeille Date: Sat Jun 13 14:56:49 2020 -0700 Duke3d: fix player still being able to look around while frozen commit 5c8110d35e90396133878add05e0085bdc4459e0 Author: Dino Bollinger Date: Sat Jun 13 09:58:13 2020 +0200 Expose newgamecustom menu and submenu index to CON (read-only). New userdef struct members: ud.m_newgamecustom, ud.m_newgamecustomsub commit 54c864c35e35f71855986c1c48a7b96d73a7fe6d Author: Dino Bollinger Date: Sat Jun 13 14:20:57 2020 +0200 Fix crash during demo playback caused by a mistake in 5132b41f