Author Topic: Nightly (OS X): 07 Nov 2013 - Revision 10023  (Read 807 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 07 Nov 2013 - Revision 10023
Here is the nightly for OS X on 07 Nov 2013 - Revision 10023

Group: Standard
fso-OSX-Standard-20131107_r10023.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10011 | Goober5000 | 2013-11-05 19:06:45 -0600 (Tue, 05 Nov 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/briefingeditordlg.cpp
   M /trunk/fs2_open/code/fred2/briefingeditordlg.h
   M /trunk/fs2_open/code/fred2/management.cpp
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/mission/missionbriefcommon.h
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/missionui/missionbrief.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/species_defs/species_defs.h

store briefing icons in a master list rather than in species_def
allow ship classes to specify their own briefing icon to override normal icon
------------------------------------------------------------------------
r10012 | Goober5000 | 2013-11-05 20:27:41 -0600 (Tue, 05 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/briefingeditordlg.cpp
   M /trunk/fs2_open/code/fred2/briefingeditordlg.h
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/fred2/resource.h
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/mission/missionbriefcommon.h
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

this should now allow wing icons to be specified too
------------------------------------------------------------------------
r10013 | Goober5000 | 2013-11-05 21:41:19 -0600 (Tue, 05 Nov 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/briefingeditordlg.cpp
   M /trunk/fs2_open/code/fred2/briefingeditordlg.h
   M /trunk/fs2_open/code/fred2/management.cpp

promptly change the icon type when the wing checkbox is checked
load icons.tbl earlier in FRED so that briefing icons work correctly
------------------------------------------------------------------------
r10014 | niffiwan | 2013-11-06 03:10:06 -0600 (Wed, 06 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudets.h
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix mantis 2946: set ets shield index to zero when sexp shields-off is called
------------------------------------------------------------------------
r10015 | The_E | 2013-11-06 11:14:11 -0600 (Wed, 06 Nov 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp

Moves game_settings.tbl parsing up a few lines so that it takes place before graphics are initialized (Necessary due to the table deciding whether to load external shaders or not)

------------------------------------------------------------------------
r10016 | Wanderer | 2013-11-06 13:10:25 -0600 (Wed, 06 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/lab/lab.cpp

Fix to prevent invalid weapon bitmap references from being created in the lab.
------------------------------------------------------------------------
r10017 | Wanderer | 2013-11-06 13:22:46 -0600 (Wed, 06 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Assert to trap lua getSignature access to objects with invalid signature.
------------------------------------------------------------------------
r10018 | Wanderer | 2013-11-06 14:25:46 -0600 (Wed, 06 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/physics/physics.cpp

Fix for Mantis #2784
------------------------------------------------------------------------
r10019 | Goober5000 | 2013-11-06 17:28:15 -0600 (Wed, 06 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/profiling.cpp

fix warning and mismatched line endings
------------------------------------------------------------------------
r10020 | Goober5000 | 2013-11-06 18:14:18 -0600 (Wed, 06 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/gamesequence/gamesequence.cpp
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/parse/scripting.cpp
   M /trunk/fs2_open/code/parse/scripting.h
   M /trunk/fs2_open/code/weapon/weapon.h

make script_hook behave as a POD object, and fix some parameter passing
------------------------------------------------------------------------
r10021 | Goober5000 | 2013-11-06 19:57:52 -0600 (Wed, 06 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai.h
   M /trunk/fs2_open/code/ai/aibig.h
   M /trunk/fs2_open/code/hud/hudtarget.h
   M /trunk/fs2_open/code/lab/lab.cpp
   M /trunk/fs2_open/code/model/modelanim.cpp
   M /trunk/fs2_open/code/model/modelanim.h
   M /trunk/fs2_open/code/network/multimsgs.h
   M /trunk/fs2_open/code/object/objectsnd.h
   M /trunk/fs2_open/code/parse/sexp.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shipfx.h
   M /trunk/fs2_open/code/ship/shiphit.h
   M /trunk/fs2_open/code/weapon/beam.h
   M /trunk/fs2_open/code/weapon/swarm.h
   M /trunk/fs2_open/code/weapon/weapon.h

ship_subsys is now a class
------------------------------------------------------------------------
r10022 | Wanderer | 2013-11-07 02:51:43 -0600 (Thu, 07 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/lab/lab.cpp

Fix for Mantis #2806 - added option to rotate the turrets according to 'initial' state animation code in the lab - option enabled by default but can be toggled via render options
------------------------------------------------------------------------
r10023 | niffiwan | 2013-11-07 03:25:18 -0600 (Thu, 07 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix mantis 2946 part B: set defaults ets when calling shields-on
------------------------------------------------------------------------