Author Topic: Nightly (OS X): 29 Jun 2015 - Revision 0a9ae3e  (Read 595 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 29 Jun 2015 - Revision 0a9ae3e
Here is the nightly for OS X on 29 Jun 2015 - Revision 0a9ae3e

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150629_0a9ae3e.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 6a0e550
Author: Fabian Woltermann <Sun Jun 28 13:59:13 2015 +0200>
Commit: Fabian Woltermann <Sun Jun 28 13:59:13 2015 +0200>

    Revert "Fix Coverity 1298257: Uninitialized scalar var"
 code/model/modelrender.cpp |  7 +++++++
 code/model/modelrender.h   | 27 +++++++++++----------------
 2 files changed, 18 insertions(+), 16 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(-)