Author Topic: Nightly (OS X): 05 Jul 2011 - Revision 7324  (Read 1008 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 05 Jul 2011 - Revision 7324
Here is the nightly for OS X on 05 Jul 2011 - Revision 7324

Group: Inferno
fso-OSX-Inferno-20110705_r7324.tgz
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.
------------------------------------------------------------------------
r7310 | The_E | 2011-07-02 14:33:23 -0500 (Sat, 02 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.h
   M /trunk/fs2_open/code/debugconsole/timerbar.h
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/graphics/gropengl.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp

Removing several deprecated/unused cmdline options. Victims this round are: -cell, -timerbar and -d3d_bad_tsys

------------------------------------------------------------------------
r7311 | The_E | 2011-07-02 14:43:02 -0500 (Sat, 02 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cfile/cfilesystem.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.h

And -safeloading bites the dust too.

------------------------------------------------------------------------
r7312 | The_E | 2011-07-02 14:45:46 -0500 (Sat, 02 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.h

And -oldfire, which does nothing, goes to the grave.

------------------------------------------------------------------------
r7313 | The_E | 2011-07-03 03:40:21 -0500 (Sun, 03 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gl/Glext.h
   M /trunk/fs2_open/code/graphics/gl/wglext.h

Updating these to current official versions
------------------------------------------------------------------------
r7314 | Zacam | 2011-07-03 09:44:16 -0500 (Sun, 03 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp

I should sleep more. 7307 was to add a "{ "glUniform4fARB", 0 }," not another v.
------------------------------------------------------------------------
r7315 | karajorma | 2011-07-03 21:22:26 -0500 (Sun, 03 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc

Add a separator between paste and add paste in the event editor.
------------------------------------------------------------------------
r7318 | The_E | 2011-07-04 08:59:02 -0500 (Mon, 04 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp
   M /trunk/fs2_open/code/graphics/gropengl.cpp
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp
   M /trunk/fs2_open/code/graphics/gropenglextension.h
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp

Small update to the FXAA shaders. Also adds a function for shader uniform access that was previously missing.
------------------------------------------------------------------------
r7320 | The_E | 2011-07-04 09:55:07 -0500 (Mon, 04 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp
   M /trunk/fs2_open/code/graphics/gropengl.cpp
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp
   M /trunk/fs2_open/code/graphics/gropenglextension.h
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp

Reverting, due to unforeseen consequences
------------------------------------------------------------------------
r7322 | The_E | 2011-07-04 09:59:12 -0500 (Mon, 04 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp
   M /trunk/fs2_open/code/graphics/gropenglextension.h

Wasn't supposed to change this
------------------------------------------------------------------------
r7323 | The_E | 2011-07-05 07:35:18 -0500 (Tue, 05 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp

New FXAA shaders. These have an increased preset range, going from 0 to 9 inclusive. Presets 0 - 4 use the "Console" version of the algorithm, 5 - 9 get the "PC" version
------------------------------------------------------------------------