Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 27, 2014, 04:14:08 am

Title: Nightly (FreeBSD): 27 Oct 2014 - Revision 11159
Post by: SirKnightly on October 27, 2014, 04:14:08 am
Here is the nightly for FreeBSD on 27 Oct 2014 - Revision 11159

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

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

Code: [Select]
------------------------------------------------------------------------
r11152 | niffiwan | 2014-10-21 04:12:00 -0500 (Tue, 21 Oct 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Partial revert of r11145

A fake subsystem used as the firing point for fighter beams. It's
re-used for every fire point so the turret is supposed to only have 1
firepoint. i.e. energy consumption was already correctly calculated
------------------------------------------------------------------------
r11153 | niffiwan | 2014-10-21 04:16:39 -0500 (Tue, 21 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/osapi/osapi_unix.cpp

Set 1024x768 32bit as default res on *nix
------------------------------------------------------------------------
r11154 | The_E | 2014-10-24 10:55:30 -0500 (Fri, 24 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

From MageKing17: Make the lua doManeuver command behave the same way as the sexp.
------------------------------------------------------------------------
r11155 | The_E | 2014-10-24 11:02:01 -0500 (Fri, 24 Oct 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Corrects an unwanted change in formatting

------------------------------------------------------------------------
r11156 | niffiwan | 2014-10-24 16:01:39 -0500 (Fri, 24 Oct 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/textviewdlg.cpp
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/parse/parselo.h

Fix mantis #3126 (from MageKing17)

Remove limit of 32 tbms being loaded for any given table type
------------------------------------------------------------------------
r11157 | Goober5000 | 2014-10-25 21:43:46 -0500 (Sat, 25 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/math/fvi.cpp

Mantis #3127: fix the spatial check in the rewritten algorithm
------------------------------------------------------------------------
r11158 | m_m | 2014-10-26 13:16:31 -0500 (Sun, 26 Oct 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/object/objcollide.cpp
   M /trunk/fs2_open/code/object/object.h

Fix a crash reported by Axem related to freeing the dock list of an object.
This was caused by freeing the dock list from the destructor of an object which meant that copies of an object would corrupt the original object instance.
To make sure that doesn't happen again the copy constructor and assignment operator of object have been made private.
------------------------------------------------------------------------
r11159 | m_m | 2014-10-26 13:31:48 -0500 (Sun, 26 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/objcollide.cpp
   M /trunk/fs2_open/code/object/object.h

Revert 11158 as it breaks FRED compilation.
------------------------------------------------------------------------