Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 19, 2013, 10:28:42 am

Title: Nightly (Windows): 19 Mar 2013 - Revision 9587
Post by: SirKnightly on March 19, 2013, 10:28:42 am
Here is the nightly for Windows on 19 Mar 2013 - Revision 9587

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

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

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

Code: [Select]
------------------------------------------------------------------------
r9565 | FUBAR-BDHR | 2013-03-12 00:06:35 -0500 (Tue, 12 Mar 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/network/multi.h

Commit 9473 from anitpodes to prevent standalone crashing never ported over.  Original commit message:
"From Eli2: Lower the value of MAX_SHIPS_PER_PACKET to 64 in order to keep packet size down"
------------------------------------------------------------------------
r9567 | chief1983 | 2013-03-13 15:55:33 -0500 (Wed, 13 Mar 2013) | 1 line
Changed paths:
   A /trunk/fs2_open/projects/MSVC_2008/Freespace2.doxproj

Missing doxproj from Antipodes.
------------------------------------------------------------------------
r9581 | zookeeper | 2013-03-14 12:06:26 -0500 (Thu, 14 Mar 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp

Fixed gr_opengl_circle drawing the middle horizontal line twice, which is a problem when drawing with alpha.
------------------------------------------------------------------------
r9582 | zookeeper | 2013-03-15 02:32:52 -0500 (Fri, 15 Mar 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudconfig.cpp

Restored the code which loads up the default HUD colors from hud_3.hcf. Was apparently accidentally removed in r9549.
------------------------------------------------------------------------
r9583 | zookeeper | 2013-03-15 02:48:52 -0500 (Fri, 15 Mar 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudconfig.cpp

Fixed an accidentally committed debug mprintf.
------------------------------------------------------------------------
r9584 | niffiwan | 2013-03-15 19:48:23 -0500 (Fri, 15 Mar 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/graphics/2d.h
   M /trunk/fs2_open/code/hud/hudshield.cpp
   M /trunk/fs2_open/code/hud/hudshield.h
   M /trunk/fs2_open/code/render/3d.h
   M /trunk/fs2_open/code/render/3ddraw.cpp

Fix for mantis 2789: replace shield icons drawn with 100's of lines with 6-point polygons
------------------------------------------------------------------------
r9585 | niffiwan | 2013-03-18 03:49:10 -0500 (Mon, 18 Mar 2013) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudshield.cpp

derp - fix for r9584; remove 7th entry in the 6-item array
Thanks for zookeeper for noticing this

------------------------------------------------------------------------