Author Topic: Nightly (OS X): 09 Sep 2011 - Revision 7692  (Read 1018 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 09 Sep 2011 - Revision 7692
Here is the nightly for OS X on 09 Sep 2011 - Revision 7692

Group: Inferno
fso-OSX-Inferno-20110909_r7692.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r7676 | IssMneur | 2011-09-08 00:38:21 -0500 (Thu, 08 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/parse/lua.h
   M /trunk/fs2_open/code/parse/scripting.cpp

PVS-Studio: These are not false positives.  Variable args can only be PODs, changing the "class" to a structure makes ade_odata a POD which should stop PVS-Studio from flagging this.
------------------------------------------------------------------------
r7677 | IssMneur | 2011-09-08 00:39:53 -0500 (Thu, 08 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fireball/warpineffect.cpp
   M /trunk/fs2_open/code/fred2/fredrender.cpp
   M /trunk/fs2_open/code/fred2/fredview.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/graphics/grbatch.cpp
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudbrackets.cpp
   M /trunk/fs2_open/code/hud/hudlock.cpp
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/hud/hudtargetbox.cpp
   M /trunk/fs2_open/code/math/vecmat.cpp
   M /trunk/fs2_open/code/math/vecmat.h
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/model/modelread.cpp
   M /trunk/fs2_open/code/nebula/neb.cpp
   M /trunk/fs2_open/code/nebula/neblightning.cpp
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/render/3dclipper.cpp
   M /trunk/fs2_open/code/render/3ddraw.cpp
   M /trunk/fs2_open/code/render/3dlaser.cpp
   M /trunk/fs2_open/code/render/3dmath.cpp
   M /trunk/fs2_open/code/render/3dsetup.cpp
   M /trunk/fs2_open/code/ship/shield.cpp
   M /trunk/fs2_open/code/starfield/starfield.cpp
   M /trunk/fs2_open/code/weapon/beam.cpp
   M /trunk/fs2_open/code/weapon/trails.cpp

PVS-Studio fix: V512 A call of the 'memcpy' function will lead to overflow of the buffer '& x'. (pstypes.h:131)
------------------------------------------------------------------------
r7679 | Goober5000 | 2011-09-08 01:41:38 -0500 (Thu, 08 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

made show/hide jumpnode work on more than one argument
------------------------------------------------------------------------
r7680 | Goober5000 | 2011-09-08 01:55:50 -0500 (Thu, 08 Sep 2011) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp

PVS-Studio fixes:
V506 Pointer to local variable 'Default_video_settings' is stored outside the scope of this variable. Such a pointer will become invalid. code 2d.cpp 507
V506 Pointer to local variable 'pos' is stored outside the scope of this variable. Such a pointer will become invalid. code shipfx.cpp 1075

------------------------------------------------------------------------
r7682 | Zacam | 2011-09-08 12:12:25 -0500 (Thu, 08 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelinterp.cpp

From Valathil: Fixes thrusters with -trans textures
------------------------------------------------------------------------
r7683 | Zacam | 2011-09-09 04:37:45 -0500 (Fri, 09 Sep 2011) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/bmpman/bmpman.cpp
   M /trunk/fs2_open/code/controlconfig/controlsconfig.cpp
   M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp
   M /trunk/fs2_open/code/fred2/campaigntreewnd.cpp
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/fredview.cpp
   M /trunk/fs2_open/code/fred2/messageeditordlg.cpp
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/graphics/gropengllight.cpp
   M /trunk/fs2_open/code/graphics/gropengltexture.cpp
   M /trunk/fs2_open/code/io/keycontrol.cpp
   M /trunk/fs2_open/code/menuui/barracks.cpp
   M /trunk/fs2_open/code/missionui/missioncmdbrief.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/network/chat_api.cpp
   M /trunk/fs2_open/code/network/multi_pxo.cpp
   M /trunk/fs2_open/code/network/psnet2.h
   M /trunk/fs2_open/code/physics/physics.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Part One: Synchronization pass of Trunk and Antipodes Differences.
Whitespace/tab mostly.
aicode does have a change of an Int3 to an Assertion.
bmpman has an update to bm_next_handle.
------------------------------------------------------------------------
r7685 | Zacam | 2011-09-09 05:23:53 -0500 (Fri, 09 Sep 2011) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/Makefile.am
   M /trunk/fs2_open/code/asteroid/asteroid.cpp
   M /trunk/fs2_open/code/cutscene/cutscenes.cpp
   D /trunk/fs2_open/code/demo
   M /trunk/fs2_open/code/fred2/fredstubs.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/freespace2/freespace.h
   M /trunk/fs2_open/code/gamehelp/contexthelp.cpp
   M /trunk/fs2_open/code/gamehelp/gameplayhelp.cpp
   M /trunk/fs2_open/code/globalincs/globals.h
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/globalincs/systemvars.h
   M /trunk/fs2_open/code/globalincs/version.h
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/code/io/joy.cpp
   M /trunk/fs2_open/code/io/keycontrol.cpp
   M /trunk/fs2_open/code/io/mouse.cpp
   M /trunk/fs2_open/code/menuui/barracks.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp
   M /trunk/fs2_open/code/menuui/optionsmenu.cpp
   M /trunk/fs2_open/code/menuui/optionsmenumulti.cpp
   M /trunk/fs2_open/code/menuui/playermenu.cpp
   M /trunk/fs2_open/code/menuui/readyroom.cpp
   M /trunk/fs2_open/code/menuui/techmenu.cpp
   M /trunk/fs2_open/code/missionui/missionbrief.cpp
   M /trunk/fs2_open/code/missionui/missioncmdbrief.cpp
   M /trunk/fs2_open/code/missionui/missiondebrief.cpp
   M /trunk/fs2_open/code/missionui/missionloopbrief.cpp
   M /trunk/fs2_open/code/missionui/missionscreencommon.cpp
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/missionui/redalert.cpp
   M /trunk/fs2_open/code/object/collidedebrisship.cpp
   M /trunk/fs2_open/code/object/collidedebrisweapon.cpp
   M /trunk/fs2_open/code/object/collideshipship.cpp
   M /trunk/fs2_open/code/object/collideweaponweapon.cpp
   M /trunk/fs2_open/code/object/object.cpp
   M /trunk/fs2_open/code/osapi/osregistry.cpp
   M /trunk/fs2_open/code/osapi/osregistry_unix.cpp
   M /trunk/fs2_open/code/parse/sexp.h
   M /trunk/fs2_open/code/physics/physics.cpp
   M /trunk/fs2_open/code/ship/shield.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/shipcontrails.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/ship/shiphit.cpp
   M /trunk/fs2_open/code/stats/medals.cpp
   M /trunk/fs2_open/code/weapon/weapons.cpp
   M /trunk/fs2_open/configure.ac
   M /trunk/fs2_open/projects/MSVC_2005/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/code.vcxproj.filters
   M /trunk/fs2_open/projects/MSVC_6/code.dsp
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
   M /trunk/fs2_open/projects/codeblocks/code/code.cbp

Part Two: Synchronization pass of Trunk and Antipodes Differences.
Removes all extraneous ifdefs (Demo, E3, Multi Beta, etc).
Leaves Debug and Inferno.
------------------------------------------------------------------------
r7687 | Zacam | 2011-09-09 05:38:14 -0500 (Fri, 09 Sep 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.h
   M /trunk/fs2_open/code/mission/missionload.cpp
   M /trunk/fs2_open/code/mission/missionmessage.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp

Part Three: Synchronization pass of Trunk and Antipodes Differences.
Catching on anything missed in the first two passes.
------------------------------------------------------------------------
r7692 | Zacam | 2011-09-09 09:06:29 -0500 (Fri, 09 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cfile/cfile.cpp
   M /trunk/fs2_open/code/cfile/cfile.h
   M /trunk/fs2_open/code/cfile/cfilearchive.cpp
   M /trunk/fs2_open/code/cfile/cfilearchive.h
   M /trunk/fs2_open/code/cfile/cfilelist.cpp
   M /trunk/fs2_open/code/cfile/cfilesystem.cpp
   M /trunk/fs2_open/code/cfile/cfilesystem.h
   M /trunk/fs2_open/code/freespace2/freespace.cpp

Some more Parity/drift correction between Antipodes and Trunk: cfile update for better handling.
------------------------------------------------------------------------