Author Topic: Nightly: 22 July 2020 - Revision cd2a043  (Read 559 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 22 July 2020 - Revision cd2a043
Here is the nightly for 22 July 2020 - Revision cd2a043



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


Group: Win64
nightly_20200722_cd2a043-builds-Win64.zip (Mirror)


Group: Win32
nightly_20200722_cd2a043-builds-Win32.zip (Mirror)


Group: MacOSX
nightly_20200722_cd2a043-builds-MacOSX.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 709208b
Author: Goober5000
Commit: Goober5000

    address feedback
 code/pilotfile/csg.cpp | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit 096218a
Author: Goober5000
Commit: Goober5000

    address feedback
 code/globalincs/pstypes.h        |  1 +
 code/math/vecmat.h               |  2 +-
 code/scripting/api/libs/base.cpp | 12 ++++++++----
 3 files changed, 10 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit fd7af0b
Author: JohnAFernandez
Commit: JohnAFernandez

    Move unsetting of Wep Cheat to Gamestate code
 code/hud/hudets.cpp               | 2 +-
 code/hud/hudets.h                 | 2 +-
 code/missionui/missiondebrief.cpp | 2 --
 code/ship/ship.cpp                | 4 ++--
 freespace2/freespace.cpp          | 5 +++++
 5 files changed, 9 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 0071fbd
Author: Goober5000
Commit: Goober5000

    add scripting function to create matrix from vectors
 code/scripting/api/libs/base.cpp | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

------------------------------------------------------------------------
commit a6f060e
Author: Baezon
Commit: Baezon

    clarity edits
 code/object/objectdock.cpp | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 34b04b1
Author: Baezon
Commit: Baezon

    PR review fixes
 code/object/objectdock.cpp | 30 +++++++++++++++---------------
 code/object/objectdock.h   |  2 +-
 code/physics/physics.cpp   | 25 +++++++++++++------------
 code/physics/physics.h     |  2 +-
 code/ship/shiphit.cpp      |  4 ++--
 5 files changed, 32 insertions(+), 31 deletions(-)

------------------------------------------------------------------------
commit 6e79088
Author: Baezon
Commit: Baezon

    more fix
 code/object/objectdock.h | 2 +-
 code/ship/shiphit.cpp    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit c49cf7f
Author: Baezon
Commit: Baezon

    bugfix
 code/object/objectdock.h | 2 +-
 code/physics/physics.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 06322bb
Author: Baezon
Commit: Baezon

    better names and const fix
 code/object/objectdock.cpp |  4 ++--
 code/physics/physics.cpp   | 12 ++++++------
 code/physics/physics.h     |  4 ++--
 code/ship/shiphit.cpp      |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 31fa2ac
Author: Goober5000
Commit: Goober5000

    cleanup of tech room, and scripting stuff
 code/hud/hudparse.cpp                   |   6 +-
 code/menuui/techmenu.cpp                |  12 +--
 code/menuui/techmenu.h                  |   3 +-
 code/parse/sexp.cpp                     |   7 +-
 code/pilotfile/csg.cpp                  |  90 ++++++++++++-------
 code/scripting/api/libs/mission.cpp     |   6 +-
 code/scripting/api/libs/tables.cpp      |  54 +++++++++--
 code/scripting/api/objs/event.cpp       |   4 +-
 code/scripting/api/objs/intelentry.cpp  | 154 ++++++++++++++++++++++++++++++++
 code/scripting/api/objs/intelentry.h    |  11 +++
 code/scripting/api/objs/model.cpp       |   4 +-
 code/scripting/api/objs/ship.cpp        |   6 +-
 code/scripting/api/objs/shipclass.cpp   |  33 ++++++-
 code/scripting/api/objs/shiptype.cpp    |   4 +-
 code/scripting/api/objs/species.cpp     |   6 +-
 code/scripting/api/objs/team.cpp        |   8 +-
 code/scripting/api/objs/weaponclass.cpp |  61 +++++++++----
 code/scripting/api/objs/wing.cpp        |   4 +-
 code/scripting/scripting.cpp            |   4 +-
 code/ship/ship.cpp                      |  12 +--
 code/source_groups.cmake                |   2 +
 code/weapon/weapons.cpp                 |   5 +-
 22 files changed, 401 insertions(+), 95 deletions(-)

------------------------------------------------------------------------
commit 1512e7c
Author: Baezon
Commit: Baezon

    moar bugfix
 code/physics/physics.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit e0e74c8
Author: Baezon
Commit: Baezon

    bugfix
 code/object/objectdock.cpp | 2 +-
 code/physics/physics.cpp   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit a5a41e8
Author: Baezon
Commit: Baezon

    Review adjustments
 code/object/objectdock.cpp | 48 +++++++++++++++++++++++++++-------------------
 code/physics/physics.cpp   | 19 +++++++++++++++++-
 code/physics/physics.h     |  1 +
 code/ship/shiphit.cpp      |  9 +++++----
 4 files changed, 52 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit abe17c7
Author: Baezon
Commit: Baezon

    comment fix
 code/physics/physics.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 17613e0
Author: Baezon
Commit: Baezon

    Only one whack
 code/object/objectdock.cpp | 110 +++++++++++++++++++++++++--------------------
 code/object/objectdock.h   |   2 +-
 code/physics/physics.cpp   |   6 +--
 code/ship/shiphit.cpp      |   4 +-
 4 files changed, 67 insertions(+), 55 deletions(-)

------------------------------------------------------------------------
commit b6f1cee
Author: Baezon
Commit: Baezon

    PR review changes
 code/object/objectdock.cpp | 9 ++++-----
 code/physics/physics.cpp   | 4 ++--
 2 files changed, 6 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit eb64241
Author: Baezon
Commit: Baezon

    Assert -> Assertion and made a bunch of them
 code/object/objectdock.cpp | 19 ++++++++++++-------
 code/physics/physics.cpp   |  3 +++
 code/ship/shiphit.cpp      |  2 ++
 3 files changed, 17 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 3178ef5
Author: Baezon
Commit: Baezon

    NULL -> nullptr
 code/object/objectdock.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 4741800
Author: Baezon
Commit: Baezon

    unused variable clean up
 code/object/objectdock.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 9b33685
Author: Baezon
Commit: Baezon

    Fix physics whack for docked ships
 code/object/objectdock.cpp               | 112 ++++++++++++++++++++++++++++++-
 code/object/objectdock.h                 |   9 ++-
 code/physics/physics.cpp                 |  46 +++++++++----
 code/physics/physics.h                   |   4 +-
 code/scripting/api/objs/physics_info.cpp |   3 +-
 code/ship/ship.cpp                       |   6 +-
 code/ship/shiphit.cpp                    |  33 ++-------
 7 files changed, 163 insertions(+), 50 deletions(-)

------------------------------------------------------------------------
commit 95690b1
Author: Taylor Richards
Commit: Taylor Richards

    properly update stats info in chat lobby
 code/network/multi_pxo.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

------------------------------------------------------------------------
commit 4f2765f
Author: Taylor Richards
Commit: Taylor Richards

    compensate for ignored pad value in stats struct size
 code/network/ptrack.cpp | 2 +-
 code/network/ptrack.h   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 899997d
Author: Taylor Richards
Commit: Taylor Richards

    fix sizing issues in stats conversion
 code/network/multi_fstracker.cpp | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)