Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 16, 2015, 05:02:20 am

Title: Nightly (Windows): 16 Aug 2015 - Revision 2240e17
Post by: SirKnightly on August 16, 2015, 05:02:20 am
Here is the nightly for Windows on 16 Aug 2015 - Revision 2240e17

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

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit bd0fb59
Author: Echelon9 <Sat Aug 15 13:56:54 2015 +1000>
Commit: Echelon9 <Sat Aug 15 13:56:54 2015 +1000>

    Fix incorrect Doxygen comment for bm_lock().
 code/bmpman/bmpman.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 420558d
Author: Echelon9 <Sat Aug 15 13:55:05 2015 +1000>
Commit: Echelon9 <Sat Aug 15 13:55:05 2015 +1000>

    Fix incorrect Doxygen comment, there is no type @ret.
 code/debugconsole/consoleparse.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6061df4
Author: Echelon9 <Sat Aug 15 13:53:23 2015 +1000>
Commit: Echelon9 <Sat Aug 15 13:53:23 2015 +1000>

    Fix incorrect Doxygen comment for dc_draw_cursor().
 code/debugconsole/console.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 830e523
Author: Echelon9 <Sat Aug 15 13:51:23 2015 +1000>
Commit: Echelon9 <Sat Aug 15 13:51:23 2015 +1000>

    Fix incorrect Doxygen comment for opengl_shader_link_object() and keep line lengths below recommended 80 characters.
 code/graphics/gropenglshader.cpp | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit a21dd67
Author: Echelon9 <Sat Aug 15 13:49:20 2015 +1000>
Commit: Echelon9 <Sat Aug 15 13:49:20 2015 +1000>

    Fix incorrect Doxygen comment for opengl_shader_create() and keep line lengths below recommended 80 characters.
 code/graphics/gropenglshader.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0319816
Author: Echelon9 <Sat Aug 15 13:46:53 2015 +1000>
Commit: Echelon9 <Sat Aug 15 13:46:53 2015 +1000>

    Fix incorrect Doxygen comment for hud_anim_render().
 code/hud/hud.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 9bccc64
Author: Echelon9 <Sat Aug 15 13:45:20 2015 +1000>
Commit: Echelon9 <Sat Aug 15 13:45:20 2015 +1000>

    Fix incorrect Doxygen comment for free_object_slots().
 code/object/object.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)