NBlood - r12543 - Built: Fri Aug 27 03:13:01 UTC 2021 --- commit 745c910d20eda8abc28a1ca449d946ede74178c9 Merge: 04a4b7879 fbcb98394 Author: Evan Ramos Date: Thu Aug 26 22:03:49 2021 -0500 Merge remote-tracking branch 'eduke32/master' commit fbcb9839404b06cfe76c6c8c277bcc7843d692da Author: Evan Ramos Date: Thu Aug 26 21:30:03 2021 -0500 SW: Fix mousewheel in menus commit 9820b8ad49ce489f63465f7adb31ebfd350a5eb8 Author: Evan Ramos Date: Thu Aug 26 21:18:30 2021 -0500 Menus: Upgrade transition animations to use 1000 Hz timer instead of 120 Hz commit 9b6f0ffda3565466345993932c4e1ca67d37ba98 Author: Evan Ramos Date: Thu Aug 26 18:04:07 2021 -0500 Menus: Revamp Menu_CheckHiddenSelection into Menu_ValidateSelectionIsActive Followup to 67ef47dcff3571afb330342c9b056c9e759e46ad. commit 2c67973683c5912d23a98476073dd44d1de17a58 Author: Evan Ramos Date: Thu Aug 26 18:37:47 2021 -0500 md2tool: Fix USE_OPENGL=0 build commit fd93b2adc492bc513e4dd713891c32455c9b5135 Author: Evan Ramos Date: Thu Aug 26 18:37:28 2021 -0500 SW: Fix USE_OPENGL=0 build commit f5e524009d1ed87566a6012e3b302186652881cf Author: Evan Ramos Date: Thu Aug 26 18:30:51 2021 -0500 Fix warnings with USE_OPENGL=0 commit fb9ec43f2ae8d9ba0c8c6dcfd7f717a21f2d9092 Author: Evan Ramos Date: Thu Aug 26 18:27:31 2021 -0500 Move calc_smoothratio to baselayer.h, fixing USE_OPENGL=0 build Followup to 0f928a1fd5eb23e37c48d7eb547a176ff9cf6eab. commit d01cd25dcf022581ee94caeedaa5eef4b9f02a03 Author: Evan Ramos Date: Thu Aug 26 18:22:11 2021 -0500 Mapster32: Actually make use of `sound` def token's `volume` subtoken Followup to 072bd40ebd1a2d0833021b78e7784bab65259c61. commit d526f79d7ee1323a23dc9c6f00da9e97bef20f02 Author: Evan Ramos Date: Thu Aug 26 18:19:34 2021 -0500 Mapster32: Factor out g_sounds[num] access in S_PlaySound and S_PlaySound3D commit b01c2cd33ff21539a1cda78e4f42b4e5ea1e313c Author: Evan Ramos Date: Wed Aug 25 20:38:08 2021 -0500 SW: Fix unused variable warnings when assertions are disabled commit 5554c6a98811f1112bda4b9a84ac3756141043ea Author: Richard Gobeille Date: Thu Aug 26 07:14:13 2021 -0700 editor: use updatesectorz_compat() for moving with the mouse with clipping disabled commit b47e70443d39185075e7a2ab943fca868cc2747c Author: Richard Gobeille Date: Wed Aug 25 20:43:07 2021 -0700 engine: allow pasting into the console from the system clipboard with RMB Disable with "osdclipboard 0". commit c465145b7287669136e835d3348449d62098ebf6 Author: Richard Gobeille Date: Wed Aug 25 20:42:30 2021 -0700 engine: clear mouse buttons when toggling the console commit 072bd40ebd1a2d0833021b78e7784bab65259c61 Author: Evan Ramos Date: Tue Aug 24 21:05:13 2021 -0500 Mapster32: Parse the `sound` def token commit 7e838d2fa25d2bae9dcd3f65320bb3970b13c91f Author: Evan Ramos Date: Tue Aug 24 20:33:06 2021 -0500 Duke3D: Fix `define` token when parsing defs on the game side commit 0ef42ff17e4c142bed54cb83fa333306c256c700 Author: Evan Ramos Date: Tue Aug 24 20:19:57 2021 -0500 SW: Fix identical branches warnings commit cce1bf84d1c2885f1a5a5883d55bb089a4b09fff Author: Evan Ramos Date: Tue Aug 24 20:17:15 2021 -0500 SW: Fix unused variable and unused parameter warnings commit 25f35b3fcf34996153bb5f0bb0929c677a130f50 Author: Evan Ramos Date: Tue Aug 24 20:08:17 2021 -0500 SW: Remove already stubbed last valid drawing position code commit 9a17e0ec1ca77fb363a2bdc9d886e8d313b8e34a Author: Evan Ramos Date: Tue Aug 24 19:50:44 2021 -0500 SW: #if 0 already stubbed procedural lava texture functions commit b1882c5f49f492adf57784c7a9fd9bb22f8f4cd8 Author: Evan Ramos Date: Tue Aug 24 19:14:24 2021 -0500 SW: Vectorize struct variables where casts to vector types are used commit 88ebb3231f4458e26976da0955e3303207ff2754 Author: Evan Ramos Date: Tue Aug 24 18:52:26 2021 -0500 SW, KenBuild: Replace casts to vector types with struct accesses where eligible commit ead3d78de370c188294f73134dcb934c1e74ba5e Author: Evan Ramos Date: Tue Aug 24 18:34:38 2021 -0500 KenBuild: Fix build