Author Topic: Nightly: 24 January 2022 - Revision 64ae887d2  (Read 354 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 24 January 2022 - Revision 64ae887d2
Here is the nightly for 24 January 2022 - Revision 64ae887d2



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 64ae887d2
Author: Allen A. Babb
Commit: GitHub

    Fix/issue 3902 (#3947)
 code/pilotfile/plr.cpp | 57 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 54 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 70039b043
Author: Goober5000
Commit: Goober5000

    some small fixes
 code/parse/sexp.cpp                 | 4 ++--
 code/scripting/api/objs/vecmath.cpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 6cebcfc9a
Author: Goober5000
Commit: Goober5000

    some small timestamp fixes
 code/gamesnd/eventmusic.cpp | 7 ++++++-
 freespace2/freespace.cpp    | 9 ++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit fd1cf5380
Author: Taylor Richards
Commit: Taylor Richards

    fix dumb coder thing
 code/cmdline/cmdline.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit e5613fab7
Author: Taylor Richards
Commit: Taylor Richards

    allow connection fallback for PXO mod ident timeout
 code/network/multi_fstracker.cpp | 132 +++++++++++++++++++++++++--------------
 1 file changed, 84 insertions(+), 48 deletions(-)

------------------------------------------------------------------------
commit 6d932df74
Author: Taylor Richards
Commit: Taylor Richards

    add options to prefer either IPv4 or IPv6
 code/cmdline/cmdline.cpp | 22 ++++++++++++++++++++++
 code/cmdline/cmdline.h   |  2 ++
 code/network/psnet2.cpp  | 18 +++++++++++++++++-
 3 files changed, 41 insertions(+), 1 deletion(-)