Author Topic: Nightly: 04 July 2022 - Revision 9e6790f31  (Read 336 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 04 July 2022 - Revision 9e6790f31
Here is the nightly for 04 July 2022 - Revision 9e6790f31



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


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


Group: MacOSX
nightly_20220704_9e6790f31-builds-Mac.tar.gz (Mirror)


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

Code: [Select]
------------------------------------------------------------------------
commit 9e6790f31
Author: JohnAFernandez
Commit: GitHub

    Prevent a crash by exiting here (#4449)
 code/hud/hudreticle.cpp | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 516548d6b
Author: kiloku
Commit: kiloku

    No clamping bools
 code/pilotfile/plr.cpp | 6 ------
 1 file changed, 6 deletions(-)

------------------------------------------------------------------------
commit d1800d862
Author: kiloku
Commit: kiloku

    Use the labels displayed in the menus
 code/pilotfile/plr.cpp | 76 +++++++++++++++++++++++++-------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

------------------------------------------------------------------------
commit 319c8cc2a
Author: kiloku
Commit: kiloku

    Clamp values before saving
 code/pilotfile/csg.cpp | 12 ++++++++++++
 code/pilotfile/plr.cpp | 23 +++++++++++++++++++++++
 2 files changed, 35 insertions(+)

------------------------------------------------------------------------
commit 07b8e8d6c
Author: kiloku
Commit: kiloku

    Clamp settings values when loading
 code/pilotfile/csg.cpp     | 26 +++++++++++++++++++++++---
 code/pilotfile/pilotfile.h | 11 +++++++++++
 code/pilotfile/plr.cpp     | 35 ++++++++++++++++++++++++++++++++---
 3 files changed, 66 insertions(+), 6 deletions(-)