Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 08, 2014, 06:07:32 pm
-
Here is the nightly for Windows on 08 Jun 2014 - Revision 10778
Group: Standard
fso_Standard_20140608_r10778.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140608_r10778.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140608_r10778.md5)
Group: NO-SSE
fso_NO-SSE_20140608_r10778.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140608_r10778.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140608_r10778.md5)
Group: SSE
fso_SSE_20140608_r10778.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140608_r10778.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140608_r10778.md5)
------------------------------------------------------------------------
r10763 | niffiwan | 2014-06-07 05:12:56 -0500 (Sat, 07 Jun 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/freespace2/freespace.cpp
Coverity ID 1221483: Missing break in switch
------------------------------------------------------------------------
r10764 | niffiwan | 2014-06-07 05:13:02 -0500 (Sat, 07 Jun 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/missionui/missionbrief.cpp
Coverity 1221482: Dereference after null check
Stop Ctrl-PgUp/PgDown crashing when a briefing icon is not in closeup mode
------------------------------------------------------------------------
r10766 | zookeeper | 2014-06-07 14:29:58 -0500 (Sat, 07 Jun 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hudtarget.cpp
Removed an assert checking for a condition which can rarely be false (presumably due to inaccuracy in vector normalization) but which doesn't actually need to be true.
------------------------------------------------------------------------
r10772 | niffiwan | 2014-06-08 03:14:33 -0500 (Sun, 08 Jun 2014) | 7 lines
Changed paths:
M /trunk/fs2_open/code/cfile/cfilesystem.cpp
M /trunk/fs2_open/code/cutscene/cutscenes.cpp
M /trunk/fs2_open/code/fred2/management.cpp
M /trunk/fs2_open/code/gamesnd/eventmusic.cpp
M /trunk/fs2_open/code/globalincs/pstypes.h
M /trunk/fs2_open/code/globalincs/systemvars.cpp
M /trunk/fs2_open/code/mission/missionload.cpp
M /trunk/fs2_open/code/palman/palman.cpp
M /trunk/fs2_open/code/parse/parselo.cpp
Raise MAX_PATH_LEN to 256 so FSO can run in long paths
Specifically avoid one issue with running FSO in the default Steam dir
Converted some magic 128/127 numbers to MAX_PATH_LEN
Convert some Int3() into more friendly errors
Stopgap measure until proper fix added with compressed VP support
Fix mantis 3028
------------------------------------------------------------------------
r10773 | niffiwan | 2014-06-08 04:52:53 -0500 (Sun, 08 Jun 2014) | 4 lines
Changed paths:
M /trunk/fs2_open/code/hud/hud.cpp
Coverity ID 1093533 Negative array index read
This negative read occurs regularly, but it'd be very very rare for that
random read value to evaluate to OBJ_WEAPON and cause further issues.
------------------------------------------------------------------------
r10774 | niffiwan | 2014-06-08 06:50:38 -0500 (Sun, 08 Jun 2014) | 5 lines
Changed paths:
M /trunk/fs2_open/code/mission/missionparse.cpp
Coverity ID 1093538 Negative array index read
Change unknown +Default Ship index (-1) to 1st ship index (0)
Fix loop iteration
Change Assert to Assertion
------------------------------------------------------------------------