Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 03, 2014, 05:05:45 pm

Title: Nightly (OS X): 03 Mar 2014 - Revision 10481
Post by: SirKnightly on March 03, 2014, 05:05:45 pm
Here is the nightly for OS X on 03 Mar 2014 - Revision 10481

Group: Standard
fso-OSX-Standard-20140303_r10481.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20140303_r10481.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20140303_r10481.md5)

Code: [Select]
------------------------------------------------------------------------
r10477 | m_m | 2014-03-02 10:19:42 -0600 (Sun, 02 Mar 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/io/mouse.cpp

Add a scripting hook variable that specifies the mouse buttons.
This variable is named MouseButton and is a bit field which uses the MOUSE_* defines (index 0 for right, 1 for left, 2 for middle).
------------------------------------------------------------------------
r10481 | Goober5000 | 2014-03-03 11:28:29 -0600 (Mon, 03 Mar 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/model/model.h

going through old revisions, r8540 is wrong, since it was like that in trunk -- memsetting the whole struct to -1 sets all integers and floats to -1
(so let's go back to the old way in case some old retail code relied on model_instance_num, model_num, or submodel_num being set to -1)
------------------------------------------------------------------------