Author Topic: Nightly (OS X): 30 Nov 2015 - Revision cb8154a  (Read 676 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 30 Nov 2015 - Revision cb8154a
Here is the nightly for OS X on 30 Nov 2015 - Revision cb8154a

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20151130_cb8154a.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit a4f793e
Author: Yarn366 <Sun Nov 29 17:22:48 2015 -0500>
Commit: Yarn366 <Sun Nov 29 17:22:48 2015 -0500>

    Use the same FOV for everything in the main view, and apply the pi*(4/9) correction for ships to the briefing view.
 code/fred2/fredrender.cpp | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 3287ff6
Author: Risto Toijala <Sat Nov 28 18:20:56 2015 +0200>
Commit: Risto Toijala <Sat Nov 28 18:20:56 2015 +0200>

    unix mods: change error to warning
 code/cmdline/cmdline.cpp | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 8109241
Author: Risto Toijala <Sat Nov 28 18:19:50 2015 +0200>
Commit: Risto Toijala <Sat Nov 28 18:19:50 2015 +0200>

    unix mods: use "." instead of full cwd path to avoid error condition
 code/cmdline/cmdline.cpp | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

------------------------------------------------------------------------
commit 947deb8
Author: Risto Toijala <Sat Nov 28 18:18:26 2015 +0200>
Commit: Risto Toijala <Sat Nov 28 18:18:26 2015 +0200>

    unix mods: switch parent and dir for readability
 code/cmdline/cmdline.cpp | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
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(-)

------------------------------------------------------------------------
commit 0b84c18
Author: Risto Toijala <Fri Nov 27 20:16:00 2015 +0200>
Commit: Risto Toijala <Fri Nov 27 20:16:45 2015 +0200>

    also accept backslashes as path separators on unix
 code/cmdline/cmdline.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7523669
Author: Risto Toijala <Thu Nov 26 09:49:52 2015 +0200>
Commit: Risto Toijala <Fri Nov 27 20:16:45 2015 +0200>

    allow subfolders in mod paths
 code/cmdline/cmdline.cpp | 118 +++++++++++++++++++++++++++++++----------------
 1 file changed, 77 insertions(+), 41 deletions(-)

------------------------------------------------------------------------
commit b1b8ae9
Author: Risto Toijala <Sun Nov 1 14:29:45 2015 +0200>
Commit: Risto Toijala <Fri Nov 27 20:16:45 2015 +0200>

    move unix modlist handling to function
 code/cmdline/cmdline.cpp | 123 +++++++++++++++++++++++++----------------------
 1 file changed, 65 insertions(+), 58 deletions(-)

------------------------------------------------------------------------
commit bddf438
Author: Risto Toijala <Sun Nov 1 14:26:12 2015 +0200>
Commit: Risto Toijala <Fri Nov 27 20:16:45 2015 +0200>

    clean up unix mod handling
 code/cmdline/cmdline.cpp | 39 ++++++++++++++++++++++++++++-----------
 1 file changed, 28 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 407a235
Author: Lari Nieminen <Thu Nov 26 18:06:41 2015 +0200>
Commit: Lari Nieminen <Thu Nov 26 18:06:41 2015 +0200>

    Fixed silly syntax error
 code/bmpman/bmpman.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 0c5e6c7
Author: Lari Nieminen <Thu Nov 26 16:35:23 2015 +0200>
Commit: Lari Nieminen <Thu Nov 26 16:35:23 2015 +0200>

    Fixes to some bm_unlock and bm_unload calls
 code/bmpman/bmpman.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 4b37433
Author: The E <Sun Nov 22 21:00:24 2015 +0100>
Commit: The E <Sun Nov 22 21:00:24 2015 +0100>

    Removing the _INLINE_VECMAT preprocessor define. This is something the compiler is better equipped to decide.
 code/math/vecmat.cpp | 24 -------------
 code/math/vecmat.h   | 96 ----------------------------------------------------
 2 files changed, 120 deletions(-)