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 28, 2013, 01:10:07 pm
-
Here is the nightly for FreeBSD on 28 Oct 2013 - Revision 9988
Group: Standard
fso-FREEBSD-Standard-20131028_r9988.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso-FREEBSD-Standard-20131028_r9988.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso-FREEBSD-Standard-20131028_r9988.md5)
------------------------------------------------------------------------
r9976 | The_E | 2013-10-24 14:36:11 -0500 (Thu, 24 Oct 2013) | 5 lines
Changed paths:
M /trunk/fs2_open/projects/MSVC_2013/Fred2.vcxproj
Makes the following changes to the FRED project for MSVC2013:
-Set WINVER and _WIN32_WINNT to 0x501
In combination with this download: http://go.microsoft.com/?linkid=9832071 this will enable FRED building on that compiler.
------------------------------------------------------------------------
r9977 | niffiwan | 2013-10-25 04:44:41 -0500 (Fri, 25 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/parselo.cpp
Coverity 1093500: Missing break in switch
------------------------------------------------------------------------
r9978 | niffiwan | 2013-10-25 05:03:13 -0500 (Fri, 25 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/parselo.cpp
Coverity 1093664: Out-of-bounds write
------------------------------------------------------------------------
r9979 | niffiwan | 2013-10-25 05:05:55 -0500 (Fri, 25 Oct 2013) | 10 lines
Changed paths:
M /trunk/fs2_open/code/model/model.h
M /trunk/fs2_open/code/model/modelanim.cpp
M /trunk/fs2_open/code/model/modelcollide.cpp
M /trunk/fs2_open/code/model/modelinterp.cpp
M /trunk/fs2_open/code/model/modeloctant.cpp
M /trunk/fs2_open/code/model/modelread.cpp
Coverity fixes from Flaming_Sword
Uninitialized scalar field 1093859 1093917 1093810
Out-of-bounds read/access 1093669 1093670
Logically dead code 1093413 1093396 1093407 1093408 1093409 1093410 1093423 1093427 1093390
Allocation size mismatch 1093729 1093728
Unused pointer value 1093921 1093922
Wrong sizeof argument 1093732 1093731
Operands don't affect result 1093365
Dereference after null check/return value 1093475 1093455 1093627
------------------------------------------------------------------------
r9981 | niffiwan | 2013-10-25 19:39:53 -0500 (Fri, 25 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
Coverity 1112867: Buffer not null terminated
------------------------------------------------------------------------
r9982 | niffiwan | 2013-10-25 21:24:40 -0500 (Fri, 25 Oct 2013) | 3 lines
Changed paths:
M /trunk/fs2_open/code/localization/localize.cpp
Add the Polish font01.vf checksum
Sourced from https://svn.icculus.org/freespace2/trunk
------------------------------------------------------------------------
r9983 | The_E | 2013-10-27 17:00:50 -0500 (Sun, 27 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
From Axem: Allow secondaries to cause shudder effects through use of the Shudder flag
------------------------------------------------------------------------
r9984 | Goober5000 | 2013-10-27 22:00:38 -0500 (Sun, 27 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
Mantis #2944: add a hack to remember the color we faded out to
------------------------------------------------------------------------
r9985 | niffiwan | 2013-10-28 01:48:25 -0500 (Mon, 28 Oct 2013) | 4 lines
Changed paths:
M /trunk/fs2_open/code/hud/hud.cpp
M /trunk/fs2_open/code/hud/hud.h
M /trunk/fs2_open/code/hud/hudbrackets.cpp
M /trunk/fs2_open/code/hud/hudnavigation.cpp
M /trunk/fs2_open/code/hud/hudreticle.cpp
M /trunk/fs2_open/code/hud/hudshield.cpp
M /trunk/fs2_open/code/hud/hudtarget.cpp
M /trunk/fs2_open/code/hud/hudtargetbox.cpp
M /trunk/fs2_open/code/localization/localize.cpp
M /trunk/fs2_open/code/localization/localize.h
M /trunk/fs2_open/code/stats/stats.cpp
Fix mantis 2883
update hud_num_make_mono (& callers) to handle the font number
add partial support for specifying special char indexes for individual fonts
------------------------------------------------------------------------
r9986 | niffiwan | 2013-10-28 01:54:38 -0500 (Mon, 28 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hudets.cpp
M /trunk/fs2_open/code/hud/hudets.h
M /trunk/fs2_open/code/parse/lua.cpp
M /trunk/fs2_open/code/parse/sexp.cpp
M /trunk/fs2_open/code/parse/sexp.h
Fix mantis 2889: add sexps's ets-get-value & ets-set-values
------------------------------------------------------------------------
r9987 | niffiwan | 2013-10-28 05:44:17 -0500 (Mon, 28 Oct 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/parselo.h
Remove stuff_sound declaration - was never implemented
------------------------------------------------------------------------
r9988 | niffiwan | 2013-10-28 05:49:40 -0500 (Mon, 28 Oct 2013) | 3 lines
Changed paths:
M /trunk/fs2_open/code/hud/hudartillery.cpp
M /trunk/fs2_open/code/hud/hudartillery.h
From X3N0-Life-Form: add custom sound for SSM strikes
(I updated the patch to use parse_sound instead of the missing stuff_sound)
------------------------------------------------------------------------