Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 22, 2013, 01:40:15 pm
-
Here is the nightly for Windows on 22 Apr 2013 - Revision 9646
Group: Standard
fso-WIN-Standard-20130422_r9646.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20130422_r9646.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20130422_r9646.md5)
Group: NO-SSE
fso-WIN-NO-SSE-20130422_r9646.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20130422_r9646.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20130422_r9646.md5)
Group: SSE
fso-WIN-SSE-20130422_r9646.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20130422_r9646.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20130422_r9646.md5)
------------------------------------------------------------------------
r9640 | Goober5000 | 2013-04-20 19:12:41 -0500 (Sat, 20 Apr 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/parselo.cpp
Yarn's patch to make version checking work correctly
------------------------------------------------------------------------
r9641 | Goober5000 | 2013-04-22 00:50:02 -0500 (Mon, 22 Apr 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
the fix for Mantis #2845 in isolation
------------------------------------------------------------------------
r9642 | Goober5000 | 2013-04-22 01:30:48 -0500 (Mon, 22 Apr 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
fix the is-in-box sexp
------------------------------------------------------------------------
r9643 | Goober5000 | 2013-04-22 02:33:12 -0500 (Mon, 22 Apr 2013) | 4 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/parse/sexp.cpp
M /trunk/fs2_open/code/parse/sexp.h
code cleanup related to Mantis #2845...
straighten out and standardize the differences between the various OPF_SHIP_WING_* argument types
make sure all ships using an OPF_SHIP_WING_* type actually specify and handle the type they need to (removing the ones that don't make sense, e.g. you can't set the orientation of a waypoint)
enforce type safety by clarifying the distinction between "any ship on a team" and "every ship on a team", and splitting the OSWPT_TYPE_TEAM type to accommodate this (which maintains compatibility with the original OPF_SHIP_WING_TEAM type)
------------------------------------------------------------------------
r9644 | Echelon9 | 2013-04-22 07:09:29 -0500 (Mon, 22 Apr 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/object/objectsnd.cpp
Fix Mantis 2824: AddressSanitizer: global-buffer-overflow in obj_snd_delete_all()
------------------------------------------------------------------------
r9645 | Echelon9 | 2013-04-22 07:12:50 -0500 (Mon, 22 Apr 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
Fix Mantis 2834: AddressSanitizer: global-buffer-overflow in get_max_ammo_count_for_bank()
------------------------------------------------------------------------
r9646 | Echelon9 | 2013-04-22 07:16:23 -0500 (Mon, 22 Apr 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
Fix for Mantis 2821: AddressSanitizer: global-buffer-overflow in ship_get_secondary_weapon_range()
------------------------------------------------------------------------