Author Topic: Nightly (Windows): 21 Nov 2012 - Revision 9368  (Read 1432 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 21 Nov 2012 - Revision 9368
Here is the nightly for Windows on 21 Nov 2012 - Revision 9368

Group: Inferno
fso-WIN-Inferno-20121121_r9368.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20121121_r9368.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20121121_r9368.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r9355 | The_E | 2012-11-18 11:58:05 -0600 (Sun, 18 Nov 2012) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Increase the buffer size for stuff_string_list(SCP_vector<SCP_string>) to 2048. If this function was used with substrings longer than NAME_LENGTH, this would cause stack corruption due to a buffer overrun.

------------------------------------------------------------------------
r9356 | Valathil | 2012-11-18 12:01:41 -0600 (Sun, 18 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/shipfx.cpp

Fix for Mantis 2729: Remove the Int3 and make the log entry a little clearer.
------------------------------------------------------------------------
r9357 | Valathil | 2012-11-18 13:07:33 -0600 (Sun, 18 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp

Fix for Mantis 2719: Clear Vertex Array state after rendering.
------------------------------------------------------------------------
r9358 | Valathil | 2012-11-18 17:33:01 -0600 (Sun, 18 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglstate.cpp
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp

Followup to 9357: Don't flush texture state we don't care about that in shader pipeline and also move the fix to a more efficient place per Swifty's suggestion.
------------------------------------------------------------------------
r9359 | Goober5000 | 2012-11-18 23:36:05 -0600 (Sun, 18 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

follow-up to 9355: since we have a version of get_string that accepts SCP_string, just use that
------------------------------------------------------------------------
r9360 | Valathil | 2012-11-19 11:43:40 -0600 (Mon, 19 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Fix for Mantis 2731: Add a +use_pxo flag in multi.cfg
------------------------------------------------------------------------
r9361 | Goober5000 | 2012-11-19 16:57:41 -0600 (Mon, 19 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

addendum to r9340 to fix Mantis #2714 in scripting function (thanks to Admiral MS)
------------------------------------------------------------------------
r9362 | Goober5000 | 2012-11-19 17:40:50 -0600 (Mon, 19 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp

fix Mantis #2691 by just ending colorization on whitespace
------------------------------------------------------------------------
r9363 | Goober5000 | 2012-11-19 18:05:51 -0600 (Mon, 19 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc

for Mantis #2636
------------------------------------------------------------------------
r9364 | niffiwan | 2012-11-20 04:38:52 -0600 (Tue, 20 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudtargetbox.cpp

Fix mantis 2732
------------------------------------------------------------------------
r9365 | Valathil | 2012-11-20 12:53:26 -0600 (Tue, 20 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp
   M /trunk/fs2_open/code/graphics/gropenglstate.cpp
   M /trunk/fs2_open/code/graphics/gropenglstate.h
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp

Correct some issues with Help screens that popped up because of glCleanup and undocumented Nvidia driver behaviour.
------------------------------------------------------------------------
r9366 | Valathil | 2012-11-20 14:54:28 -0600 (Tue, 20 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

Fix for Mantis 2376: Don't calculate nose offsets for chase view.
------------------------------------------------------------------------
r9367 | Valathil | 2012-11-20 17:42:12 -0600 (Tue, 20 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/font.cpp
   M /trunk/fs2_open/code/graphics/font.h
   M /trunk/fs2_open/code/hud/hudmessage.cpp
   M /trunk/fs2_open/code/hud/hudmessage.h
   M /trunk/fs2_open/code/mission/missionlog.cpp

Fix for Mantis 2207: Use Missiontime for F4 Logscreen entries and fix the calculation.
------------------------------------------------------------------------
r9368 | FUBAR-BDHR | 2012-11-21 12:49:13 -0600 (Wed, 21 Nov 2012) | 1 line
Changed paths:
   M /trunk/fs2_open/code/asteroid/asteroid.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

Log but don't warn about LOD mismatches when running a standalone server.
------------------------------------------------------------------------