Author Topic: Nightly (Linux): 27 Jun 2015 - Revision 150a00a  (Read 743 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Linux): 27 Jun 2015 - Revision 150a00a
Here is the nightly for Linux on 27 Jun 2015 - Revision 150a00a

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150627_150a00a.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 6b95037
Author: asarium <Thu Jun 25 18:22:51 2015 +0200>
Commit: asarium <Thu Jun 25 18:22:51 2015 +0200>

    Fix usage of invalid iterator.
 code/hud/hudmessage.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 2cf8d0c
Author: Echelon9 <Thu Jun 25 23:39:17 2015 +1200>
Commit: Echelon9 <Thu Jun 25 23:39:17 2015 +1200>

    Improve alignment of color struct (28 bytes -> 24 bytes, c.14%).
 code/graphics/2d.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit b5610a5
Author: Echelon9 <Thu Jun 25 16:56:24 2015 +1200>
Commit: Echelon9 <Thu Jun 25 16:56:24 2015 +1200>

    Proposed refactor of #Cutscenes in mission files, per wiki documentation.
 code/mission/missionparse.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

------------------------------------------------------------------------
commit fc9acb3
Author: Lari Nieminen <Wed Jun 24 00:48:07 2015 +0300>
Commit: Lari Nieminen <Wed Jun 24 00:48:07 2015 +0300>

    Added support for detail box $box_offset.
 code/model/modelinterp.cpp | 24 ++++++++++++++++++++----
 code/model/modelread.cpp   | 12 ++++++++++++
 code/model/modelrender.cpp | 10 ++++++++--
 3 files changed, 40 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 2e01296
Author: Lari Nieminen <Wed Jun 24 00:44:13 2015 +0300>
Commit: Lari Nieminen <Wed Jun 24 00:44:13 2015 +0300>

    Fixed detail sphere $offset not working right.
 code/model/modelinterp.cpp | 18 ++++++++++++------
 code/model/modelread.cpp   |  2 ++
 code/model/modelrender.cpp |  8 ++++++--
 3 files changed, 20 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 84b7a06
Author: Lari Nieminen <Tue Jun 23 19:53:18 2015 +0300>
Commit: Lari Nieminen <Tue Jun 23 19:53:18 2015 +0300>

    Restored ability to combine detail boxes and spheres.
 code/model/modelrender.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit 8fd09be
Author: Lari Nieminen <Tue Jun 23 19:50:17 2015 +0300>
Commit: Lari Nieminen <Tue Jun 23 19:50:17 2015 +0300>

    Replaced the static Interp_render_* variables with normal local ones.
 code/model/modelinterp.cpp | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

------------------------------------------------------------------------
commit 9df5407
Author: niffiwan <Sun May 17 19:48:18 2015 +1000>
Commit: niffiwan <Sun May 17 19:48:18 2015 +1000>

    I think this should resolve the Travis issue
 code/model/modelrender.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 51b8e83
Author: niffiwan <Sun May 17 13:25:00 2015 +1000>
Commit: niffiwan <Sun May 17 13:25:00 2015 +1000>

    Fix Coverity 1298257: Uninitialized scalar var
 code/model/modelrender.cpp |  7 -------
 code/model/modelrender.h   | 27 ++++++++++++++++-----------
 2 files changed, 16 insertions(+), 18 deletions(-)