Author Topic: Nightly (OS X): 23 Jun 2015 - Revision 83a7e86  (Read 800 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 23 Jun 2015 - Revision 83a7e86
Here is the nightly for OS X on 23 Jun 2015 - Revision 83a7e86

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150623_83a7e86.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 85428f5
Author: Echelon9 <Tue Jun 23 18:44:31 2015 +1000>
Commit: Echelon9 <Tue Jun 23 18:44:31 2015 +1000>

    Remove added <MinimalRebuild> option to MSVC_2012.
 projects/MSVC_2012/code.vcxproj | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

------------------------------------------------------------------------
commit 3205f42
Author: The_E <Tue Jun 23 10:11:24 2015 +0200>
Commit: The_E <Tue Jun 23 10:11:24 2015 +0200>

    Remove references to AVX from VS2010 project
 projects/MSVC_2010/code.vcxproj | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 610f8a2
Author: The_E <Tue Jun 23 10:03:08 2015 +0200>
Commit: The_E <Tue Jun 23 10:03:08 2015 +0200>

    Fixed project files for all MSVS versions that support vcxproj
 projects/MSVC_2010/code.vcxproj         | 25 +++++-------
 projects/MSVC_2010/code.vcxproj.filters | 71 +++++++++++++--------------------
 projects/MSVC_2012/code.vcxproj         | 31 +++++++-------
 projects/MSVC_2012/code.vcxproj.filters | 47 ++++++++--------------
 projects/MSVC_2013/code.vcxproj         | 29 ++++++--------
 projects/MSVC_2013/code.vcxproj.filters | 35 +++++-----------
 projects/MSVC_2015/code.vcxproj         |  5 ---
 projects/MSVC_2015/code.vcxproj.filters | 15 -------
 8 files changed, 92 insertions(+), 166 deletions(-)

------------------------------------------------------------------------
commit 0fde8c3
Author: Echelon9 <Tue Jun 23 16:05:01 2015 +1000>
Commit: Echelon9 <Tue Jun 23 16:05:01 2015 +1000>

    Update Xcode 4+ project file for removal of empty files.
 projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj | 20 --------------------
 1 file changed, 20 deletions(-)

------------------------------------------------------------------------
commit 8ba1ddb
Author: Echelon9 <Tue Jun 23 14:52:58 2015 +1000>
Commit: Echelon9 <Tue Jun 23 14:52:58 2015 +1000>

    Makefile removal of references to missionui/missionstats.[cpp|h].
 code/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 3af13b6
Author: Echelon9 <Tue Jun 23 14:46:42 2015 +1000>
Commit: Echelon9 <Tue Jun 23 14:46:42 2015 +1000>

    Remove empty missionui/missionstats.[cpp|h].
 code/missionui/missionstats.cpp | 10 ----------
 code/missionui/missionstats.h   | 15 ---------------
 2 files changed, 25 deletions(-)

------------------------------------------------------------------------
commit 54508b6
Author: Echelon9 <Tue Jun 23 14:39:43 2015 +1000>
Commit: Echelon9 <Tue Jun 23 14:39:43 2015 +1000>

    Makefile and source code removal of references to ai/ailocal.h
 code/Makefile.am             | 1 -
 code/fred2/freddoc.cpp       | 1 -
 code/fred2/freddoc.h         | 1 -
 code/fred2/fredrender.cpp    | 1 -
 code/fred2/fredview.cpp      | 1 -
 code/fred2/management.cpp    | 1 -
 code/fred2/missionsave.h     | 1 -
 code/fred2/shipeditordlg.cpp | 1 -
 code/fred2/wing.cpp          | 1 -
 9 files changed, 9 deletions(-)

------------------------------------------------------------------------
commit b62196d
Author: Echelon9 <Tue Jun 23 14:32:02 2015 +1000>
Commit: Echelon9 <Tue Jun 23 14:32:02 2015 +1000>

    Remove empty ai/ailocal.h
 code/ai/ailocal.h | 16 ----------------
 1 file changed, 16 deletions(-)

------------------------------------------------------------------------
commit 8eeff0e
Author: Echelon9 <Tue Jun 23 14:30:01 2015 +1000>
Commit: Echelon9 <Tue Jun 23 14:30:01 2015 +1000>

    Remove missionrecommend.[cpp|h] from Makefile.
 code/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit da9d363
Author: Echelon9 <Tue Jun 23 14:23:28 2015 +1000>
Commit: Echelon9 <Tue Jun 23 14:23:28 2015 +1000>

    Remove empty missionrecommend.[cpp|h] files.
 code/missionui/missionrecommend.cpp | 10 ----------
 code/missionui/missionrecommend.h   | 15 ---------------
 2 files changed, 25 deletions(-)

------------------------------------------------------------------------
commit cb617b5
Author: Echelon9 <Tue Jun 23 14:05:58 2015 +1000>
Commit: Echelon9 <Tue Jun 23 14:05:58 2015 +1000>

    Modify usage of bm_has_alpha_channel that needs to pass int to the OpenGL driver. Use ternary operator.
 code/graphics/gropengltnl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 130a148
Author: Echelon9 <Tue Jun 23 13:59:10 2015 +1000>
Commit: Echelon9 <Tue Jun 23 13:59:10 2015 +1000>

    Remove TODO doxygen comment.
 code/bmpman/bmpman.h | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 33cae69
Author: Echelon9 <Tue Jun 23 13:57:58 2015 +1000>
Commit: Echelon9 <Tue Jun 23 13:57:58 2015 +1000>

    Amend retval in declaration and definition to bool.
 code/bmpman/bmpman.cpp | 2 +-
 code/bmpman/bmpman.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6abba98
Author: Echelon9 <Tue Jun 23 11:49:48 2015 +1000>
Commit: Echelon9 <Tue Jun 23 11:49:48 2015 +1000>

    Increase consistency with adjacent code style, and avoid >80 character line wrap.
 code/bmpman/bmpman.cpp | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 0437f81
Author: Echelon9 <Tue Jun 23 11:44:47 2015 +1000>
Commit: Echelon9 <Tue Jun 23 11:44:47 2015 +1000>

    Ensure paramater name matches between declaration and definition.
 code/bmpman/bmpman.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 4f649f1
Author: Echelon9 <Tue Jun 23 11:40:27 2015 +1000>
Commit: Echelon9 <Tue Jun 23 11:40:27 2015 +1000>

    Remove TODO doxygen comment.
 code/bmpman/bmpman.h | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit e33f2e1
Author: Echelon9 <Tue Jun 23 11:39:44 2015 +1000>
Commit: Echelon9 <Tue Jun 23 11:39:44 2015 +1000>

    Amend retval in declaration and definition to bool.
 code/bmpman/bmpman.cpp | 2 +-
 code/bmpman/bmpman.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit df1c50b
Author: Echelon9 <Tue Jun 23 11:07:29 2015 +1000>
Commit: Echelon9 <Tue Jun 23 11:07:29 2015 +1000>

    Convert internal mem_taken type to size_t.
 code/bmpman/bm_internal.h |  2 +-
 code/bmpman/bmpman.cpp    | 22 +++++++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 79597e9
Author: Echelon9 <Tue Jun 23 10:59:43 2015 +1000>
Commit: Echelon9 <Tue Jun 23 10:59:43 2015 +1000>

    Ensure parameter name matches between declaration and definition.
 code/bmpman/bmpman.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 6447208
Author: Echelon9 <Tue Jun 23 10:48:47 2015 +1000>
Commit: Echelon9 <Tue Jun 23 10:48:47 2015 +1000>

    Remove TODO doxygen comment.
 code/bmpman/bmpman.h | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit c061ee6
Author: Echelon9 <Tue Jun 23 10:48:11 2015 +1000>
Commit: Echelon9 <Tue Jun 23 10:48:11 2015 +1000>

    Amend retval in declaration and definition to size_t.
 code/bmpman/bmpman.cpp | 4 ++--
 code/bmpman/bmpman.h   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 60aec6f
Author: Echelon9 <Mon Jun 22 21:40:43 2015 +1000>
Commit: Echelon9 <Mon Jun 22 21:40:43 2015 +1000>

    Update format string specifier to unsigned int.
 code/menuui/mainhallmenu.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4acad3b
Author: Lari Nieminen <Sun Jun 14 22:18:43 2015 +0300>
Commit: Lari Nieminen <Sun Jun 14 22:25:54 2015 +0300>

    Added a "no-secondary-lock-on" ship flag to disable secondary homing.
 code/ai/aicode.cpp      |  2 +-
 code/hud/hudlock.cpp    |  4 ++++
 code/parse/sexp.cpp     |  3 ++-
 code/ship/ship.cpp      |  1 +
 code/ship/ship.h        |  3 ++-
 code/weapon/weapon.h    |  1 +
 code/weapon/weapons.cpp | 16 +++++++++++++++-
 7 files changed, 26 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 99a06b4
Author: z64555 <Wed Jun 10 09:00:33 2015 -0500>
Commit: z64555 <Wed Jun 10 09:00:33 2015 -0500>

    Organizes required_string(); Doxy's required_string() and required_string_one_of()
 code/parse/parselo.cpp | 38 +++++++++++++++++++++++---------------
 1 file changed, 23 insertions(+), 15 deletions(-)