Author Topic: Nightly: 02 December 2019 - Revision 383b3b7  (Read 874 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 December 2019 - Revision 383b3b7
Here is the nightly for 02 December 2019 - Revision 383b3b7



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 10150c0
Author: wookieejedi
Commit: wookieejedi

    fix int return
 code/scripting/scripting.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 674b6cd
Author: wookieejedi
Commit: wookieejedi

    Adds valid scripting state checks to functions that it was missing in
 code/ai/aigoals.cpp          | 9 +++------
 code/scripting/scripting.cpp | 8 ++++++++
 2 files changed, 11 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit d271e33
Author: wookieejedi
Commit: wookieejedi

    Fix fred not working
 code/ai/aigoals.cpp | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 1a8dcb1
Author: Goober5000
Commit: Goober5000

    maybe this instead
 code/lab/lab.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 821f90c
Author: Goober5000
Commit: Goober5000

    add explicit cast to fix CI warning
 code/lab/lab.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2d7c4de
Author: Goober5000
Commit: Goober5000

    set Shadow_quality to default value
 code/graphics/shadows.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit bd5fef4
Author: Goober5000
Commit: Goober5000

    actually, there is one case where we still need to reset the tech db
 code/menuui/readyroom.cpp | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 1b533d5
Author: Goober5000
Commit: Goober5000

    don't restart if we are switching to a previously finished campaign
 code/menuui/readyroom.cpp        | 31 ++++++-------------------------
 code/mission/missioncampaign.cpp |  2 ++
 2 files changed, 8 insertions(+), 25 deletions(-)