Author Topic: Nightly: 16 November 2020 - Revision bee6c04c2  (Read 679 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 16 November 2020 - Revision bee6c04c2
Here is the nightly for 16 November 2020 - Revision bee6c04c2

At least one of the nightly builds failed!

Code: [Select]
------------------------------------------------------------------------
commit cad56bd53
Author: Taylor Richards
Commit: Taylor Richards

    call common_select_init() before cutscenes where needed
 code/missionui/fictionviewer.cpp   | 8 --------
 code/missionui/missioncmdbrief.cpp | 8 --------
 code/missionui/redalert.cpp        | 8 --------
 freespace2/freespace.cpp           | 9 +++++++++
 4 files changed, 9 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit 18bf11b71
Author: Baezon
Commit: Baezon

    yes really just a whitespace change because travis hates me
 code/weapon/trails.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 32583f721
Author: Goober5000
Commit: Goober5000

    don't access invalid memory if the shipnum is -1
 code/mission/missionmessage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit d4c5693e9
Author: Baezon
Commit: Baezon

    fix animation
 code/model/modelanim.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8dba8f612
Author: Baezon
Commit: Baezon

    better comment
 code/weapon/trails.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 89c1610ad
Author: Baezon
Commit: Baezon

    better names
 code/ship/afterburner.cpp | 12 ++++++------
 code/ship/ship.cpp        | 30 +++++++++++++++---------------
 code/ship/ship.h          |  6 +++---
 3 files changed, 24 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit d4ac06fe8
Author: Baezon
Commit: Baezon

    comment for trail_add_segment and use vm_vec_zero
 code/weapon/trails.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit ec39f6c43
Author: Baezon
Commit: Baezon

    mandatory orient
 code/weapon/trails.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit e321b0c72
Author: Baezon
Commit: Baezon

    comment mistake
 code/weapon/trails.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 048ee1326
Author: Baezon
Commit: Baezon

    implement trail "spread"
 code/ship/ship.cpp          | 14 ++++++++++++++
 code/ship/ship.h            |  1 +
 code/ship/shipcontrails.cpp | 10 +++++-----
 code/weapon/corkscrew.cpp   |  2 +-
 code/weapon/trails.cpp      |  9 ++++++++-
 code/weapon/trails.h        |  5 ++++-
 code/weapon/weapons.cpp     | 10 +++++++---
 7 files changed, 40 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit a4a281a0b
Author: Baezon
Commit: Baezon

    move setting of flag
 code/ship/afterburner.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 23f806234
Author: Baezon
Commit: Baezon

    add some afterburner fields
 code/ship/afterburner.cpp | 39 ++++++++++++++++++++++++++++++++-------
 code/ship/ship.cpp        | 27 +++++++++++++++++++++++++++
 code/ship/ship.h          |  7 ++++++-
 code/ship/ship_flags.h    |  1 +
 4 files changed, 66 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 33805f1e3
Author: Baezon
Commit: Baezon

    travis
 code/weapon/corkscrew.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 64fa75d53
Author: Baezon
Commit: Baezon

    fix lssm trails
 code/weapon/corkscrew.cpp |  2 +-
 code/weapon/weapons.cpp   | 33 ++++++++++++++++++++++++++++++---
 2 files changed, 31 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 729d515ea
Author: Baezon
Commit: Baezon

    no pspew under lssm 3
 code/weapon/weapons.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)