Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 19, 2009, 11:46:45 am
-
Here is the nightly for OS X on 19 Nov 2009 - Revision 5671
fso-OSX-20091119_r5671.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-20091119_r5671.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-20091119_r5671.md5)
------------------------------------------------------------------------
r5653 | chief1983 | 2009-11-13 17:35:08 -0600 (Fri, 13 Nov 2009) | 2 lines
Changed paths:
M /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj
M /trunk/fs2_open/projects/MSVC_2008/Freespace2.sln
M /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj
M /trunk/fs2_open/projects/MSVC_2008/code.vcproj
M /trunk/fs2_open/projects/MSVC_2008/libjpeg.vcproj
M /trunk/fs2_open/projects/MSVC_2008/liblua.vcproj
VS2008 remembers how to build
Zacam fixed the broken merge from Antipodes of the project file updates.
------------------------------------------------------------------------
r5654 | portej05 | 2009-11-13 22:11:16 -0600 (Fri, 13 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/osapi/outwnd.cpp
FRED Learns to write in its own log file!
------------------------------------------------------------------------
r5655 | karajorma | 2009-11-14 03:13:45 -0600 (Sat, 14 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
M /trunk/fs2_open/code/parse/sexp.h
FUBAR's percent-ships-arrived SEXP.
------------------------------------------------------------------------
r5656 | karajorma | 2009-11-14 03:51:24 -0600 (Sat, 14 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/ai/aibig.cpp
M /trunk/fs2_open/code/ai/aicode.cpp
M /trunk/fs2_open/code/ship/afterburner.cpp
Pedro's Mantis 1982 Fix (Afterburners are used from several places in the code for ships with no afterburners).
------------------------------------------------------------------------
r5657 | karajorma | 2009-11-14 05:57:35 -0600 (Sat, 14 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/fred2/adjustgriddlg.cpp
Trim out some warning messages.
------------------------------------------------------------------------
r5658 | Goober5000 | 2009-11-16 01:01:49 -0600 (Mon, 16 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/awacs.cpp
remove this extra friendly-stealth-invisible check; it's redundant and incorrect
------------------------------------------------------------------------
r5659 | Goober5000 | 2009-11-16 01:04:06 -0600 (Mon, 16 Nov 2009) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ship/shipfx.cpp
fix knossos animations rendering backwards for ships warping out in certain orientations
(taylor's hack isn't actually needed; the parent_obj can - and probably should, for consistency - be the warping ship, not the knossos)
------------------------------------------------------------------------
r5660 | Goober5000 | 2009-11-16 22:41:35 -0600 (Mon, 16 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj
Zacam's "oops" patch
------------------------------------------------------------------------
r5661 | chief1983 | 2009-11-17 23:58:11 -0600 (Tue, 17 Nov 2009) | 3 lines
Changed paths:
M /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj
M /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj
M /trunk/fs2_open/projects/MSVC_2008/code.vcproj
Add back in:
_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;
until we can fix the code that is visibly broken by removing those. Per Zacam.
------------------------------------------------------------------------
r5662 | Goober5000 | 2009-11-18 00:34:09 -0600 (Wed, 18 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
M /trunk/fs2_open/code/parse/sexp.h
sexp subcategorization
------------------------------------------------------------------------
r5663 | Goober5000 | 2009-11-18 02:17:26 -0600 (Wed, 18 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/lab/wmcgui.cpp
remove unused variable
------------------------------------------------------------------------
r5664 | Goober5000 | 2009-11-18 02:59:35 -0600 (Wed, 18 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/parselo.cpp
M /trunk/fs2_open/code/parse/parselo.h
add useful parselo function
------------------------------------------------------------------------
r5665 | Goober5000 | 2009-11-18 03:17:01 -0600 (Wed, 18 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/fred2/sexp_tree.cpp
M /trunk/fs2_open/code/parse/sexp.cpp
M /trunk/fs2_open/code/parse/sexp.h
add two awesome sexps that allow treating sexp variables as arrays
------------------------------------------------------------------------
r5666 | Goober5000 | 2009-11-18 03:33:31 -0600 (Wed, 18 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/asteroid/asteroid.h
bump MAX_ASTEROIDS (I can't believe nobody else has yet)
------------------------------------------------------------------------
r5667 | chief1983 | 2009-11-18 23:49:23 -0600 (Wed, 18 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/freespace2/freespace.cpp
Fix for #1945: Finish adding the proper rectangle drawing code. Cutscenes now combine FOV change + rectangles. From Hery.
------------------------------------------------------------------------
r5668 | chief1983 | 2009-11-18 23:51:26 -0600 (Wed, 18 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/fred2/bgbitmapdlg.cpp
M /trunk/fs2_open/code/fred2/bgbitmapdlg.h
M /trunk/fs2_open/code/fred2/fred.rc
M /trunk/fs2_open/code/fred2/resource.h
M /trunk/fs2_open/code/lab/lab.cpp
M /trunk/fs2_open/code/model/model.h
M /trunk/fs2_open/code/model/modelinterp.cpp
M /trunk/fs2_open/code/model/modelread.cpp
Fix for #1914: Add a Skybox CLAMP flag to FRED that forces clamped textures instead of tiling.
------------------------------------------------------------------------
r5669 | chief1983 | 2009-11-19 00:06:52 -0600 (Thu, 19 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/freespace2/freespace.cpp
Fix for #1768: cutscene bars should now be fully functional again. Something about cubemaps, ask Hery :)
------------------------------------------------------------------------
r5671 | chief1983 | 2009-11-19 11:31:48 -0600 (Thu, 19 Nov 2009) | 1 line
Changed paths:
M /trunk/fs2_open/code/freespace2/freespace.cpp
Fix for fix for #1945 and #1768: Previous fixes didn't play nicely together. Per Hery.
------------------------------------------------------------------------