Author Topic: Nightly (Windows): 10 Nov 2013 - Revision 10046  (Read 1019 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 10 Nov 2013 - Revision 10046
Here is the nightly for Windows on 10 Nov 2013 - Revision 10046

Group: NO-SSE
fso-WIN-NO-SSE-20131110_r10046.7z
MD5Sum

Group: Standard
fso-WIN-Standard-20131110_r10046.7z
MD5Sum

Group: SSE
fso-WIN-SSE-20131110_r10046.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10036 | Echelon9 | 2013-11-09 17:08:32 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj

Clean up Xcode4/5 project file. Remove blank overrides at the lower level of specific projects
------------------------------------------------------------------------
r10037 | Echelon9 | 2013-11-09 18:00:58 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj

Further cleanup Xcode 4/5 project file. Promote settings to top level where possible, remove redundant GCC settings
------------------------------------------------------------------------
r10038 | Echelon9 | 2013-11-09 18:05:24 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj

Further Xcode 4/5 project file cleanup. Install setting not required as we build an .app bundle
------------------------------------------------------------------------
r10039 | Echelon9 | 2013-11-09 18:10:38 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj

Xcode 4/5 project file cleanup. Further deprecated settings related to cfilearchiver
------------------------------------------------------------------------
r10040 | Echelon9 | 2013-11-09 18:28:18 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj

Xcode 4/5 project file cleanup. These are redundant settings
------------------------------------------------------------------------
r10041 | Echelon9 | 2013-11-09 18:36:45 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj

Re-enable -Wno-shorten-64-to-32 for Xcode. There remains code in the project, including third party, that assumes implicit 64->32 casts are permitted, which the expectation of overflow. We'll need to re-enable this warning later and revisit specific cases in question, either adding an explicit cast, or handling any cases where overflow is theoretically possible and undersired.
------------------------------------------------------------------------
r10042 | Echelon9 | 2013-11-09 18:40:06 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

LLVM warning: Initialization of pointer of type 'bool *' to null from a constant boolean expression
------------------------------------------------------------------------
r10043 | Echelon9 | 2013-11-09 20:22:10 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/network/stand_gui-unix.cpp
   M /trunk/fs2_open/code/osapi/osapi.cpp
   M /trunk/fs2_open/code/osapi/osapi_unix.cpp
   M /trunk/fs2_open/code/osapi/outwnd_unix.cpp

Webui: support writing to fs2_standalone.log on Unix or Mac OS X when running a standalone server
------------------------------------------------------------------------
r10044 | Echelon9 | 2013-11-09 22:29:34 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/stand_gui-unix.cpp

Webui: Support the setting of a non-default username and password in multi.cfg. These settings are +webapi_username and +webapi_password
------------------------------------------------------------------------
r10045 | Echelon9 | 2013-11-09 23:32:11 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Webui: Support setting an alternative port than 8080 to host the webui on
------------------------------------------------------------------------
r10046 | Echelon9 | 2013-11-09 23:38:47 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Webui: Clarify the use of branching if statements, to be consistent with existing code
------------------------------------------------------------------------