Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 19, 2016, 08:45:34 am

Title: Nightly (OS X): 19 Jul 2016 - Revision 3d5682a
Post by: SirKnightly on July 19, 2016, 08:45:34 am
Here is the nightly for OS X on 19 Jul 2016 - Revision 3d5682a

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

Group: Standard
fso_Standard_20160719_3d5682a.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20160719_3d5682a.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20160719_3d5682a.md5)

Code: [Select]
------------------------------------------------------------------------
commit 20d3410
Author: MageKing17 <Mon Jul 18 12:14:18 2016 -0700>
Commit: MageKing17 <Mon Jul 18 12:25:25 2016 -0700>

    Get rid of AppVeyor version number.
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit ab23830
Author: MageKing17 <Mon Jul 18 11:14:31 2016 -0700>
Commit: MageKing17 <Mon Jul 18 11:14:31 2016 -0700>

    Correct haptic effect for docking.
 code/io/joy_ff-sdl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 19b5ee9
Author: MageKing17 <Mon Jul 18 11:07:10 2016 -0700>
Commit: MageKing17 <Mon Jul 18 11:07:10 2016 -0700>

    Allow force feedback to work again.
 code/io/joy_ff-sdl.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 9a1b143
Author: asarium <Mon Jul 18 18:09:12 2016 +0200>
Commit: asarium <Mon Jul 18 18:09:12 2016 +0200>

    Fix joystick axis events being ignored.
 code/io/joy-sdl.cpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit d8e3b38
Author: asarium <Mon Jul 18 13:50:49 2016 +0200>
Commit: asarium <Mon Jul 18 14:06:14 2016 +0200>

    Only process events from the right joystick
 code/io/joy-sdl.cpp | 10 ++++++++++
 1 file changed, 10 insertions(+)