Author Topic: Nightly (FreeBSD): 16 Aug 2015 - Revision 2240e17  (Read 659 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 16 Aug 2015 - Revision 2240e17
Here is the nightly for FreeBSD on 16 Aug 2015 - Revision 2240e17

Open non-feature issues in Mantis: 126

Group: Standard
fso_Standard_20150816_2240e17.tar.bz2
MD5Sum

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