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 11, 2015, 05:56:44 am

Title: Nightly (Windows): 11 May 2015 - Revision 1fe476a
Post by: SirKnightly on May 11, 2015, 05:56:44 am
Here is the nightly for Windows on 11 May 2015 - Revision 1fe476a

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_20150511_1fe476a.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150511_1fe476a.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150511_1fe476a.md5)

Group: NO-SSE
fso_NO-SSE_20150511_1fe476a.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150511_1fe476a.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150511_1fe476a.md5)

Group: AVX
fso_AVX_20150511_1fe476a.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150511_1fe476a.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150511_1fe476a.md5)

Group: SSE
fso_SSE_20150511_1fe476a.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150511_1fe476a.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150511_1fe476a.md5)

Code: [Select]
------------------------------------------------------------------------
commit aa6936a
Author: asarium <Thu May 7 18:27:48 2015 +0200>
Commit: asarium <Thu May 7 18:27:48 2015 +0200>

    From LotF: Fix for Mantis 3134
 code/io/keycontrol.cpp | 128 +++++++++++++++++++++++++++++++------------------
 1 file changed, 82 insertions(+), 46 deletions(-)


Title: Re: Nightly (Windows): 11 May 2015 - Revision 1fe476a
Post by: Luis Dias on May 11, 2015, 11:41:27 am
Oh... I miss the decimal revision number. How do these git revision numbers work anyway?
Title: Re: Nightly (Windows): 11 May 2015 - Revision 1fe476a
Post by: The E on May 11, 2015, 11:55:28 am
Git assigns SHA-1 hashes to each revision.
Title: Re: Nightly (Windows): 11 May 2015 - Revision 1fe476a
Post by: AdmiralRalwood on May 11, 2015, 02:49:20 pm
For a quick way to tell which revision is newer than which, just look at the date (these nightlies use that as their "revision number" so it'll show up in debug logs and suchlike, e.g. "3.7.3.20150511").