Author Topic: Nightly (OS X): 24 Mar 2016 - Revision 762691c  (Read 570 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 24 Mar 2016 - Revision 762691c
Here is the nightly for OS X on 24 Mar 2016 - Revision 762691c

Open non-feature issues in Mantis: 122

Group: Standard
fso_Standard_20160324_762691c.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit f8cb347
Author: Lari Nieminen <Thu Mar 24 00:23:30 2016 +0200>
Commit: Lari Nieminen <Thu Mar 24 00:23:30 2016 +0200>

    Fix for Mantis 3170
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 64104c1
Author: asarium <Wed Mar 23 16:19:31 2016 +0100>
Commit: asarium <Wed Mar 23 17:49:35 2016 +0100>

    Make Travis build fail if one command fails
 ci/travis/before_install.sh | 2 ++
 ci/travis/before_script.sh  | 2 ++
 ci/travis/install.sh        | 2 ++
 ci/travis/script.sh         | 4 +++-
 4 files changed, 9 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit e6d0f9f
Author: m!m <Wed Mar 23 16:15:28 2016 +0100>
Commit: m!m <Wed Mar 23 16:15:28 2016 +0100>

    Fix MacOSX compilation error
 code/graphics/gropenglshader.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6184ae6
Author: asarium <Tue Mar 22 17:38:42 2016 +0100>
Commit: asarium <Tue Mar 22 17:38:42 2016 +0100>

    Clean up shader loading code a bit
 code/globalincs/def_files.cpp            |   6 +-
 code/globalincs/def_files.h              |   2 +-
 code/graphics/gropenglpostprocessing.cpp | 100 +++++++++++------------
 code/graphics/gropenglpostprocessing.h   |   2 +-
 code/graphics/gropenglshader.cpp         | 134 ++++++++++++++-----------------
 code/graphics/gropenglshader.h           |   1 -
 6 files changed, 115 insertions(+), 130 deletions(-)