Author Topic: Nightly: 19 February 2018 - Revision 66c0d27  (Read 836 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 19 February 2018 - Revision 66c0d27
Here is the nightly for 19 February 2018 - Revision 66c0d27



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit ac9547d
Author: MageKing17 <Mon Jan 29 11:46:20 2018 -0800>
Commit: MageKing17 <Sun Feb 18 13:13:18 2018 -0800>

    Make AI profile tables actually stop parsing if #End is missing.
 code/ai/ai_profiles.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6534c0a
Author: Fabian Woltermann <Sun Feb 18 22:12:29 2018 +0100>
Commit: Fabian Woltermann <Sun Feb 18 22:12:29 2018 +0100>

    Remove the -missile_lighting flag from the list of exported cmdline options
 code/cmdline/cmdline.cpp | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 2eea0a6
Author: asarium <Sun Feb 18 17:12:17 2018 +0100>
Commit: asarium <Sun Feb 18 17:12:17 2018 +0100>

    Add lua functions for accessing the current engine language
 code/scripting/api/libs/base.cpp | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

------------------------------------------------------------------------
commit 5ac2571
Author: Fabian Woltermann <Sat Feb 17 11:56:26 2018 +0100>
Commit: Fabian Woltermann <Sat Feb 17 11:56:26 2018 +0100>

    Clamp the lab camera's phi component to [0.01, 3.13] to avoid locking issues
 code/lab/lab.cpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 65941e2
Author: faceman <Wed Feb 14 11:04:54 2018 +1100>
Commit: faceman <Wed Feb 14 11:04:54 2018 +1100>

    forgot to specify that 0.0f is indeed a float
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 538adf1
Author: faceman <Wed Feb 14 11:00:34 2018 +1100>
Commit: faceman <Wed Feb 14 11:00:34 2018 +1100>

    Negative damages should not heal subsystems IMO
 code/ship/ship.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)