Author Topic: Nightly (Windows): 06 Dec 2015 - Revision a7bf7c6  (Read 683 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 06 Dec 2015 - Revision a7bf7c6
Here is the nightly for Windows on 06 Dec 2015 - Revision a7bf7c6

Open non-feature issues in Mantis: 123

Group: AVX
fso_AVX_20151206_a7bf7c6.7z
MD5Sum

Group: Standard
fso_Standard_20151206_a7bf7c6.7z
MD5Sum

Group: SSE
fso_SSE_20151206_a7bf7c6.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20151206_a7bf7c6.7z
MD5Sum

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(-)