Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 20, 2013, 06:09:31 am

Title: Nightly (Windows): 20 Nov 2013 - Revision 10129
Post by: SirKnightly on November 20, 2013, 06:09:31 am
Here is the nightly for Windows on 20 Nov 2013 - Revision 10129

Group: NO-SSE
fso-WIN-NO-SSE-20131120_r10129.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20131120_r10129.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20131120_r10129.md5)

Group: Standard
fso-WIN-Standard-20131120_r10129.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20131120_r10129.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20131120_r10129.md5)

Group: SSE
fso-WIN-SSE-20131120_r10129.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20131120_r10129.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20131120_r10129.md5)

Code: [Select]
------------------------------------------------------------------------
r10127 | Goober5000 | 2013-11-19 19:45:47 -0600 (Tue, 19 Nov 2013) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

make init_ship_entry actually init all the fields in ship_info
make draw_weapon_models a ship flag instead of a boolean
remove the MAX_SHIP_FLAGS #define because it didn't mean what everybody thought it meant
------------------------------------------------------------------------
r10128 | Goober5000 | 2013-11-19 21:56:47 -0600 (Tue, 19 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/stats/medals.cpp
   M /trunk/fs2_open/code/stats/medals.h

medal_stuff passes the duck test, so make it an official class
------------------------------------------------------------------------
r10129 | chief1983 | 2013-11-20 02:11:02 -0600 (Wed, 20 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/systemvars.cpp

Fix #2957 - FreeBSD RAND_MAX is 0x7ffffffd, not 0x7fffffff, so we can't always assume that it's the latter.  Also move the check earlier in the code, if it's going to break at all, break immediately on any non-conforming platform so we can fine tune this some more.
------------------------------------------------------------------------