Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 06, 2009, 03:13:22 pm

Title: Nightly (Windows): 06 Dec 2009 - Revision 5706
Post by: SirKnightly on December 06, 2009, 03:13:22 pm
Here is the nightly for Windows on 06 Dec 2009 - Revision 5706

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
r5701 | Wanderer | 2009-12-05 13:15:31 -0600 (Sat, 05 Dec 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

fix for mantis 1976.
------------------------------------------------------------------------
r5702 | Goober5000 | 2009-12-05 16:53:04 -0600 (Sat, 05 Dec 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/version.cpp
   M /trunk/fs2_open/code/globalincs/version.h
   M /trunk/fs2_open/code/network/stand_gui.cpp
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/parse/parselo.h
   M /trunk/fs2_open/code/parse/scripting.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

commit the revision patch originally inspired by Zacam
------------------------------------------------------------------------
r5703 | karajorma | 2009-12-06 01:15:36 -0600 (Sun, 06 Dec 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix an issue with the client side section of sexp_deal_with_ship_flag.
------------------------------------------------------------------------
r5704 | Goober5000 | 2009-12-06 02:48:03 -0600 (Sun, 06 Dec 2009) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/fred2/sexp_tree.h
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelread.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

add hits-left-subsystem-generic and hits-left-subsystem-specific
deprecate hits-left-subsystem
------------------------------------------------------------------------
r5705 | Goober5000 | 2009-12-06 04:06:51 -0600 (Sun, 06 Dec 2009) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aigoals.cpp
   M /trunk/fs2_open/code/ai/aigoals.h
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/model/modelread.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

remove ai_get_subsystem_type as it's redundant
clean up all sorts of subsystem stuff in sexp.cpp (in particular, use ship_get_subsys when possible)
weapon / sensor subsystem types should work for "weapon" and "sensor", not "weapons" and "sensors" to be consistent
------------------------------------------------------------------------
r5706 | Wanderer | 2009-12-06 04:32:11 -0600 (Sun, 06 Dec 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp

added a warning to prevent issues like mantis 1946
------------------------------------------------------------------------