Author Topic: Nightly: 10 July 2022 - Revision f96a27feb  (Read 289 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 10 July 2022 - Revision f96a27feb
Here is the nightly for 10 July 2022 - Revision f96a27feb



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 601addd5c
Author: Goober5000
Commit: Goober5000

    more feedback
 fred2/orienteditor.cpp | 8 ++++----
 fred2/orienteditor.h   | 9 +++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 7cfbdcd6c
Author: Goober5000
Commit: Goober5000

    address feedback
 fred2/orienteditor.cpp | 70 +++++++++++++++++++++++++++++++-------------------
 fred2/orienteditor.h   |  6 +++--
 2 files changed, 47 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit e9e722244
Author: John Fernandez
Commit: John Fernandez

    Return here if not a ship
 code/ai/aicode.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit 2449dd6f7
Author: John Fernandez
Commit: John Fernandez

    Equals is ok here
 code/ai/aicode.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2748cc6f9
Author: John Fernandez
Commit: John Fernandez

    Return here if not a ship in release
 code/ai/aicode.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit 660f72dcc
Author: John Fernandez
Commit: John Fernandez

    Clearer Assertions(TM)
 code/ai/aicode.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f1506987e
Author: John Fernandez
Commit: John Fernandez

    Make assertions more readable.
 code/ai/aicode.cpp | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit e0d2d76dc
Author: John Fernandez
Commit: John Fernandez

    Add an else unreachable.
 code/ai/aicode.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 09b35edae
Author: John Fernandez
Commit: John Fernandez

    More helpful assertions here
 code/ai/aicode.cpp | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 390ddb3fc
Author: John Fernandez
Commit: John Fernandez

    Do our best to avoid invalid types in obj_team
 code/ai/aicode.cpp            | 200 ++++++++++++++++++++++--------------------
 code/hud/hudtarget.cpp        |   2 +
 code/network/multi_ingame.cpp |   2 +-
 3 files changed, 110 insertions(+), 94 deletions(-)

------------------------------------------------------------------------
commit 8db280ea8
Author: Goober5000
Commit: Goober5000

    fix erroneous position/angle modification
 fred2/orienteditor.cpp | 35 +++++++++++++++++++++++++++++------
 fred2/orienteditor.h   |  4 +++-
 2 files changed, 32 insertions(+), 7 deletions(-)