Author Topic: Nightly: 02 June 2023 - Revision ab63301d2  (Read 200 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 June 2023 - Revision ab63301d2
Here is the nightly for 02 June 2023 - Revision ab63301d2



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit cc567edaf
Author: mjn-mixael
Commit: mjn-mixael

    default profile name needs to be added after reset()
 code/lighting/lighting_profiles.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit fd6b670a0
Author: mjn-mixael
Commit: mjn-mixael

    flags to see if a ship or weapon is player allowed
 code/scripting/api/objs/shipclass.cpp   | 23 +++++++++++++++++++++++
 code/scripting/api/objs/weaponclass.cpp | 23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

------------------------------------------------------------------------
commit 4c7e9f658
Author: mjn-mixael
Commit: mjn-mixael

    On second thought, this should still be Name and not DisplayName
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 78b957982
Author: mjn-mixael
Commit: mjn-mixael

    enhance jump node handling
 code/hud/hudbrackets.cpp           |   2 +-
 code/hud/hudtargetbox.cpp          |   2 +-
 code/jumpnode/jumpnode.cpp         |  28 ++-
 code/jumpnode/jumpnode.h           |   5 +
 code/mission/missionparse.cpp      |   8 +
 code/missionui/missionbrief.cpp    |   3 +-
 code/parse/sexp.cpp                |  56 +++++-
 code/parse/sexp.h                  |   1 +
 code/ship/ship.cpp                 |   2 +-
 fred2/CMakeLists.txt               |   2 +
 fred2/fred.cpp                     |   6 +
 fred2/fred.h                       |   3 +
 fred2/fred.rc                      |  48 ++++-
 fred2/fredrender.cpp               |   3 +-
 fred2/fredview.cpp                 |  19 +-
 fred2/fredview.h                   |   1 +
 fred2/jumpnodedlg.cpp              | 378 +++++++++++++++++++++++++++++++++++++
 fred2/jumpnodedlg.h                |  62 ++++++
 fred2/mainfrm.cpp                  |   1 +
 fred2/management.cpp               |  12 ++
 fred2/missionsave.cpp              |  23 ++-
 fred2/resource.h                   |   9 +
 fred2/waypointpathdlg.cpp          | 162 ----------------
 qtfred/src/mission/missionsave.cpp |  17 +-
 24 files changed, 672 insertions(+), 181 deletions(-)