Author Topic: Nightly (OS X): 03 Mar 2014 - Revision 10481  (Read 748 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 03 Mar 2014 - Revision 10481
Here is the nightly for OS X on 03 Mar 2014 - Revision 10481

Group: Standard
fso-OSX-Standard-20140303_r10481.tgz
MD5Sum

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)
------------------------------------------------------------------------