Author Topic: Nightly (FreeBSD): 26 Jan 2016 - Revision 8dc4030  (Read 651 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 26 Jan 2016 - Revision 8dc4030
Here is the nightly for FreeBSD on 26 Jan 2016 - Revision 8dc4030

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20160126_8dc4030.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 5b8410d
Author: Yarn366 <Mon Jan 25 17:00:08 2016 -0500>
Commit: Yarn366 <Mon Jan 25 17:00:08 2016 -0500>

    Values of "Force Scaling Above" that are <= 0 are now handled in adjust_base_res rather than in gauge_load_common. (This fixes a bug that prevented this parameter from working properly under certain conditions.)
 code/hud/hudparse.cpp | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 1bd7160
Author: Yarn366 <Mon Jan 25 15:13:17 2016 -0500>
Commit: Yarn366 <Mon Jan 25 15:13:17 2016 -0500>

    Remove parameters from gauge_settings constructor and change values after struct creation.
 code/hud/hudparse.cpp | 19 +++++++++++++------
 code/hud/hudparse.h   |  7 +++----
 2 files changed, 16 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 8464e17
Author: Yarn366 <Mon Jan 25 04:41:24 2016 -0500>
Commit: Yarn366 <Mon Jan 25 04:41:24 2016 -0500>

    Use a constructor rather than a define to create a gauge settings struct.
 code/hud/hudparse.cpp | 23 +++++++----------------
 code/hud/hudparse.h   | 18 +++++++++++++++++-
 2 files changed, 24 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 335cc4a
Author: asarium <Sun Jan 24 14:31:13 2016 +0100>
Commit: asarium <Sun Jan 24 14:31:13 2016 +0100>

    Use generic architecture by default
 ci/travis/before_script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit ca95a3c
Author: Yarn366 <Mon Jan 4 03:57:13 2016 -0500>
Commit: Yarn366 <Mon Jan 4 03:57:13 2016 -0500>

    Changed default gauge settings from a function to a define
 code/hud/hudparse.cpp | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 3fd9b8f
Author: Yarn366 <Sun Jan 3 04:29:59 2016 -0500>
Commit: Yarn366 <Sun Jan 3 04:29:59 2016 -0500>

    Fix the errors reported by AppVeyor and Travis CI (take 2)
 code/hud/hudparse.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 890c607
Author: Yarn366 <Sun Jan 3 03:56:13 2016 -0500>
Commit: Yarn366 <Sun Jan 3 03:56:13 2016 -0500>

    Fix the errors reported by AppVeyor and Travis CI (hopefully)
 code/hud/hudparse.cpp | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 3512fcc
Author: Yarn366 <Sun Jan 3 03:12:00 2016 -0500>
Commit: Yarn366 <Sun Jan 3 03:12:00 2016 -0500>

    Changed the gauge loaders to accept a pointer to the new gauge_settings struct instead of a bunch of values.
 code/hud/hudparse.cpp | 1685 +++++++++++++++++++++++--------------------------
 code/hud/hudparse.h   |  130 ++--
 2 files changed, 865 insertions(+), 950 deletions(-)

------------------------------------------------------------------------
commit fa10977
Author: Yarn366 <Thu Dec 3 20:06:06 2015 -0500>
Commit: Yarn366 <Thu Dec 3 20:06:06 2015 -0500>

    Added parameters that allow HUD scaling to be disabled at lower resolutions and enabled at higher resolutions.
 code/hud/hudparse.cpp | 515 +++++++++++++++++++++++++++++++-------------------
 code/hud/hudparse.h   | 114 +++++------
 2 files changed, 381 insertions(+), 248 deletions(-)

------------------------------------------------------------------------
commit 256ba6f
Author: niffiwan <Thu Nov 26 18:57:36 2015 +1000>
Commit: niffiwan <Thu Nov 26 18:57:36 2015 +1000>

    Remove proposed AI profiles flag
 code/ai/ai_profiles.cpp |  2 --
 code/ai/ai_profiles.h   |  1 -
 code/weapon/weapons.cpp | 15 ++-------------
 3 files changed, 2 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit 338d6c9
Author: niffiwan <Mon Nov 2 22:04:55 2015 +1000>
Commit: niffiwan <Sun Nov 22 20:36:03 2015 +1000>

    Allow countermeasures to decoy missiles once only
 code/ai/ai_profiles.cpp |  2 ++
 code/ai/ai_profiles.h   |  1 +
 code/weapon/weapon.h    |  3 +--
 code/weapon/weapons.cpp | 60 +++++++++++++++++++++++++++++++++++++++----------
 4 files changed, 52 insertions(+), 14 deletions(-)