Author Topic: Nightly (Windows): 08 Jul 2013 - Revision 9719  (Read 849 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 08 Jul 2013 - Revision 9719
Here is the nightly for Windows on 08 Jul 2013 - Revision 9719

Group: Standard
fso-WIN-Standard-20130708_r9719.7z
MD5Sum

Group: NO-SSE
fso-WIN-NO-SSE-20130708_r9719.7z
MD5Sum

Group: SSE
fso-WIN-SSE-20130708_r9719.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r9706 | Echelon9 | 2013-07-07 07:24:14 -0500 (Sun, 07 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/object.cpp

Documentation cleanup of object.cpp pursuant to Mantis 2897 bug-hunting.
------------------------------------------------------------------------
r9708 | Goober5000 | 2013-07-07 18:50:50 -0500 (Sun, 07 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/objectdock.cpp

a modified version of Echelon9's fix for Mantis #2897 (heap corruption due to object indexes being too large for the object dock bitstring)
------------------------------------------------------------------------
r9709 | Goober5000 | 2013-07-07 18:59:23 -0500 (Sun, 07 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

remove an unused function, per Echelon9's detective work (Mantis #2900)
------------------------------------------------------------------------
r9710 | Goober5000 | 2013-07-07 22:25:39 -0500 (Sun, 07 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/pilotfile/csg.cpp

MSVC6 compatibility
------------------------------------------------------------------------
r9714 | Goober5000 | 2013-07-08 02:11:24 -0500 (Mon, 08 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/waypoint.cpp

add a missing #include
------------------------------------------------------------------------
r9715 | Goober5000 | 2013-07-08 02:14:23 -0500 (Mon, 08 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/objectsort.cpp

this is required for strict const-correctness
------------------------------------------------------------------------
r9718 | The_E | 2013-07-08 12:40:06 -0500 (Mon, 08 Jul 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/grbatch.cpp
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp
   M /trunk/fs2_open/code/graphics/gropengldraw.h

Fix for Mantis 2861: Make sure we switch off shader-based effect rendering if the GPU can't handle it

------------------------------------------------------------------------
r9719 | The_E | 2013-07-08 12:40:57 -0500 (Mon, 08 Jul 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.cpp

Removes a console command that basically amounted to being a more elaborate way of causing an Int3()

------------------------------------------------------------------------