Author Topic: Nightly (Windows): 20 Nov 2013 - Revision 10129  (Read 1011 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 20 Nov 2013 - Revision 10129
Here is the nightly for Windows on 20 Nov 2013 - Revision 10129

Group: NO-SSE
fso-WIN-NO-SSE-20131120_r10129.7z
MD5Sum

Group: Standard
fso-WIN-Standard-20131120_r10129.7z
MD5Sum

Group: SSE
fso-WIN-SSE-20131120_r10129.7z
MD5Sum

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.
------------------------------------------------------------------------