Author Topic: Nightly: 27 July 2020 - Revision bc4c9f6  (Read 2002 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 27 July 2020 - Revision bc4c9f6
Here is the nightly for 27 July 2020 - Revision bc4c9f6



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 530f3e2
Author: Tyler Blount
Commit: Tyler Blount

    Bump Multiplayer Version
 code/network/multi.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit f03f97b
Author: Tyler Blount
Commit: Tyler Blount

    Fix Travis CI errors
 code/hud/hudlock.cpp    | 4 ++--
 code/ship/ship.cpp      | 4 ++--
 code/weapon/weapons.cpp | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit c749f41
Author: Tyler Blount
Commit: Tyler Blount

    Fix incorrect capitalization for Ships_inited variable
 code/weapon/weapons.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 02249c5
Author: Tyler Blount
Commit: Tyler Blount

    Don't reset target restrictions during table load
 code/weapon/weapons.cpp | 3 ---
 1 file changed, 3 deletions(-)

------------------------------------------------------------------------
commit f64e039
Author: Tyler Blount
Commit: Tyler Blount

    Remove unneeded code and some style changes
 code/ship/ship.cpp      | 27 ++++-----------------------
 code/weapon/weapons.cpp | 10 ----------
 2 files changed, 4 insertions(+), 33 deletions(-)

------------------------------------------------------------------------
commit b969b45
Author: Tyler Blount
Commit: Tyler Blount

    Correctly implement fixes from #73
 code/hud/hudlock.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 9dbdf06
Author: Tyler Blount
Commit: Tyler Blount

    CI and Lock fixes
 code/hud/hudlock.cpp    | 74 ++++++++++++++++++++++++-------------------------
 code/ship/ship.cpp      | 12 ++++----
 code/ship/ship.h        |  4 +--
 code/weapon/weapons.cpp | 23 +++++++--------
 4 files changed, 54 insertions(+), 59 deletions(-)

------------------------------------------------------------------------
commit eaac6cc
Author: Tyler Blount
Commit: Tyler Blount

    Use correct comparison
 code/ship/ship.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 4bdded6
Author: Tyler Blount
Commit: Tyler Blount

    Fix some CI errors
 code/hud/hudlock.cpp | 6 +++---
 code/ship/ship.cpp   | 8 ++------
 2 files changed, 5 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 25f0f3f
Author: Tyler Blount
Commit: Tyler Blount

    Finally fix no dumbfire
 code/ship/ship.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 8413da3
Author: Tyler Blount
Commit: Tyler Blount

    Perhaps this works?
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit a283b93
Author: Tyler Blount
Commit: Tyler Blount

    No Dumbfire fix
 code/hud/hudlock.cpp    | 16 +++++++---------
 code/ship/ship.cpp      | 19 +++++++++++++++----
 code/weapon/weapons.cpp | 30 +++++++++++++++---------------
 3 files changed, 37 insertions(+), 28 deletions(-)

------------------------------------------------------------------------
commit f089404
Author: Tyler Blount
Commit: Tyler Blount

    More fixes
 code/hud/hudlock.cpp    | 20 +++++++++++++-------
 code/ship/ship.cpp      | 36 ++++++++++--------------------------
 code/ship/ship.h        |  2 +-
 code/weapon/weapons.cpp | 29 ++++++++++++++++-------------
 4 files changed, 40 insertions(+), 47 deletions(-)

------------------------------------------------------------------------
commit 2610bc6
Author: Tyler Blount
Commit: Tyler Blount

    Lost fixes
 code/hud/hudlock.cpp |  2 ++
 code/hud/hudlock.h   |  2 +-
 code/ship/ship.cpp   | 40 +++++++++++++++++++++-------------------
 3 files changed, 24 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 32c38e6
Author: Swifty
Commit: Tyler Blount

    Initial commit of multilock missile features.
 code/hud/hudlock.cpp    | 1137 ++++++++++++++++++++++++++++++++++++++++++++---
 code/hud/hudlock.h      |    5 +-
 code/hud/hudtarget.cpp  |    3 +-
 code/object/object.cpp  |    8 +-
 code/ship/ship.cpp      |  222 ++++++++-
 code/ship/ship.h        |   46 ++
 code/ship/ship_flags.h  |    1 +
 code/weapon/weapon.h    |   31 +-
 code/weapon/weapons.cpp |  117 +++++
 9 files changed, 1495 insertions(+), 75 deletions(-)

------------------------------------------------------------------------
commit 7f47132
Author: Goober5000
Commit: Goober5000

    add OTF fonts
 code/cfile/cfile.cpp     | 2 +-
 code/scpui/rocket_ui.cpp | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 22a3d57
Author: Baezon
Commit: Baezon

    add recoil to clone and move
 code/ship/ship.cpp | 2 ++
 1 file changed, 2 insertions(+)