Author Topic: Nightly: 05 September 2016 - Revision 3e4a289  (Read 796 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 05 September 2016 - Revision 3e4a289
Here is the nightly for 05 September 2016 - Revision 3e4a289


Group: Linux
nightly_20160905_3e4a289-builds-Linux.tar.gz
SHA1: 4656743d3aae4406c3eb67a2cfff86413469b982


Group: MacOSX
nightly_20160905_3e4a289-builds-MacOSX.tar.gz
SHA1: b025f9c690a847f4b3d72c5400b38a0b19bfc79c


Group: Win32
nightly_20160905_3e4a289-builds-Win32.zip
SHA1: 0bb311e3e90f80785f1c5de0ff1a1f98a72acd05


Code: [Select]
------------------------------------------------------------------------
commit f8f3cd3
Author: asarium <Sun Sep 4 15:25:57 2016 +0200>
Commit: asarium <Sun Sep 4 19:11:40 2016 +0200>

    Add shader caching
 code/CMakeLists.txt                     |   2 +
 code/cmdline/cmdline.cpp                |   8 +
 code/cmdline/cmdline.h                  |   1 +
 code/graphics/opengl/gropenglshader.cpp | 213 +++++++++++++++++--
 lib/CMakeLists.txt                      |   2 +
 lib/md5/CMakeLists.txt                  |  10 +
 lib/md5/md5.cpp                         | 362 ++++++++++++++++++++++++++++++++
 lib/md5/md5.h                           |  93 ++++++++
 8 files changed, 669 insertions(+), 22 deletions(-)

------------------------------------------------------------------------
commit 4964fcc
Author: asarium <Sun Sep 4 16:32:11 2016 +0200>
Commit: asarium <Sun Sep 4 16:32:11 2016 +0200>

    Don't initialize mission text when it's not used
 code/parse/parselo.cpp                             | 10 ++--
 test/src/parse/test_parselo.cpp                    | 63 +++++++++++++++++++---
 test/test_data/parselo/data/tables/test.tbl        |  6 +++
 .../parselo/parse_pausing/data/tables/test2.tbl    |  2 +
 4 files changed, 69 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 16d5f88
Author: asarium <Sun Sep 4 11:15:02 2016 +0200>
Commit: asarium <Sun Sep 4 11:15:02 2016 +0200>

    Make sure that Mission_text is always initialized
 code/parse/parselo.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit bbafbf1
Author: Goober5000 <Sat Sep 3 20:45:18 2016 -0400>
Commit: Goober5000 <Sat Sep 3 20:45:18 2016 -0400>

    additional refinements
 code/ai/aigoals.h      |  2 +-
 fred2/management.cpp   | 14 ++++++++------
 fred2/shipgoalsdlg.cpp | 29 ++++++++++++++++-------------
 3 files changed, 25 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 2fdcd1e
Author: Goober5000 <Sat Sep 3 11:30:14 2016 -0400>
Commit: Goober5000 <Sat Sep 3 11:30:14 2016 -0400>

    add a clarifying comment
 fred2/management.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 1d3ff1b
Author: Goober5000 <Fri Sep 2 23:25:46 2016 -0400>
Commit: Goober5000 <Fri Sep 2 23:25:46 2016 -0400>

    minor tweaks and adjustments to AI goal code
 code/ai/aigoals.cpp | 45 +++++++++++++++++++++++-----------------
 code/ai/aigoals.h   |  4 +++-
 code/parse/sexp.cpp | 59 +++++++++++++++++++++++++++--------------------------
 code/ship/ship.cpp  | 32 +++++++++++++----------------
 4 files changed, 73 insertions(+), 67 deletions(-)