Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: Zacam on October 04, 2010, 12:06:59 pm

Title: Nightly (Windows): 04 Oct 2010 - Revision 6564
Post by: Zacam on October 04, 2010, 12:06:59 pm
Here is the nightly for Windows on 04 Oct 2010 - Revision 6564

Group: Inferno
fso-WIN-Inferno-20101004_r6564.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20101004_r6564.7z)
MD5: 2E990505E1FE5DF66A76947AAE41A30E

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20101004_r6564.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20101004_r6564.7z)
MD5: B8CB67A9103BF0E0FEC4663D8B7A425A

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20101004_r6564.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20101004_r6564.7z)
MD5: DE6B1970F25643C1FED414C52339D6E6

Code: [Select]
------------------------------------------------------------------------
r6560 | The_E | 2010-10-02 20:45:01 -0800 (Sat, 02 Oct 2010) | 1 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Adding a better explanation here.
------------------------------------------------------------------------
r6561 | Wanderer | 2010-10-03 00:19:43 -0800 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

Feature commit - option to adjust turret ROF by multiplier or by the number of firepoints.
------------------------------------------------------------------------
r6562 | Echelon9 | 2010-10-03 02:06:47 -0800 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Second case of mprintf fubar this week. MSVC thought this was valid?
------------------------------------------------------------------------
r6563 | The_E | 2010-10-03 13:35:48 -0800 (Sun, 03 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/math/staticrand.cpp

More checking to guard against Mantis 2205

------------------------------------------------------------------------
r6564 | IssMneur | 2010-10-03 21:27:55 -0800 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2010/Fred2.vcxproj
   M /trunk/fs2_open/projects/MSVC_2010/Freespace2.vcxproj

Make VS2010 copy *every time* that it rebuilds the binaries, not just when a change is made to a file in Freespace2 or Fred2 projects (ie. when it inserts code changes from code.lib into the binary).
------------------------------------------------------------------------