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, 05:21:38 am

Title: Nightly (FreeBSD): 19 Jul 2016 - Revision 19181b0
Post by: SirKnightly on July 19, 2016, 05:21:38 am
Here is the nightly for FreeBSD on 19 Jul 2016 - Revision 19181b0

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_19181b0.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20160719_19181b0.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20160719_19181b0.md5)

Code: [Select]
------------------------------------------------------------------------
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(+)