Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 31, 2010, 06:50:32 am

Title: Nightly (Windows): 31 Jan 2010 - Revision 5862
Post by: SirKnightly on January 31, 2010, 06:50:32 am
Here is the nightly for Windows on 31 Jan 2010 - Revision 5862

Group: SSE2
fso-WIN-SSE2-20100131_r5862.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE2-20100131_r5862.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE2-20100131_r5862.md5)

Group: Standard
fso-WIN-Standard-20100131_r5862.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20100131_r5862.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20100131_r5862.md5)

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20100131_r5862.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20100131_r5862.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20100131_r5862.md5)

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20100131_r5862.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20100131_r5862.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20100131_r5862.md5)

Code: [Select]
------------------------------------------------------------------------
r5853 | chief1983 | 2010-01-29 16:21:33 -0600 (Fri, 29 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudparse.cpp

Fix a VC6 compiling issue with multiple declarations of i
------------------------------------------------------------------------
r5855 | Goober5000 | 2010-01-29 18:04:54 -0600 (Fri, 29 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_6/code.dsp
   M /trunk/fs2_open/projects/MSVC_6_Release/Freespace2.dsp
   M /trunk/fs2_open/projects/MSVC_6_Release/code.dsp

fix the MSVC6 project files
------------------------------------------------------------------------
r5856 | Goober5000 | 2010-01-29 18:12:45 -0600 (Fri, 29 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_6_Release/Fred2.dsp
   M /trunk/fs2_open/projects/MSVC_6_Release/libjpeg.dsp
   M /trunk/fs2_open/projects/MSVC_6_Release/liblua.dsp
   M /trunk/fs2_open/projects/MSVC_6_Release/wxFRED2.dsp

change the other DSPs too
------------------------------------------------------------------------
r5857 | Goober5000 | 2010-01-29 18:50:08 -0600 (Fri, 29 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_6/code.dsp
   M /trunk/fs2_open/projects/MSVC_6_Release/Fred2.dsp
   M /trunk/fs2_open/projects/MSVC_6_Release/Freespace2.dsp
   M /trunk/fs2_open/projects/MSVC_6_Release/code.dsp

Zacam's project fixes
------------------------------------------------------------------------
r5858 | Zacam | 2010-01-29 21:38:53 -0600 (Fri, 29 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/physics/physics.cpp
   M /trunk/fs2_open/code/physics/physics.h
   M /trunk/fs2_open/code/playerman/playercontrol.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

SparK's Reverse Afterburner code, for FringeSpace (Tachyon) project Feature Request.
------------------------------------------------------------------------
r5859 | Wanderer | 2010-01-30 05:45:22 -0600 (Sat, 30 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

bah, bah, bah, bah - fix my own stupid bug in lua raycollision function
------------------------------------------------------------------------
r5861 | Zacam | 2010-01-30 19:19:58 -0600 (Sat, 30 Jan 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/menuui/techmenu.cpp
   M /trunk/fs2_open/code/missionui/missionbrief.cpp
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/network/multiteamselect.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

From Antipodes #5: new TBM option '$Alt name:'
For ships and weapon tbms - renaming existing tbl entries in mods
------------------------------------------------------------------------
r5862 | Zacam | 2010-01-30 19:22:56 -0600 (Sat, 30 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/speech/include/sphelper.h

From Antipodes #5: Corrections for errors and warnings to SPHelper.h for speech compiling for WSVC (specifically 2008), especially when done on Vista/Win 7.
------------------------------------------------------------------------