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 08, 2015, 05:55:33 am
-
Here is the nightly for Windows on 08 May 2015 - Revision 77ee6f1
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_20150508_77ee6f1.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150508_77ee6f1.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150508_77ee6f1.md5)
Group: NO-SSE
fso_NO-SSE_20150508_77ee6f1.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150508_77ee6f1.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150508_77ee6f1.md5)
Group: AVX
fso_AVX_20150508_77ee6f1.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150508_77ee6f1.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150508_77ee6f1.md5)
Group: SSE
fso_SSE_20150508_77ee6f1.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150508_77ee6f1.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150508_77ee6f1.md5)
------------------------------------------------------------------------
commit 88a85e4
Author: asarium <Fri May 8 08:48:17 2015 +0200>
Commit: asarium <Fri May 8 08:48:17 2015 +0200>
Improve gamesnd modular parsing
code/gamesnd/gamesnd.cpp | 97 ++++++++++++++---------
code/parse/parselo.cpp | 200 +++++++++++++++++++++++------------------------
code/parse/parselo.h | 12 +--
3 files changed, 167 insertions(+), 142 deletions(-)
------------------------------------------------------------------------
commit 48206c3
Author: asarium <Thu May 7 22:41:22 2015 +0200>
Commit: asarium <Thu May 7 22:41:22 2015 +0200>
Update .gitignore to include voice recognition files
.gitignore | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit dd9f9ed
Author: Swifty <Tue May 5 20:41:05 2015 -0700>
Commit: Swifty <Tue May 5 20:41:05 2015 -0700>
Improved profiling code to have a timing resolution of microseconds instead of milliseconds.
code/freespace2/freespace.cpp | 2 +-
code/globalincs/profiling.cpp | 153 +++++++++++++++++++++++++++++-------------
code/globalincs/pstypes.h | 36 ----------
code/globalincs/systemvars.h | 57 ++++++++++++++++
code/io/timer.cpp | 55 ++++++++++++++-
code/io/timer.h | 1 +
6 files changed, 218 insertions(+), 86 deletions(-)