Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 23, 2015, 04:59:49 am

Title: Nightly (Windows): 23 Jun 2015 - Revision e73dbd1
Post by: SirKnightly on June 23, 2015, 04:59:49 am
Here is the nightly for Windows on 23 Jun 2015 - Revision e73dbd1

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 123

Group: Standard
fso_Standard_20150623_e73dbd1.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150623_e73dbd1.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150623_e73dbd1.md5)

Group: NO-SSE
fso_NO-SSE_20150623_e73dbd1.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150623_e73dbd1.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150623_e73dbd1.md5)

Group: AVX
fso_AVX_20150623_e73dbd1.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150623_e73dbd1.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150623_e73dbd1.md5)

Group: SSE
fso_SSE_20150623_e73dbd1.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150623_e73dbd1.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150623_e73dbd1.md5)

Code: [Select]
------------------------------------------------------------------------
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 2c36ce3
Author: Echelon9 <Sun Jun 21 15:37:25 2015 +1000>
Commit: Echelon9 <Sun Jun 21 15:37:25 2015 +1000>

    Add 'make cppcheck' command line option.
 Makefile.am | 7 +++++++
 1 file changed, 7 insertions(+)

------------------------------------------------------------------------
commit fc6f7cb
Author: Peter Mitsis <Fri May 29 09:36:35 2015 -0400>
Commit: Peter Mitsis <Sat Jun 20 08:01:25 2015 -0400>

    Add static and const keywords to vector math routines
 code/math/vecmat.cpp                | 195 ++++++++++++++++++------------------
 code/math/vecmat.h                  | 156 ++++++++++++++---------------
 code/mission/missionbriefcommon.cpp |   2 +-
 3 files changed, 177 insertions(+), 176 deletions(-)

------------------------------------------------------------------------
commit 7c2eb53
Author: Peter Mitsis <Sat Jun 20 07:46:50 2015 -0400>
Commit: Peter Mitsis <Sat Jun 20 07:59:34 2015 -0400>

    Remove unused routine vm_fvec_matrix_interpolate()
 code/math/vecmat.cpp | 236 ---------------------------------------------------
 1 file changed, 236 deletions(-)

------------------------------------------------------------------------
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(-)