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 28, 2015, 04:15:05 am

Title: Nightly (Linux): 28 Nov 2015 - Revision 01e4741
Post by: SirKnightly on November 28, 2015, 04:15:05 am
Here is the nightly for Linux on 28 Nov 2015 - Revision 01e4741

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

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

Code: [Select]
------------------------------------------------------------------------
commit 37f4587
Author: Yarn366 <Sat Nov 28 01:56:09 2015 -0500>
Commit: Yarn366 <Sat Nov 28 01:56:09 2015 -0500>

    Apply rounding to orientation values so that the spinners in the background editor work properly
 code/fred2/bgbitmapdlg.cpp | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 6df0a70
Author: MageKing17 <Thu Nov 26 00:14:34 2015 -0800>
Commit: MageKing17 <Fri Nov 27 18:22:45 2015 -0800>

    Add "Right-Align Ship Names:" option to HudGaugeEscort.
 code/graphics/font.cpp |  6 +++---
 code/graphics/font.h   |  2 +-
 code/hud/hudescort.cpp | 15 ++++++++++++---
 code/hud/hudescort.h   |  2 ++
 code/hud/hudparse.cpp  |  6 ++++++
 5 files changed, 24 insertions(+), 7 deletions(-)