Author Topic: Nightly (Windows): 02 Jul 2011 - Revision 7309  (Read 1298 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 02 Jul 2011 - Revision 7309
Here is the nightly for Windows on 02 Jul 2011 - Revision 7309

Group: Inferno
fso-WIN-Inferno-20110702_r7309.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110702_r7309.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110702_r7309.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r7295 | The_E | 2011-07-01 12:00:31 -0500 (Fri, 01 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelcollide.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

Swifty's collision detection improvements.
------------------------------------------------------------------------
r7302 | The_E | 2011-07-01 14:00:57 -0500 (Fri, 01 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.h

Minor typo correction. Thanks to Valathil for finding it.

------------------------------------------------------------------------
r7303 | The_E | 2011-07-01 14:09:25 -0500 (Fri, 01 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Built-in bloom shader adjusted for higher quality

------------------------------------------------------------------------
r7304 | Zacam | 2011-07-01 18:37:30 -0500 (Fri, 01 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.h

OGL_UNIFORM4FV should be (and now is) preceded by OGL_UNIFORM4F.
------------------------------------------------------------------------
r7306 | Zacam | 2011-07-01 19:14:04 -0500 (Fri, 01 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.h

...but apparently not that way.
------------------------------------------------------------------------
r7307 | Zacam | 2011-07-01 20:02:26 -0500 (Fri, 01 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp
   M /trunk/fs2_open/code/graphics/gropenglextension.h

This is the right way to do it.
Correct version of 7304.
------------------------------------------------------------------------
r7309 | Zacam | 2011-07-02 00:07:57 -0500 (Sat, 02 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudartillery.cpp

Fix for SSM usage causing Assert. If warp lifetime must be 4 seconds or greater, how about we warn them (in parsing) before they try and use it (and thus set it to at least 4.0) instead?
Thanks to bigchunk1 for catching this one and to IssMneur for the assist and review.
------------------------------------------------------------------------