Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 09, 2015, 05:57:54 am
-
Here is the nightly for Windows on 09 May 2015 - Revision c85904b
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 124
Group: Standard
fso_Standard_20150509_c85904b.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150509_c85904b.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150509_c85904b.md5)
Group: NO-SSE
fso_NO-SSE_20150509_c85904b.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150509_c85904b.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150509_c85904b.md5)
Group: AVX
fso_AVX_20150509_c85904b.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150509_c85904b.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150509_c85904b.md5)
Group: SSE
fso_SSE_20150509_c85904b.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150509_c85904b.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150509_c85904b.md5)
------------------------------------------------------------------------
commit d69b7d7
Author: niffiwan <Sat May 9 18:27:20 2015 +1000>
Commit: niffiwan <Sat May 9 18:27:20 2015 +1000>
Add newline to Assertion msg
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 93a5d82
Author: niffiwan <Sat May 9 17:08:21 2015 +1000>
Commit: niffiwan <Sat May 9 17:08:21 2015 +1000>
Fix Coverity 1093714: Negative array index read
code/parse/sexp.cpp | 2 ++
1 file changed, 2 insertions(+)
------------------------------------------------------------------------
commit 96cbfb1
Author: SamuelCho <Fri May 8 20:20:29 2015 -0700>
Commit: SamuelCho <Fri May 8 20:20:29 2015 -0700>
#include <algorithm> to get faster index buffer generation working on Linux.
code/graphics/2d.cpp | 1 +
1 file changed, 1 insertion(+)
------------------------------------------------------------------------
commit 290d25d
Author: MageKing17 <Fri May 8 16:13:35 2015 -0700>
Commit: MageKing17 <Fri May 8 16:13:35 2015 -0700>
Fix typo in eval_not.
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 9ef7aa2
Author: MageKing17 <Fri May 8 16:09:37 2015 -0700>
Commit: MageKing17 <Fri May 8 16:09:37 2015 -0700>
Fix random-multiple-of.
code/parse/sexp.cpp | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit ce853a5
Author: Lari Nieminen <Fri May 8 01:20:58 2015 +0300>
Commit: Lari Nieminen <Fri May 8 01:20:58 2015 +0300>
Added a "Show Destroyed Subsystems" flag to ship lab for viewing -destroyed submodels.
code/lab/lab.cpp | 9 +++++++++
1 file changed, 9 insertions(+)
------------------------------------------------------------------------
commit 60a5a6b
Author: Swifty <Wed May 6 12:27:50 2015 -0700>
Commit: Samuel Cho <Thu May 7 09:46:58 2015 -0700>
Removal of IBX file code and related command-line options.
code/cmdline/cmdline.cpp | 7 ---
code/cmdline/cmdline.h | 1 -
code/graphics/2d.cpp | 2 +-
code/model/model.h | 10 -----
code/model/modelinterp.cpp | 103 +++------------------------------------------
code/model/modelread.cpp | 97 ------------------------------------------
6 files changed, 7 insertions(+), 213 deletions(-)
------------------------------------------------------------------------
commit 5a68f6d
Author: Swifty <Tue May 5 19:08:41 2015 -0700>
Commit: Samuel Cho <Thu May 7 09:46:57 2015 -0700>
Greatly increase the generation speed of index buffers.
code/graphics/2d.cpp | 136 ++++++++++++++++++++++++++++++++++++++++++++-
code/graphics/2d.h | 25 +++++++--
code/model/modelinterp.cpp | 2 +-
3 files changed, 155 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit 7cf5a3e
Author: Swifty <Wed May 6 12:27:50 2015 -0700>
Commit: Swifty <Wed May 6 12:27:50 2015 -0700>
Removal of IBX file code and related command-line options.
code/cmdline/cmdline.cpp | 7 ---
code/cmdline/cmdline.h | 1 -
code/graphics/2d.cpp | 2 +-
code/model/model.h | 10 -----
code/model/modelinterp.cpp | 103 +++------------------------------------------
code/model/modelread.cpp | 97 ------------------------------------------
6 files changed, 7 insertions(+), 213 deletions(-)
------------------------------------------------------------------------
commit 47c2aa0
Author: Swifty <Tue May 5 19:08:41 2015 -0700>
Commit: Swifty <Tue May 5 19:08:41 2015 -0700>
Greatly increase the generation speed of index buffers.
code/graphics/2d.cpp | 136 ++++++++++++++++++++++++++++++++++++++++++++-
code/graphics/2d.h | 25 +++++++--
code/model/modelinterp.cpp | 2 +-
3 files changed, 155 insertions(+), 8 deletions(-)
-
So long, BX files, and thanks for all the fish :)
-
I know it doesn't matter, but how come the changes were committed twice?
-
I know it doesn't matter, but how come the changes were committed twice?
It has to do with how Swifty did the commits on his branch, which was then merged with master.
-
I think there might have even been a revert and a re-application of the patch in the history, but the revert might have been hidden with --no-merges or something. I may remove that flag, since the Pull Requests always generate merge commits and actually make the current branch hash line up with the last commit in the log.