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 06, 2016, 05:48:07 am
-
Here is the nightly for Windows on 06 Feb 2016 - Revision 4e9f5dc
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 124
Group: AVX
fso_AVX_20160206_4e9f5dc.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20160206_4e9f5dc.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20160206_4e9f5dc.md5)
Group: NO-SSE
fso_NO-SSE_20160206_4e9f5dc.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20160206_4e9f5dc.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20160206_4e9f5dc.md5)
Group: SSE
fso_SSE_20160206_4e9f5dc.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20160206_4e9f5dc.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20160206_4e9f5dc.md5)
Group: Standard
fso_Standard_20160206_4e9f5dc.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20160206_4e9f5dc.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20160206_4e9f5dc.md5)
------------------------------------------------------------------------
commit df41bbe
Author: Goober5000 <Fri Feb 5 12:40:55 2016 -0500>
Commit: Goober5000 <Fri Feb 5 12:40:55 2016 -0500>
refactor of dumb_rotation to intrinsic_rotation
code/asteroid/asteroid.cpp | 2 +-
code/model/model.h | 19 ++++-----
code/model/modelread.cpp | 98 +++++++++++++++++++++-----------------------
code/model/modelrender.cpp | 4 +-
code/object/object.cpp | 6 +--
code/ship/ship.cpp | 4 +-
code/ship/shipfx.cpp | 5 ++-
code/starfield/starfield.cpp | 2 +-
code/weapon/weapon.h | 2 +-
code/weapon/weapons.cpp | 4 +-
10 files changed, 71 insertions(+), 75 deletions(-)