Here is the nightly for OS X on 07 Dec 2015 - Revision fa57ea3
Open non-feature issues in
Mantis: 123
Group: Standard
fso_Standard_20151207_fa57ea3.tgzMD5Sum------------------------------------------------------------------------
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(-)
------------------------------------------------------------------------
commit 661678f
Author: asarium <Wed Dec 2 16:59:54 2015 +0100>
Commit: asarium <Wed Dec 2 17:07:53 2015 +0100>
Fix an issue identified by MageKing17
code/menuui/playermenu.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 94ca297
Author: asarium <Sun Nov 15 22:51:00 2015 +0100>
Commit: asarium <Wed Dec 2 17:03:54 2015 +0100>
Quit when the end of the mission is reached
code/cmdline/cmdline.cpp | 2 +-
code/freespace2/freespace.cpp | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 20f84c1
Author: asarium <Sun Nov 15 19:23:25 2015 +0100>
Commit: asarium <Wed Dec 2 17:03:54 2015 +0100>
When benchmarking automatically accept pilot screen
code/menuui/playermenu.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 5f62209
Author: asarium <Sun Nov 15 19:22:11 2015 +0100>
Commit: asarium <Wed Dec 2 17:03:54 2015 +0100>
Add commandline option for benchmarking
code/cmdline/cmdline.cpp | 9 +++++++++
code/cmdline/cmdline.h | 1 +
2 files changed, 10 insertions(+)
------------------------------------------------------------------------
commit 764e177
Author: Cliff Gordon <Tue Dec 1 15:24:32 2015 -0600>
Commit: Cliff Gordon <Tue Dec 1 20:56:10 2015 -0600>
Remove the -Wno-unused-function hider. Should be able to fix these with this method if any more crop up on Linux.
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit ea549ab
Author: Cliff Gordon <Tue Dec 1 20:56:06 2015 -0600>
Commit: Cliff Gordon <Tue Dec 1 20:56:06 2015 -0600>
[fix/292_unused_functions] Mark rotate_z and accurate_square_root as unused. Last part of the issues in #292.
code/math/fvi.cpp | 2 +-
code/math/vecmat.cpp | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)