Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 02, 2015, 12:29:51 pm
-
Here is the nightly for Windows on 02 Jul 2015 - Revision 2434365
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 123
Group: Standard
fso_Standard_20150702_2434365.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150702_2434365.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150702_2434365.md5)
Group: NO-SSE
fso_NO-SSE_20150702_2434365.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150702_2434365.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150702_2434365.md5)
Group: AVX
fso_AVX_20150702_2434365.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150702_2434365.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150702_2434365.md5)
Group: SSE
fso_SSE_20150702_2434365.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150702_2434365.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150702_2434365.md5)
------------------------------------------------------------------------
commit 6e0f9c1
Author: Cliff Gordon <Mon Jun 29 16:51:49 2015 -0500>
Commit: Cliff Gordon <Mon Jun 29 16:51:49 2015 -0500>
[fix/nat_multiplayer] Simplify the new psnet check.
code/network/psnet2.cpp | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
------------------------------------------------------------------------
commit 5311ea4
Author: Cliff Gordon <Wed May 6 14:59:45 2015 -0500>
Commit: Cliff Gordon <Mon Jun 29 16:50:06 2015 -0500>
[fix/nat_multiplayer] Vestigare's submitted patch for allowing multiple users behind a NAT to connect to a remote standalone.
code/network/multi.cpp | 7 +++++--
code/network/psnet2.cpp | 9 ++++++++-
2 files changed, 13 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 7a59192
Author: Peter Mitsis <Sun Jun 28 08:08:36 2015 -0400>
Commit: Peter Mitsis <Sun Jun 28 09:09:26 2015 -0400>
More application of static and const keywords
code/math/fvi.cpp | 26 +++++++++++++-------------
code/math/fvi.h | 4 ++--
2 files changed, 15 insertions(+), 15 deletions(-)
------------------------------------------------------------------------
commit ca07a42
Author: Peter Mitsis <Sun Jun 28 07:20:34 2015 -0400>
Commit: Peter Mitsis <Sun Jun 28 07:20:34 2015 -0400>
Revert "Remove nine unused routines from math/fvi module"
code/math/fvi.cpp | 346 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
code/math/fvi.h | 11 ++
2 files changed, 357 insertions(+)
------------------------------------------------------------------------
commit 3cb0c72
Author: Peter Mitsis <Sun Jun 21 07:24:03 2015 -0400>
Commit: Peter Mitsis <Thu Jun 25 07:51:53 2015 -0400>
Apply static and const keywords to math/fvi module
code/math/fvi.cpp | 29 +++++++++++++++--------------
code/math/fvi.h | 22 +++++++++++-----------
2 files changed, 26 insertions(+), 25 deletions(-)
------------------------------------------------------------------------
commit 8cdabf6
Author: Peter Mitsis <Sun Jun 21 07:32:01 2015 -0400>
Commit: Peter Mitsis <Thu Jun 25 07:03:59 2015 -0400>
Remove nine unused routines from math/fvi module
code/math/fvi.cpp | 347 ------------------------------------------------------
code/math/fvi.h | 11 --
2 files changed, 358 deletions(-)