Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 23, 2016, 05:37:40 am
-
Here is the nightly for Windows on 23 Feb 2016 - Revision 4c23cd0
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_20160223_4c23cd0.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20160223_4c23cd0.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20160223_4c23cd0.md5)
Group: AVX
fso_AVX_20160223_4c23cd0.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20160223_4c23cd0.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20160223_4c23cd0.md5)
Group: SSE
fso_SSE_20160223_4c23cd0.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20160223_4c23cd0.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20160223_4c23cd0.md5)
Group: NO-SSE
fso_NO-SSE_20160223_4c23cd0.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20160223_4c23cd0.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20160223_4c23cd0.md5)
------------------------------------------------------------------------
commit 564fc9a
Author: asarium <Mon Feb 22 12:11:44 2016 +0100>
Commit: asarium <Mon Feb 22 12:11:44 2016 +0100>
Update commend to match updated code
code/bmpman/bmpman.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 688c514
Author: asarium <Mon Feb 22 12:10:46 2016 +0100>
Commit: asarium <Mon Feb 22 12:10:46 2016 +0100>
Actually dump opened files to log file
code/cfile/cfile.cpp | 1 +
1 file changed, 1 insertion(+)
------------------------------------------------------------------------
commit acc5739
Author: niffiwan <Fri Feb 19 21:10:06 2016 +1000>
Commit: niffiwan <Mon Feb 22 18:49:57 2016 +1000>
Add debug console command: bm_used
code/bmpman/bmpman.cpp | 99 +++++++++++++++++++++++++++++++++++++++++++
code/globalincs/version.cpp | 2 -
code/globalincs/vmallocator.h | 1 +
3 files changed, 100 insertions(+), 2 deletions(-)