Author Topic: Nightly: 22 February 2017 - Revision d96295e  (Read 807 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 22 February 2017 - Revision d96295e
Here is the nightly for 22 February 2017 - Revision d96295e



Group: Linux
nightly_20170222_d96295e-builds-Linux.tar.gz
SHA1: adb5f54580543d41cbb0aecbafcb396a3d5a018e


Group: MacOSX
nightly_20170222_d96295e-builds-MacOSX.tar.gz
SHA1: 3f05c458491bf8018562456379fc513681bae1c9


Group: Win32
nightly_20170222_d96295e-builds-Win32.zip
SHA1: dcd5476ddd8ada4620eedd517b739246173cf22a


Group: Win64
nightly_20170222_d96295e-builds-Win64.zip
SHA1: 94255f2a96cb44804a458f8faac589f2f15b2b69


Code: [Select]
------------------------------------------------------------------------
commit 47aa9a6
Author: Fabian Woltermann <Wed Feb 22 12:32:18 2017 +0100>
Commit: Fabian Woltermann <Wed Feb 22 12:32:18 2017 +0100>

    Make script-eval return SEXP_TRUE so that it behaves as expected when used in an event without a when conditional
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0af2736
Author: Fabian Woltermann <Wed Feb 22 01:20:35 2017 +0100>
Commit: MageKing17 <Tue Feb 21 16:20:35 2017 -0800>

    Load the Fire particle animations (#1251)
 code/particle/particle.cpp | 5 +++++
 1 file changed, 5 insertions(+)

------------------------------------------------------------------------
commit df01822
Author: asarium <Tue Feb 21 18:25:38 2017 +0100>
Commit: asarium <Tue Feb 21 21:56:45 2017 +0100>

    Use the correct variables in MacOSX Info.plist
 freespace2/resources.cmake             |  5 ++++-
 freespace2/resources/mac/Info.plist    | 32 --------------------------------
 freespace2/resources/mac/Info.plist.in | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 33 deletions(-)

------------------------------------------------------------------------
commit e71b962
Author: asarium <Mon Feb 20 11:58:40 2017 +0100>
Commit: asarium <Mon Feb 20 11:59:02 2017 +0100>

    Fix assertion in debug window when width is too low
 code/osapi/DebugWindow.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 77a71f3
Author: MageKing17 <Sun Feb 19 14:56:53 2017 -0800>
Commit: MageKing17 <Sun Feb 19 14:56:53 2017 -0800>

    Make debris from a ship use the ship class's alt name, if specified.
 code/hud/hudtargetbox.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0b6a8c1
Author: MageKing17 <Sun Feb 19 14:54:01 2017 -0800>
Commit: MageKing17 <Sun Feb 19 14:54:01 2017 -0800>

    Clear the player's variable vector in init_new_pilot() if reset is true.
 code/playerman/managepilot.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 5bf2b95
Author: asarium <Sat Feb 18 19:33:44 2017 +0100>
Commit: asarium <Sat Feb 18 19:33:44 2017 +0100>

    Copy all relevant values in the LuaFunction copy-constructor
 code/gamesequence/gamesequence.cpp |  6 ------
 code/gamesequence/gamesequence.h   |  1 -
 code/scripting/lua/LuaFunction.cpp |  2 +-
 code/scripting/scripting.cpp       |  7 -------
 code/scripting/scripting.h         | 13 +------------
 5 files changed, 2 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit e218c39
Author: vazor <Sat Feb 18 11:01:57 2017 -0700>
Commit: vazor <Sat Feb 18 11:01:57 2017 -0700>

    formatting update
 Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8c79033
Author: vazor <Mon Jan 2 20:24:18 2017 -0700>
Commit: vazor <Sat Feb 18 10:46:32 2017 -0700>

    added note to readme that would have saved me some time, minor typo fix
 Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 15af2bb
Author: asarium <Sat Feb 18 16:54:58 2017 +0100>
Commit: asarium <Sat Feb 18 16:54:58 2017 +0100>

    Fix standalone timer overflow
 code/io/timer.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7f73d35
Author: asarium <Thu Feb 16 19:16:56 2017 +0100>
Commit: asarium <Thu Feb 16 19:16:56 2017 +0100>

    Add a sensible version constraint for FFmpeg
 lib/FFmpeg.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 900218e
Author: asarium <Wed Feb 15 19:29:09 2017 +0100>
Commit: asarium <Wed Feb 15 19:29:09 2017 +0100>

    Render all damage elements of the damage HUD gauge
 code/hud/hud.cpp | 169 ++++++++++++++++++++++++++++++++++++-------------------
 code/hud/hud.h   |  20 ++++++-
 2 files changed, 129 insertions(+), 60 deletions(-)