Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 12, 2014, 05:56:55 am

Title: Nightly (Windows): 12 Oct 2014 - Revision 11123
Post by: SirKnightly on October 12, 2014, 05:56:55 am
Here is the nightly for Windows on 12 Oct 2014 - Revision 11123

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 122

Group: Standard
fso_Standard_20141012_r11123.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20141012_r11123.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20141012_r11123.md5)

Group: NO-SSE
fso_NO-SSE_20141012_r11123.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20141012_r11123.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20141012_r11123.md5)

Group: SSE
fso_SSE_20141012_r11123.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20141012_r11123.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20141012_r11123.md5)

Code: [Select]
------------------------------------------------------------------------
r11116 | Goober5000 | 2014-10-11 14:42:56 -0500 (Sat, 11 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp

some turret changes from the XT branch
------------------------------------------------------------------------
r11117 | Goober5000 | 2014-10-11 14:44:19 -0500 (Sat, 11 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp

this too
------------------------------------------------------------------------
r11118 | Goober5000 | 2014-10-11 15:02:05 -0500 (Sat, 11 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/asteroid/asteroid.cpp
   M /trunk/fs2_open/code/asteroid/asteroid.h
   M /trunk/fs2_open/code/mission/missionparse.cpp

from xt branch: add some hysteresis to asteroid fields to prevent "popping" when an asteroid exceeds the bounds
------------------------------------------------------------------------
r11119 | Goober5000 | 2014-10-11 15:18:40 -0500 (Sat, 11 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/bmpman/bmpman.cpp

from xt branch: remove unneeded parameters, tweak some assets, minor optimization
------------------------------------------------------------------------
r11120 | Goober5000 | 2014-10-11 22:49:21 -0500 (Sat, 11 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/pstypes.h

xt branch tweaks
------------------------------------------------------------------------
r11121 | Goober5000 | 2014-10-11 23:06:59 -0500 (Sat, 11 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/debris/debris.cpp
   M /trunk/fs2_open/code/math/floating.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp
   M /trunk/fs2_open/code/network/multilag.cpp
   M /trunk/fs2_open/code/physics/physics.cpp

xt branch: additional optimizations using RAND_MAX_1f
------------------------------------------------------------------------
r11122 | Goober5000 | 2014-10-11 23:10:41 -0500 (Sat, 11 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/physics/physics.cpp

probably good to change the comment too
------------------------------------------------------------------------
r11123 | Goober5000 | 2014-10-11 23:40:55 -0500 (Sat, 11 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/code/graphics/font.cpp
   M /trunk/fs2_open/code/hud/hudmessage.cpp

xt: sprintf length safety
------------------------------------------------------------------------