Here is the nightly for Linux on 26 Jan 2016 - Revision 8dc4030
Open non-feature issues in
Mantis: 124
Group: Standard
fso_Standard_20160126_8dc4030.tar.bz2MD5Sum------------------------------------------------------------------------
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 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(-)