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 01, 2014, 04:14:01 am

Title: Nightly (FreeBSD): 01 Dec 2014 - Revision 11181
Post by: SirKnightly on December 01, 2014, 04:14:01 am
Here is the nightly for FreeBSD on 01 Dec 2014 - Revision 11181

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 124

Group: Standard
fso_Standard_20141201_r11181.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20141201_r11181.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20141201_r11181.md5)

Code: [Select]
------------------------------------------------------------------------
r11179 | Goober5000 | 2014-11-24 09:34:09 -0600 (Mon, 24 Nov 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

m!m's fix for Mantis #3131: contrary to the xt change from r11138, NULL is only returned on vm_malloc failure (so should never happen in normal execution)
------------------------------------------------------------------------
r11180 | Goober5000 | 2014-11-29 00:58:06 -0600 (Sat, 29 Nov 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/math/vecmat.cpp
   M /trunk/fs2_open/code/math/vecmat.h
   M /trunk/fs2_open/code/parse/sexp.cpp

improve sexp code for obtaining pitch/bank/heading with the following changes:
1) use an alternate algorithm for extracting angles from an orientation matrix
2) properly round floats to integers when converting to degrees
------------------------------------------------------------------------
r11181 | Goober5000 | 2014-11-30 17:53:22 -0600 (Sun, 30 Nov 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/shiphit.cpp

remove the Error (originally Assert) from r1675 and add back the comment removed in r8005
------------------------------------------------------------------------