Author Topic: Nightly: 10 January 2022 - Revision 6b26df19d  (Read 342 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 10 January 2022 - Revision 6b26df19d
Here is the nightly for 10 January 2022 - Revision 6b26df19d



Group: Win32-SSE2
nightly_20220110_6b26df19d-builds-Win32-SSE2.zip (Mirror)


Group: Linux
nightly_20220110_6b26df19d-builds-Linux.tar.gz (Mirror)


Group: Win64-SSE2
nightly_20220110_6b26df19d-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 42c1957ad
Author: BMagnu
Commit: GitHub

    Properly handle negative case (#3910)
 code/math/vecmat.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d74c41929
Author: z64555
Commit: z64555

    Preset identification should only be invert agnostic when reading a CSG<7 file, for all other uses of control_config_get_current_preset(), it should be exact equality with the preset.
 code/controlconfig/controlsconfig.cpp | 44 +++++++++++++++++++++++++----------
 code/controlconfig/controlsconfig.h   |  4 +++-
 code/pilotfile/csg.cpp                |  3 ++-
 3 files changed, 37 insertions(+), 14 deletions(-)