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, 11:12:46 am

Title: Nightly (OS X): 16 Aug 2015 - Revision 2240e17
Post by: SirKnightly on August 16, 2015, 11:12:46 am
Here is the nightly for OS X 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.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20150816_2240e17.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_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(-)

------------------------------------------------------------------------
commit d0cde03
Author: MageKing17 <Fri Aug 14 11:20:33 2015 -0700>
Commit: MageKing17 <Fri Aug 14 11:20:33 2015 -0700>

    Fix beam-create with targeting coordinates instead of a ship/subsystem.
 code/parse/sexp.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit cbeb03b
Author: MageKing17 <Fri Aug 14 10:32:27 2015 -0700>
Commit: MageKing17 <Fri Aug 14 10:32:27 2015 -0700>

    Make beam-create actually call sexp_beam_floating_fire().
 code/parse/sexp.cpp | 5 +++++
 1 file changed, 5 insertions(+)