Author Topic: Nightly (OS X): 13 Nov 2013 - Revision 10055  (Read 699 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

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

Group: Standard
fso-OSX-Standard-20131113_r10055.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10029 | The_E | 2013-11-08 12:06:15 -0600 (Fri, 08 Nov 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglshader.cpp

Small performance improvement: Only call opengl_shader_t::uniforms::end() once, not every iteration.

------------------------------------------------------------------------
r10030 | Wanderer | 2013-11-08 15:14:30 -0600 (Fri, 08 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudtargetbox.cpp

Solution to issues mentioned in Mantis #2949
------------------------------------------------------------------------
r10031 | Wanderer | 2013-11-08 16:02:20 -0600 (Fri, 08 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/render/3dlaser.cpp

Fix for Mantis #2807 - not particularly elegant fix but enough to prevent the reported null vec issue
------------------------------------------------------------------------
r10032 | niffiwan | 2013-11-08 23:14:14 -0600 (Fri, 08 Nov 2013) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix mantis 2946 part C: when enabling sheields, only rebalance ETS if the shields were previously off

Also fix same issue in alter-ship-flag ( "no-shields" ... )
------------------------------------------------------------------------
r10033 | The_E | 2013-11-09 03:57:01 -0600 (Sat, 09 Nov 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Make sure is-facing does not blow up id OSWPT_TYPE_NONE is encountered

------------------------------------------------------------------------
r10034 | niffiwan | 2013-11-09 04:08:09 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

oops - using the right pointer helps (from r10032)
------------------------------------------------------------------------
r10035 | niffiwan | 2013-11-09 04:16:16 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Revert "oops - using the right pointer helps (from r10032)" (too hasty)
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r10048 | Goober5000 | 2013-11-11 20:26:37 -0600 (Mon, 11 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/management.cpp
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/fred2/shiptexturesdlg.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h

more memset refactoring... turn texture_replace back into a POD struct
------------------------------------------------------------------------
r10049 | Goober5000 | 2013-11-11 20:28:41 -0600 (Mon, 11 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.h
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/observer/observer.cpp

better assignment of vec3d and matrix (matrix should be set to identity, not all-0)
------------------------------------------------------------------------
r10050 | Goober5000 | 2013-11-11 20:32:22 -0600 (Mon, 11 Nov 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/management.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.h
   M /trunk/fs2_open/code/network/multi_campaign.cpp

make cmission and campaign into full-fledged classes since they contain non-POD types
remove a memset which hoses the multi campaign class
------------------------------------------------------------------------
r10051 | Goober5000 | 2013-11-11 20:33:55 -0600 (Mon, 11 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelanim.cpp
   M /trunk/fs2_open/code/model/modelanim.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

ship subsystems should reference an index in a global Triggered_rotations vector rather than maintaining their own class object, which wastes space
------------------------------------------------------------------------
r10052 | niffiwan | 2013-11-12 02:37:51 -0600 (Tue, 12 Nov 2013) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missioncampaign.h

fix gcc warning: [-Wreorder]

‘campaign::variables’ will be initialised after ‘int campaign::num_missions’
------------------------------------------------------------------------
r10054 | The_E | 2013-11-13 01:38:49 -0600 (Wed, 13 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelanim.cpp
   M /trunk/fs2_open/code/model/modelanim.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

Revert revision 10051: If we're going to use a global vector to store animation info, we need to fill it (and the references to it) too.
------------------------------------------------------------------------
r10055 | niffiwan | 2013-11-13 05:10:58 -0600 (Wed, 13 Nov 2013) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/sound/sound.cpp

fix gcc warning: [-Wreorder]

‘game_snd::flags’ will be initialised after ‘uint game_snd::signature’
------------------------------------------------------------------------