Author Topic: Nightly (Linux): 16 Dec 2015 - Revision 175640d  (Read 557 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 16 Dec 2015 - Revision 175640d
Here is the nightly for Linux on 16 Dec 2015 - Revision 175640d

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20151216_175640d.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 9b7ebff
Author: DahBlount <Sun Dec 13 22:21:29 2015 -0700>
Commit: DahBlount <Tue Dec 15 09:54:34 2015 -0700>

    Change NULL to nullptr and change fighter beam flag comparison from > to !=
 code/ai/aiturret.cpp |  4 ++--
 code/weapon/beam.cpp | 34 +++++++++++++++++-----------------
 2 files changed, 19 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit 1491d4a
Author: DahBlount <Sat Dec 5 12:38:31 2015 -0700>
Commit: DahBlount <Tue Dec 15 09:54:32 2015 -0700>

    Create "share fire direction" subsystem flag
 code/ai/aiturret.cpp | 54 ++++++++++++++++++++++++++++++++++--
 code/model/model.h   |  1 +
 code/ship/ship.cpp   |  1 +
 code/weapon/beam.cpp | 78 ++++++++++++++++++++++++++++++++++++++++++----------
 4 files changed, 117 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit bade3c5
Author: DahBlount <Sat Dec 12 15:14:35 2015 -0700>
Commit: DahBlount <Sun Dec 13 15:03:31 2015 -0700>

    Normalize the position vector used in environmental reflections
 code/globalincs/def_files.cpp |   2 +-
 code/graphics/gropengltnl.cpp |   8 +-
 code/math/vecmat.cpp          | 175 +++++++++++++++++++++---------------------
 3 files changed, 91 insertions(+), 94 deletions(-)

------------------------------------------------------------------------
commit 236857e
Author: SamuelCho <Mon Dec 7 22:59:28 2015 -0800>
Commit: SamuelCho <Mon Dec 7 22:59:28 2015 -0800>

    Changed bitmap_lookup to use ubyte instead of floats for the color channels. Should make reading bitmaps faster.
 code/bmpman/bmpman.cpp            | 10 +++++-----
 code/bmpman/bmpman.h              |  2 +-
 code/graphics/gropengltexture.cpp |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)