Author Topic: Nightly: 03 June 2020 - Revision 4b49f49  (Read 827 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 03 June 2020 - Revision 4b49f49
Here is the nightly for 03 June 2020 - Revision 4b49f49



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 37bf779
Author: Tyler Blount
Commit: Tyler Blount

    Remove unused variable
 code/model/modelrender.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 28fd52a
Author: Tyler Blount
Commit: Tyler Blount

    Change tertiary thruster depth
 code/model/modelrender.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit dd2e01d
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Also make sure that weapon thrusters work
 code/lab/lab.cpp | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit e566dc2
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Switch on the physics system when displaying thrusters
 code/lab/lab.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit ff3939b
Author: Goober5000
Commit: Goober5000

    add a couple things to bump the CI build
 code/parse/sexp.cpp | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 80f0663
Author: Goober5000
Commit: Goober5000

    shut up, clang
 code/network/multi_sexp.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit ed53608
Author: Goober5000
Commit: Goober5000

    add back the send_ship(shipnum) funcion, and also add the sim-hull fix
 code/network/multi_sexp.cpp |  5 +++++
 code/network/multi_sexp.h   |  1 +
 code/parse/sexp.cpp         | 22 +++++++++++-----------
 3 files changed, 17 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 6354e5d
Author: Goober5000
Commit: Goober5000

    add non-sexp.cpp (and minimal sexp.cpp changes) from overhaul wip
 code/ai/ai.h                  |  2 +-
 code/ai/aicode.cpp            |  2 +-
 code/ai/aigoals.cpp           | 14 ++-----
 code/ai/aigoals.h             |  6 +--
 code/autopilot/autopilot.cpp  |  4 +-
 code/mission/missionparse.cpp |  6 +--
 code/network/multi_sexp.cpp   | 85 ++++++++++++++++++++++++++++++++++++------
 code/network/multi_sexp.h     | 53 ++++++++++++++++++++------
 code/parse/sexp.cpp           | 87 ++++++++++++++++++++++++++++++-------------
 code/parse/sexp.h             | 11 ++++++
 code/parse/sexp/LuaSEXP.cpp   | 17 ++++-----
 code/ship/ship.cpp            | 36 +++++++++++-------
 code/ship/ship.h              | 12 ++++--
 code/ship/shiphit.cpp         | 20 +++++-----
 code/ship/shiphit.h           |  2 +-
 15 files changed, 252 insertions(+), 105 deletions(-)

------------------------------------------------------------------------
commit e47540b
Author: Goober5000
Commit: Goober5000

    deal with shadowed declaration
 code/parse/sexp.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 289664d
Author: Goober5000
Commit: Goober5000

    consolidate several sexps related to beams and turrets
 code/parse/sexp.cpp | 529 +++++++++++++---------------------------------------
 1 file changed, 125 insertions(+), 404 deletions(-)