Author Topic: Nightly (Windows): 13 Jun 2014 - Revision 10800  (Read 870 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 13 Jun 2014 - Revision 10800
Here is the nightly for Windows on 13 Jun 2014 - Revision 10800

Group: Standard
fso_Standard_20140613_r10800.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20140613_r10800.7z
MD5Sum

Group: SSE
fso_SSE_20140613_r10800.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10793 | Goober5000 | 2014-06-10 22:44:04 -0500 (Tue, 10 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/fictionviewer.cpp

use the [more] color, per MageKing17's previous changes
------------------------------------------------------------------------
r10794 | niffiwan | 2014-06-11 04:46:14 -0500 (Wed, 11 Jun 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Coverity ID 1093586 Negative array index read

Shouldn't be able to occur since when artillery_objnum is set to -1,
artillery_lock_time is also set to 0.0f. BUT, protect the array
access anyway in case the surrounding code changes in future.
------------------------------------------------------------------------
r10796 | m_m | 2014-06-12 11:06:59 -0500 (Thu, 12 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Fix for Mantis issue 2891: gr.drawString text box height irregular
------------------------------------------------------------------------
r10797 | Zacam | 2014-06-12 21:17:29 -0500 (Thu, 12 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp
   M /trunk/fs2_open/code/missionui/missionscreencommon.cpp

Fix for Mantis 3057: Loadout (Ship/Weapon Select effect) rendering black models or no effect. Also corrects wireframe color for FS2 effect from black to blue. Committed on behalf of MageKing17.
------------------------------------------------------------------------
r10798 | Zacam | 2014-06-12 21:21:35 -0500 (Thu, 12 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp
   M /trunk/fs2_open/code/sound/ds3d.cpp
   M /trunk/fs2_open/code/sound/sound.cpp

Fix for Mantis 2725: Beam sounds not panning correctly
------------------------------------------------------------------------
r10799 | Zacam | 2014-06-12 23:10:13 -0500 (Thu, 12 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelinterp.cpp

Fix for Mantis 3058: On warp out, glowpoints still stay "on" and in mission space without a ship; from MageKing17
------------------------------------------------------------------------