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 13, 2014, 05:57:13 am

Title: Nightly (Windows): 13 Oct 2014 - Revision 11138
Post by: SirKnightly on October 13, 2014, 05:57:13 am
Here is the nightly for Windows on 13 Oct 2014 - Revision 11138

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_20141013_r11138.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20141013_r11138.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20141013_r11138.md5)

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

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

Code: [Select]
------------------------------------------------------------------------
r11124 | Goober5000 | 2014-10-12 15:13:19 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multilag.cpp

we don't need to cast because mod is a float
------------------------------------------------------------------------
r11125 | Goober5000 | 2014-10-12 15:13:35 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/math/vecmat.cpp

xt branch: tweaks to vecmat.cpp
------------------------------------------------------------------------
r11126 | Goober5000 | 2014-10-12 15:14:08 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/math/fvi.cpp

xt branch: optimizations in fvi.cpp
------------------------------------------------------------------------
r11127 | Goober5000 | 2014-10-12 19:23:18 -0500 (Sun, 12 Oct 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp
   M /trunk/fs2_open/code/menuui/credits.cpp

xt branch: having a float version of gr_opengl_string makes text scrolling nice and smooth at high nonstandard resolutions
(also, looks like quad rendering works just fine here; no need to convert to tris)

convert credits.cpp to use float version of gr_opengl_string; eventually Taylor wanted to make the float version standard
------------------------------------------------------------------------
r11128 | Goober5000 | 2014-10-12 19:57:10 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/version.h

xt branch: add capability for custom identifiers in build names (e.g. Xt-0314)
------------------------------------------------------------------------
r11129 | Goober5000 | 2014-10-12 20:55:07 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelcollide.cpp

xt branch: optimizations in modelcollide.cpp
------------------------------------------------------------------------
r11130 | Goober5000 | 2014-10-12 21:08:16 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/model/modelread.cpp

xt branch: minor tweaks to glow_points
------------------------------------------------------------------------
r11131 | Goober5000 | 2014-10-12 21:16:02 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelinterp.cpp

xt branch: use CLAMP here
------------------------------------------------------------------------
r11132 | Goober5000 | 2014-10-12 21:38:34 -0500 (Sun, 12 Oct 2014) | 3 lines
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
   M /trunk/fs2_open/code/network/multi_log.cpp

according to the C standard...
"The functions snprintf() and vsnprintf() write at most size bytes (including the trailing null byte ('\0')) to str."
...so we have that going for us, which is nice
------------------------------------------------------------------------
r11133 | Goober5000 | 2014-10-12 21:54:43 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/objectsort.cpp

xt branch: optimize objectsort.cpp by not calculating some things every loop iteration
------------------------------------------------------------------------
r11134 | Goober5000 | 2014-10-12 22:06:19 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudmessage.cpp

fix a compile error (d'oh) and use type safety
------------------------------------------------------------------------
r11135 | Goober5000 | 2014-10-12 22:07:05 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/osapi/outwnd.h

wut?  defaulting to NULL here will cause these to never log anything...
------------------------------------------------------------------------
r11136 | Goober5000 | 2014-10-12 22:47:11 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_log.cpp
   M /trunk/fs2_open/code/parse/generic_log.cpp

string printing safety
------------------------------------------------------------------------
r11137 | Goober5000 | 2014-10-12 22:56:36 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

SCP_string is useful here too
------------------------------------------------------------------------
r11138 | Goober5000 | 2014-10-12 23:01:38 -0500 (Sun, 12 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

xt branch: more string safety
------------------------------------------------------------------------