Author Topic: Nightly (OS X): 03 Oct 2013 - Revision 9862  (Read 839 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 03 Oct 2013 - Revision 9862
Here is the nightly for OS X on 03 Oct 2013 - Revision 9862

Group: Standard
fso-OSX-Standard-20131003_r9862.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r9840 | niffiwan | 2013-09-27 20:16:38 -0500 (Fri, 27 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/playerman/managepilot.cpp

Coverity CID 1099443: fix out of bounds access
------------------------------------------------------------------------
r9841 | niffiwan | 2013-09-27 22:51:51 -0500 (Fri, 27 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.cpp

Coverity CID 1093804: init member raw8 of color struct
------------------------------------------------------------------------
r9842 | niffiwan | 2013-09-27 22:52:01 -0500 (Fri, 27 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/autopilot/autopilot.cpp
   M /trunk/fs2_open/code/bmpman/bmpman.cpp
   M /trunk/fs2_open/code/fs2netd/fs2netd_client.cpp
   M /trunk/fs2_open/code/fs2netd/tcp_socket.cpp
   M /trunk/fs2_open/code/graphics/font.cpp
   M /trunk/fs2_open/code/menuui/mainhalltemp.cpp
   M /trunk/fs2_open/code/menuui/readyroom.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/mission/missionmessage.cpp
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/network/multi_campaign.cpp
   M /trunk/fs2_open/code/network/multi_options.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp
   M /trunk/fs2_open/code/network/multiui.cpp
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/playerman/managepilot.cpp
   M /trunk/fs2_open/code/playerman/player.h
   M /trunk/fs2_open/code/popup/popup.cpp
   M /trunk/fs2_open/code/stats/medals.cpp

Coverity multiple CID: fix potential not null terminated strings
------------------------------------------------------------------------
r9843 | The_E | 2013-09-28 11:50:29 -0500 (Sat, 28 Sep 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Changes an Assert to an Assertion in order to provide better feedback in case stuff_int_list fails due to too many entries in the passed list of integers

------------------------------------------------------------------------
r9844 | The_E | 2013-09-28 12:37:49 -0500 (Sat, 28 Sep 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Small adjustment to the error message here to minimize confusion

------------------------------------------------------------------------
r9846 | Goober5000 | 2013-09-28 14:45:33 -0500 (Sat, 28 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

the adjustment should be fixed this way, since most people don't count from 0 to n-1
------------------------------------------------------------------------
r9851 | Goober5000 | 2013-09-28 17:32:48 -0500 (Sat, 28 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/objectsort.cpp

proper class/struct distinction and use of vector over list are A-1 SUPAR
------------------------------------------------------------------------
r9853 | Goober5000 | 2013-09-28 17:50:24 -0500 (Sat, 28 Sep 2013) | 1 line
Changed paths:
   A /trunk/fs2_open/STLport-5.2.1 (from /branches/Goober5000/STLport-5.2.1:9713)

reintegrate Goober5000 branch into trunk: adds STLport support and fixes MSVC6 compatibility with SCP_hash_map (part 1)
------------------------------------------------------------------------
r9854 | Goober5000 | 2013-09-28 17:50:50 -0500 (Sat, 28 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/vmallocator.h
   M /trunk/fs2_open/projects/MSVC_6/Fred2.dsp
   M /trunk/fs2_open/projects/MSVC_6/Freespace2.dsp
   M /trunk/fs2_open/projects/MSVC_6/code.dsp
   M /trunk/fs2_open/projects/MSVC_6/wxFRED2.dsp

reintegrate Goober5000 branch into trunk: adds STLport support and fixes MSVC6 compatibility with SCP_hash_map (part 2)
------------------------------------------------------------------------
r9855 | z64555 | 2013-09-28 19:43:41 -0500 (Sat, 28 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/wxfred2/base/wxFRED_base.cpp
   M /trunk/fs2_open/code/wxfred2/base/wxFRED_base.xrc

Fixes mantis 2925 and 2926. Errors with declaring wxFlexGridSizer item sizes in wxFormBuilder.
------------------------------------------------------------------------
r9856 | niffiwan | 2013-09-29 04:41:40 -0500 (Sun, 29 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp

Coverity CID 1093821: use of an uninitialised variable in ship_select_blit_ship_info()
------------------------------------------------------------------------
r9857 | niffiwan | 2013-09-29 04:41:46 -0500 (Sun, 29 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/lab/wmcgui.cpp

Coverity CID 1093930: read from pointer after free in GUIScreen::Add(GUIObject* new_gauge)
------------------------------------------------------------------------
r9858 | niffiwan | 2013-09-29 04:41:51 -0500 (Sun, 29 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/beam.cpp

Coverity CID 1093820: read of uninitialised var in beam_render_muzzle_glow(beam *b)
------------------------------------------------------------------------
r9859 | Goober5000 | 2013-09-30 02:23:26 -0500 (Mon, 30 Sep 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/localization/localize.cpp

well crap, looks like I broke XSTR in r9809
------------------------------------------------------------------------
r9861 | CommanderDJ | 2013-10-01 05:53:11 -0500 (Tue, 01 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Fix a couple of typos.
------------------------------------------------------------------------
r9862 | niffiwan | 2013-10-02 02:33:54 -0500 (Wed, 02 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/ChangeLog

Update ChangeLog, 1st time since 2002...
------------------------------------------------------------------------