Author Topic: Nightly (OS X): 30 Apr 2014 - Revision 10602  (Read 703 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 30 Apr 2014 - Revision 10602
Here is the nightly for OS X on 30 Apr 2014 - Revision 10602

Group: Standard
fso_Standard_20140430_r10602.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10569 | chief1983 | 2014-04-18 10:08:38 -0500 (Fri, 18 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/FS2_Open.xcscheme

Increase Xcode and Xcode4 version and filename consistency with other platforms.
------------------------------------------------------------------------
r10570 | chief1983 | 2014-04-18 13:20:16 -0500 (Fri, 18 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fred.rc
   M /trunk/fs2_open/code/freespace2/freespace.rc
   M /trunk/fs2_open/code/globalincs/version.h

Unify all the revision placeholders out to 6 digits for increased regex replacement reliablity.
------------------------------------------------------------------------
r10572 | chief1983 | 2014-04-18 13:30:00 -0500 (Fri, 18 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode4/Frameworks.tgz

Removes the DS_Store hidden files from the Xcode4 Frameworks archive.
------------------------------------------------------------------------
r10575 | Echelon9 | 2014-04-21 01:13:30 -0500 (Mon, 21 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp

Fix Coverity 1194949: Copy-paste error in gr_opengl_bitmap_ex()
------------------------------------------------------------------------
r10576 | Echelon9 | 2014-04-21 01:15:04 -0500 (Mon, 21 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Fix Coverity 1093376: Copy-paste error in ade_table_entry::OutputMeta()
------------------------------------------------------------------------
r10577 | Echelon9 | 2014-04-21 01:16:46 -0500 (Mon, 21 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Fix Coverity 1093493: Missing break in switch statement. No logical reason why LE_ORDER_EVADE should fall through to LE_ORDER_STAY_NEAR. Only switch statement in block without a break statement further indicates an oversight.
------------------------------------------------------------------------
r10578 | Echelon9 | 2014-04-21 01:21:42 -0500 (Mon, 21 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/physics/physics.cpp

Related to Coverity 1093623: The self-assignment at present has no effect
------------------------------------------------------------------------
r10579 | Echelon9 | 2014-04-21 01:24:38 -0500 (Mon, 21 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

Fix Coverity 1093302: Unchecked return value. This is the only occasion where the return value of ship_get_by_signature() is not checked. Likely oversight.
------------------------------------------------------------------------
r10580 | Echelon9 | 2014-04-21 01:29:21 -0500 (Mon, 21 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix Coverity 1093306: Whilst the return value was not checked in beam.cpp, the correct fix is to convert the function to void given no location actually checks the return value.
------------------------------------------------------------------------
r10581 | Echelon9 | 2014-04-21 01:31:47 -0500 (Mon, 21 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.h

Fix Coverity 1093381: Resource leak in object due to absence of destructor. Provided that release() has already been called, which would mean memory has been cleaned up on most paths, this destructor will be in essence a NOP (or close to it). If memory has typically not been cleaned up already, this addition will improve memory usage over time.
------------------------------------------------------------------------
r10587 | niffiwan | 2014-04-22 04:05:33 -0500 (Tue, 22 Apr 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix mantis 2950: make shields-on/shields-off multi compatible

Fix multi player for alter-ship-flag
------------------------------------------------------------------------
r10588 | Echelon9 | 2014-04-22 07:29:56 -0500 (Tue, 22 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/FS2_Open.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/cfilearchiver.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/cfileextractor.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/code.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/jpeg.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/lua.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/png.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/zlib.xcscheme

Reverse commit in r10558. Given we regularly have users provide Debug logs, this will prevent that small subset with only 32bit Mac's from running a Debug build
------------------------------------------------------------------------
r10592 | Echelon9 | 2014-04-24 11:31:27 -0500 (Thu, 24 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.h

Fix Mantis Issue 3035: AddressSanitizer: double-free in interp_configure_vertex_buffers() of memory contained in buffer_data object. Add a copy-constructor and copy-assignment operator which are required as we manage our own memory in buffer_data
------------------------------------------------------------------------
r10593 | Echelon9 | 2014-04-25 00:20:27 -0500 (Fri, 25 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.h

Correct the cast to size_t in buffer_data constructors
------------------------------------------------------------------------
r10594 | Echelon9 | 2014-04-25 00:30:11 -0500 (Fri, 25 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/beam.cpp

Resolve build errors reported on MSVC in beam_ok_to_fire()
------------------------------------------------------------------------
r10595 | karajorma | 2014-04-25 01:02:49 -0500 (Fri, 25 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/menuui/barracks.cpp

Output how much of the player's score comes from the currently displayed list of kills by ship type in the barracks.
------------------------------------------------------------------------
r10596 | Echelon9 | 2014-04-25 07:56:44 -0500 (Fri, 25 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix Mantis Issue #2976: AddressSanitizer: global-buffer-overflow in firing_aspect_seeking_bomb()
------------------------------------------------------------------------
r10601 | niffiwan | 2014-04-28 06:31:05 -0500 (Mon, 28 Apr 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfig.cpp
   M /trunk/fs2_open/code/cutscene/cutscenes.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp
   M /trunk/fs2_open/code/menuui/playermenu.cpp
   M /trunk/fs2_open/code/menuui/readyroom.cpp
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/network/multiui.cpp

From Yarn: Fix mantis 3031

Use PF_USE_AFFIRMATIVE_ICON where necessary
------------------------------------------------------------------------
r10602 | niffiwan | 2014-04-29 04:39:48 -0500 (Tue, 29 Apr 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Add lua campaign lib & functions to retrieve mission filenames
------------------------------------------------------------------------