Author Topic: Nightly (OS X): 16 Jun 2014 - Revision 10819  (Read 822 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 16 Jun 2014 - Revision 10819
Here is the nightly for OS X on 16 Jun 2014 - Revision 10819

Open non-feature issues in Mantis: 149

Group: Standard
fso_Standard_20140616_r10819.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10803 | niffiwan | 2014-06-13 21:58:49 -0500 (Fri, 13 Jun 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/pilotfile/csg_convert.cpp

Fix r10801 (thanks to MageKing17 for noticing this)

Really avoid using -1 as an array index
------------------------------------------------------------------------
r10804 | niffiwan | 2014-06-13 22:43:52 -0500 (Fri, 13 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix mantis 3005: add arg so end-campaign sexp can ignore the death screen
------------------------------------------------------------------------
r10805 | Echelon9 | 2014-06-13 23:25:24 -0500 (Fri, 13 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_obj.cpp

Address Coverity 1093663: Out-of-bounds access with memcpy() in multi_oo_pack_data() for clients only
------------------------------------------------------------------------
r10806 | Echelon9 | 2014-06-13 23:34:14 -0500 (Fri, 13 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cutscene/oggplayer.cpp

Address Coverity 1204290 Copy into fixed size buffer - strncpy() should be restricted by length to that of the target string, and does not guarantee null termination if the source string overran
------------------------------------------------------------------------
r10807 | Echelon9 | 2014-06-13 23:50:05 -0500 (Fri, 13 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/math/vecmat.cpp

Address Coverity 1093373 Copy-paste error in vm_find_bounding_sphere()
------------------------------------------------------------------------
r10808 | Echelon9 | 2014-06-14 00:28:48 -0500 (Sat, 14 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cfile/cfilesystem.cpp

Fix Mantis 3059: Coverity 1204289 String not null terminated in cf_search_root_pack()
------------------------------------------------------------------------
r10809 | Echelon9 | 2014-06-14 00:42:40 -0500 (Sat, 14 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/osapi/outwnd.cpp
   M /trunk/fs2_open/code/osapi/outwnd_unix.cpp

Address Coverity 1107318 Logically dead code in outwnd_print(), check for NULL id has already occurred
------------------------------------------------------------------------
r10810 | Echelon9 | 2014-06-14 01:04:56 -0500 (Sat, 14 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiutil.cpp

Address Coverity 1212011 Unchecked return value in DCF(multi oo)
------------------------------------------------------------------------
r10811 | Echelon9 | 2014-06-14 01:16:39 -0500 (Sat, 14 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_team.cpp

Address Coverity 1093635 Out-of-bounds read in multi_team_report()
------------------------------------------------------------------------
r10812 | Echelon9 | 2014-06-14 01:30:54 -0500 (Sat, 14 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/inetfile/cftp.cpp

Address Coverity 1093781 and 1093782 Uninitialized scalar variables in cftp.cpp
------------------------------------------------------------------------
r10813 | Echelon9 | 2014-06-14 01:38:24 -0500 (Sat, 14 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/inetfile/cftp.cpp

Address Coverity 1093380 Resource leak in object CFtpGet::CFtpGet()
------------------------------------------------------------------------
r10814 | Echelon9 | 2014-06-14 01:42:34 -0500 (Sat, 14 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/inetfile/chttpget.cpp

Address Coverity 1093378 and 1093379 Resource leaks in object ChttpGet::ChttpGet()
------------------------------------------------------------------------
r10815 | Echelon9 | 2014-06-14 02:31:52 -0500 (Sat, 14 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Address Coverity 1093687 Resource leak in os_init_cmdline() that would occur when the -parse_cmdline_only flag was set. Refactored to improve readability at the same time. Order of precedence remains data/cmdline_fso.cfg, per-user cmdline_fso.cfg (on Linux and Mac), then actual commandline. The presence of -parse_cmdline_only will ignore all settings in on-disk cmdline_fso.cfg files
------------------------------------------------------------------------
r10816 | niffiwan | 2014-06-14 03:59:38 -0500 (Sat, 14 Jun 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp
   M /trunk/fs2_open/code/network/multi_dogfight.cpp
   M /trunk/fs2_open/code/pilotfile/pilotfile.cpp

Fix mantis 2923

Backout all_time and multi_stats from the pilotfile stats as
required
------------------------------------------------------------------------
r10817 | niffiwan | 2014-06-14 04:59:39 -0500 (Sat, 14 Jun 2014) | 6 lines
Changed paths:
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/menuui/barracks.cpp
   M /trunk/fs2_open/code/menuui/playermenu.cpp
   M /trunk/fs2_open/code/menuui/playermenu.h
   M /trunk/fs2_open/code/pilotfile/pilotfile.h
   M /trunk/fs2_open/code/pilotfile/pilotfile_convert.h
   M /trunk/fs2_open/code/pilotfile/plr.cpp
   M /trunk/fs2_open/code/pilotfile/plr_convert.cpp
   M /trunk/fs2_open/code/playerman/managepilot.cpp
   M /trunk/fs2_open/code/playerman/player.h

Fix mantis 2920: prevent pilots switching languages

In other words, a pilot can only be used in the same language it was
created with. Checks both the initial selection screen and in the
barracks.
Also fixes issue with PLR version being ignored in pilotfile::verify()
------------------------------------------------------------------------
r10818 | niffiwan | 2014-06-14 06:02:14 -0500 (Sat, 14 Jun 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/barracks.cpp
   M /trunk/fs2_open/code/pilotfile/csg.cpp
   M /trunk/fs2_open/code/pilotfile/csg_convert.cpp
   M /trunk/fs2_open/code/pilotfile/pilotfile.h
   M /trunk/fs2_open/code/pilotfile/plr.cpp

Fix mantis 2929

Save shortcut rank to the csg flags & bump csg version
Add function to read the csg rank during pilotfile::verify()
Reorder 'find pilots' call so that Game_mode is valid for verify
------------------------------------------------------------------------
r10819 | CommanderDJ | 2014-06-14 07:06:34 -0500 (Sat, 14 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/nebula/neb.cpp

Fix Mantis 2773: Models turn black when full nebula enabled in FRED.
------------------------------------------------------------------------