Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 06, 2015, 05:17:00 am

Title: Nightly (FreeBSD): 06 Dec 2015 - Revision a7bf7c6
Post by: SirKnightly on December 06, 2015, 05:17:00 am
Here is the nightly for FreeBSD on 06 Dec 2015 - Revision a7bf7c6

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_20151206_a7bf7c6.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20151206_a7bf7c6.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20151206_a7bf7c6.md5)

Code: [Select]
------------------------------------------------------------------------
commit 81676b7
Author: Goober5000 <Sat Dec 5 14:25:28 2015 -0500>
Commit: Goober5000 <Sat Dec 5 14:25:28 2015 -0500>

    a few tweaks from the PR... a) remove redundant (shadowing) polymodel *pm declaration b) end Warnings with \n c) remove no-longer-needed Asserts (they are handled by the Error check above)
 code/model/modelinterp.cpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit e1e188a
Author: Goober5000 <Sat Dec 5 13:02:27 2015 -0500>
Commit: Goober5000 <Sat Dec 5 13:02:27 2015 -0500>

    use the entire range of RAND_MAX, not the range divided by 32
 code/model/modelinterp.cpp | 35 +++++++++++++++++++++++++++++++----
 1 file changed, 31 insertions(+), 4 deletions(-)