Author Topic: Nightly (Windows): 06 Nov 2013 - Revision 10014  (Read 1938 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 06 Nov 2013 - Revision 10014
Here is the nightly for Windows on 06 Nov 2013 - Revision 10014

Group: NO-SSE
fso-WIN-NO-SSE-20131106_r10014.7z
MD5Sum

Group: Standard
fso-WIN-Standard-20131106_r10014.7z
MD5Sum

Group: SSE
fso-WIN-SSE-20131106_r10014.7z
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
------------------------------------------------------------------------



 

Offline Cyborg17

  • 29
  • Life? Don't talk to me about life....
Re: Nightly (Windows): 06 Nov 2013 - Revision 10014
Could you clarify the changes in r10011? Is the master list in another table file?

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Nightly (Windows): 06 Nov 2013 - Revision 10014
That refers to maintaining a single Briefing_icon_info vector with all the icon information, rather than three fixed-length arrays in each species definition.

 

Offline Cyborg17

  • 29
  • Life? Don't talk to me about life....
Re: Nightly (Windows): 06 Nov 2013 - Revision 10014
Got it.