Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 05, 2011, 10:11:55 am
-
Here is the nightly for Windows on 05 Jul 2011 - Revision 7324
Group: Inferno
fso-WIN-Inferno-20110705_r7324.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110705_r7324.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110705_r7324.md5)
Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110705_r7324.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110705_r7324.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110705_r7324.md5)
Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110705_r7324.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110705_r7324.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110705_r7324.md5)
------------------------------------------------------------------------
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
------------------------------------------------------------------------
-
Should we still need to have fxaa-v.sdr and fxaa-f.sdr in the effect folder ?
-
No.