Author Topic: Nightly (Windows): 11 Jan 2015 - Revision 11213  (Read 894 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 11 Jan 2015 - Revision 11213
Here is the nightly for Windows on 11 Jan 2015 - Revision 11213

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20150111_r11213.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20150111_r11213.7z
MD5Sum

Group: SSE
fso_SSE_20150111_r11213.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r11210 | Goober5000 | 2015-01-10 21:42:09 -0600 (Sat, 10 Jan 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/collideshipship.cpp

instead of an Int3(), use a Warning that's only displayed once
------------------------------------------------------------------------
r11211 | Goober5000 | 2015-01-10 23:45:47 -0600 (Sat, 10 Jan 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/parse/parselo.h

add optional_string_one_of, which is useful to have
------------------------------------------------------------------------
r11212 | Goober5000 | 2015-01-10 23:46:18 -0600 (Sat, 10 Jan 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cutscene/cutscenes.cpp

add warning if a cutscene is specified that isn't in cutscenes.tbl
------------------------------------------------------------------------
r11213 | Goober5000 | 2015-01-10 23:49:01 -0600 (Sat, 10 Jan 2015) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/missionui/missionscreencommon.cpp

minor modifications to mission cutscenes:
change cutscene_name field to filename, because it's actually the filename of the cutscene
make struct a plain old data object (no constructor)
make parsing a little tidier, and make the SEXP formula and closing #end tag optional
------------------------------------------------------------------------