Author Topic: Nightly: 20 February 2022 - Revision 6a3794ca1  (Read 810 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 20 February 2022 - Revision 6a3794ca1
Here is the nightly for 20 February 2022 - Revision 6a3794ca1



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 1b69e6e3a
Author: Goober5000
Commit: Goober5000

    fix an edge case for ships destroyed before mission
 code/mission/missionparse.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

------------------------------------------------------------------------
commit a1d92251c
Author: Goober5000
Commit: Goober5000

    prevent Assert with glowpoints
 code/model/modelrender.cpp | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 237787c25
Author: Goober5000
Commit: Goober5000

    add some new scan features
 code/hud/hudtargetbox.cpp             | 13 +++++++++----
 code/hud/hudtargetbox.h               |  2 +-
 code/model/model.h                    |  2 ++
 code/model/modelread.cpp              |  1 +
 code/playerman/playercontrol.cpp      | 21 +++++++++++++++++----
 code/scripting/api/objs/shipclass.cpp | 32 ++++++++++++++++++++++++++++++++
 code/ship/ship.cpp                    | 21 ++++++++++++++++++++-
 code/ship/ship.h                      |  2 ++
 8 files changed, 84 insertions(+), 10 deletions(-)

 

Offline Antares

  • 28
  • Author of The Shivan Manifesto
Re: Nightly: 20 February 2022 - Revision 6a3794ca1
The "time starts running during the briefing" bug isn't entirely fixed. If you use the "equip wing with this loadout" button but don't have enough weapons to outfit the entire wing, you'll throw an error that also starts the mission clock.



Note that while the mission "begins" at 41 seconds, triggers that are set earlier are firing simultaneously; Beta 1's dialogue is keyed for a few seconds after the mission starts, and the Hope is set to jump in at 25 seconds.
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 Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Nightly: 20 February 2022 - Revision 6a3794ca1
I just tested it out and it works fine on my end.  Can you post a log, and the exact steps needed to reproduce the bug?

 

Offline Antares

  • 28
  • Author of The Shivan Manifesto
Re: Nightly: 20 February 2022 - Revision 6a3794ca1
1) Load Last Hope from the tech room.
2) Under ship selection, change Alpha wing to the following: Hercs for Alpha 1 and 4, Ulysses for Alpha 2 and 3. (This probably doesn't matter, but it's the flight setup I'm using.)
3) Under weapon selection, assign two Avengers to Alpha 1, then hit the "Assign to wing" button. This will throw a loadout error because there are only about 20 interceptors in the inventory, which isn't enough to outfit the entire wing.
3a) Accept the error message. The mission clock will begin running at this point and you can enter the mission at any time from here onward to find the in-game timer has advanced however long you decided to wait beforehand.
4) If you'd like to put more time on the clock, take a minute to complete the loadout as you see fit. This typically takes me about 30 seconds.
5) Enter the mission.

I'm getting consistent results. Here's the debug log.
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 Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Nightly: 20 February 2022 - Revision 6a3794ca1
Thanks.  I've opened PR 4045 to fix it.