Author Topic: Nightly: 14 February 2021 - Revision 236115239  (Read 490 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 14 February 2021 - Revision 236115239
Here is the nightly for 14 February 2021 - Revision 236115239

At least one of the nightly builds failed!


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


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

Code: [Select]
------------------------------------------------------------------------
commit 0318e3f85
Author: JohnAFernandez
Commit: JohnAFernandez

    Make "Normal" the default option for Messages
 code/parse/sexp.cpp | 9 ++++++++-
 fred2/sexp_tree.cpp | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 640640b4b
Author: Phantom Hoover
Commit: Phantom Hoover

    Properly fix static_rand()'s range and account for this in functions that were misusing it
 code/math/staticrand.cpp      | 3 ++-
 code/math/staticrand.h        | 3 +++
 code/mission/missionparse.cpp | 4 ++--
 3 files changed, 7 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 5e38f3c0d
Author: Baezon
Commit: Baezon

    fit waypoint bugfix
 code/ai/aicode.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit ec274d58d
Author: Baezon
Commit: Baezon

    clang-tidy
 code/weapon/beam.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 6357c2a85
Author: Baezon
Commit: Baezon

    clang tidy
 code/weapon/beam.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 24947b64d
Author: Baezon
Commit: Baezon

    split light and collision width
 code/weapon/beam.cpp | 35 +++++++++++++++++++++++++----------
 code/weapon/beam.h   |  3 ++-
 2 files changed, 27 insertions(+), 11 deletions(-)