Author Topic: Nightly: 03 August 2021 - Revision 6b5124a8a  (Read 515 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 03 August 2021 - Revision 6b5124a8a
Here is the nightly for 03 August 2021 - Revision 6b5124a8a



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 1187ebbc2
Author: Birk Magnussen
Commit: Birk Magnussen

    GCC Warnings
 code/model/modelanimation.cpp | 12 ++++++------
 code/model/modelanimation.h   |  8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit d92fab80e
Author: Birk Magnussen
Commit: Birk Magnussen

    Find turrets by sip name (since index can change) and make pointers shared
 code/model/modelanimation.cpp          | 62 ++++++++++++++++++++++++----------
 code/model/modelanimation.h            | 24 ++++++++-----
 code/model/modelanimation_segments.cpp |  4 +--
 code/model/modelanimation_segments.h   |  8 ++---
 code/ship/ship.cpp                     |  5 +++
 5 files changed, 72 insertions(+), 31 deletions(-)

------------------------------------------------------------------------
commit ebb5ed9ba
Author: Baezon
Commit: Baezon

    review tweaks
 code/nebula/neb.cpp          | 32 +++++++++++++++++++-------------
 code/nebula/neblightning.cpp |  2 +-
 2 files changed, 20 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit db55349f7
Author: Baezon
Commit: Baezon

    some extra safety and warning for super huge numbers of poofs
 code/nebula/neb.cpp | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit a6084ba70
Author: Baezon
Commit: Baezon

    change from radians to degrees
 code/nebula/neb.cpp | 2 +-
 code/nebula/neb.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 27650ef45
Author: Baezon
Commit: Baezon

    proper poof toggling support
 code/nebula/neb.cpp | 51 +++++++++++++++++++++++++++++++++------------------
 code/nebula/neb.h   |  3 +++
 code/parse/sexp.cpp |  3 +--
 3 files changed, 37 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 7980891b4
Author: Baezon
Commit: Baezon

    overhaul poof handling
 code/math/vecmat.cpp |  18 ++++
 code/math/vecmat.h   |   6 ++
 code/nebula/neb.cpp  | 239 +++++++++++++++++++--------------------------------
 code/nebula/neb.h    |   9 +-
 4 files changed, 118 insertions(+), 154 deletions(-)

------------------------------------------------------------------------
commit 5ebb12e47
Author: Baezon
Commit: Baezon

    overhaul poof system
 code/math/floating.cpp |  13 ++--
 code/math/floating.h   |   2 +-
 code/nebula/neb.cpp    | 173 ++++++++++++++++++++++++++++++++++++++-----------
 code/nebula/neb.h      |  18 +++--
 code/ship/ship.cpp     |   2 +
 5 files changed, 155 insertions(+), 53 deletions(-)

------------------------------------------------------------------------
commit 5bd351d42
Author: Baezon
Commit: Baezon

    initial poof overhaul
 code/cmdline/cmdline.cpp              |   2 +-
 code/def_files/data/effects/fog-f.sdr |   2 +-
 code/math/vecmat.cpp                  |   5 +-
 code/nebula/neb.cpp                   | 568 ++++++++++------------------------
 code/nebula/neb.h                     |  52 ++--
 code/nebula/neblightning.cpp          |  32 +-
 code/parse/sexp.cpp                   |  17 +-
 code/starfield/starfield.cpp          |   1 -
 freespace2/freespace.cpp              |  24 --
 9 files changed, 216 insertions(+), 487 deletions(-)

 

Offline Antares

  • 28
  • Author of The Shivan Manifesto
Re: Nightly: 03 August 2021 - Revision 6b5124a8a
The game plays a little differently when you're in a gray, starless void, that's for sure.

We have returned to continue our purification of this galaxy. It is again your turn to be crushed beneath the great force that is the Antaran army. All your petty squabbling with the other beings in this galaxy is meaningless. The Antaran fleet will destroy you all, one by one. You may not surrender. You cannot win. Your only option is death.

 

Offline wookieejedi

  • 29
  • Intensify Forward Firepower
Re: Nightly: 03 August 2021 - Revision 6b5124a8a
Indeed, nice quick use of the new features.