Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 10, 2013, 06:10:33 am
-
Here is the nightly for Windows on 10 Oct 2013 - Revision 9924
Group: Standard
fso-WIN-Standard-20131010_r9924.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20131010_r9924.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20131010_r9924.md5)
Group: NO-SSE
fso-WIN-NO-SSE-20131010_r9924.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20131010_r9924.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20131010_r9924.md5)
Group: SSE
fso-WIN-SSE-20131010_r9924.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20131010_r9924.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20131010_r9924.md5)
------------------------------------------------------------------------
r9920 | niffiwan | 2013-10-09 05:04:14 -0500 (Wed, 09 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/starfield/starfield.cpp
Coverity 1093367: logical vs bitwise operator in stars_draw_background()
------------------------------------------------------------------------
r9921 | niffiwan | 2013-10-09 05:09:56 -0500 (Wed, 09 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/shiphit.cpp
remove gcc warnings [-Wshadow] in ship/shiphit.cpp
------------------------------------------------------------------------
r9922 | niffiwan | 2013-10-09 05:22:56 -0500 (Wed, 09 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/shiphit.cpp
remove gcc warnings [-Wunused-but-set-variable] in ship/shiphit.cpp
------------------------------------------------------------------------
r9923 | m_m | 2013-10-10 04:34:04 -0500 (Thu, 10 Oct 2013) | 7 lines
Changed paths:
M /trunk/fs2_open/code/hud/hudets.cpp
M /trunk/fs2_open/code/hud/hudets.h
M /trunk/fs2_open/code/parse/lua.cpp
Some new scripting functions as requested by Axem:
Access to the CargoSize of a weapon class
Access to the AltName of a ship class
Access to the actual capacity of a weapon bank
Access to the callsign of a ship
Access to the alternate ship type of a ship
Access to the maximum velocity of a ship with respect to its engine energy level
------------------------------------------------------------------------
r9924 | niffiwan | 2013-10-10 04:38:28 -0500 (Thu, 10 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/lua.cpp
From Admiral MS: Add a scripting function to check if a ship is in the field of view of a turret.
------------------------------------------------------------------------