Author Topic: Nightly: 03 September 2016 - Revision 8d2674e  (Read 758 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 03 September 2016 - Revision 8d2674e
Here is the nightly for 03 September 2016 - Revision 8d2674e


Group: Linux
nightly_20160903_8d2674e-builds-Linux.tar.gz
SHA1: cce290bbb3143ba2c591e1d6821223ad5be3993f


Group: MacOSX
nightly_20160903_8d2674e-builds-MacOSX.tar.gz
SHA1: 53a0e7258c096a6d3fc3178e02f7081c488ef0e0


Group: Win32
nightly_20160903_8d2674e-builds-Win32.zip
SHA1: 1aa49e2dda6a078035e0c8f39cd81375309dc4b0


Code: [Select]
------------------------------------------------------------------------
commit 458c9f3
Author: asarium <Fri Sep 2 20:54:18 2016 +0200>
Commit: asarium <Fri Sep 2 20:54:18 2016 +0200>

    Replace texture2D with texture in shaders
 code/def_files/effect-f.sdr        | 2 +-
 code/def_files/fxaa-f.sdr          | 6 +++---
 code/def_files/ls-f.sdr            | 4 ++--
 code/def_files/main-f.sdr          | 6 +++---
 code/def_files/passthrough-f.sdr   | 2 +-
 code/def_files/shield-impact-f.sdr | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 6487514
Author: asarium <Fri Sep 2 14:24:26 2016 +0200>
Commit: asarium <Fri Sep 2 14:24:26 2016 +0200>

    Fix shape of generated particles
 code/particle/effects/ConeShape.h          |  8 ++++++++
 code/particle/effects/GenericShapeEffect.h | 19 ++++++++++---------
 code/particle/effects/SphereShape.h        | 24 +++++++++++++++---------
 3 files changed, 33 insertions(+), 18 deletions(-)

------------------------------------------------------------------------
commit 29a74af
Author: asarium <Fri Sep 2 11:39:51 2016 +0200>
Commit: asarium <Fri Sep 2 11:39:51 2016 +0200>

    Create ship death particle effect
 code/ship/ship.cpp | 44 +++++++++++++++++++++++++++-----------------
 1 file changed, 27 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 6055460
Author: asarium <Fri Sep 2 11:33:46 2016 +0200>
Commit: asarium <Fri Sep 2 11:33:46 2016 +0200>

    Fix animation page in
 code/particle/util/ParticleProperties.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit c112f09
Author: asarium <Thu Sep 1 19:05:29 2016 +0200>
Commit: asarium <Fri Sep 2 11:05:03 2016 +0200>

    Add ship explosion particle effects
 code/particle/ParticleEffect.h                |   1 +
 code/particle/ParticleManager.cpp             |  15 ++-
 code/particle/effects/ConeGeneratorEffect.cpp | 159 -----------------------
 code/particle/effects/ConeGeneratorEffect.h   |  52 --------
 code/particle/effects/ConeShape.h             |  49 ++++++++
 code/particle/effects/GenericShapeEffect.h    | 173 ++++++++++++++++++++++++++
 code/particle/effects/SphereShape.h           |  52 ++++++++
 code/ship/ship.cpp                            |  52 +++++---
 code/ship/ship.h                              |   3 +
 code/source_groups.cmake                      |  13 +-
 10 files changed, 329 insertions(+), 240 deletions(-)

------------------------------------------------------------------------
commit c400a8a
Author: Risto Toijala <Thu Sep 1 19:14:48 2016 +0300>
Commit: Risto Toijala <Fri Sep 2 11:05:46 2016 +0300>

    Implement tests for species.tbl parsing
 test/src/menuui/test_intel_parse.cpp               | 291 +++++++++++++++++++++
 test/src/source_groups.cmake                       |   6 +-
 .../always_techroom_values/data/tables/species.tbl |  37 +++
 .../menuui/intel_parse/data/tables/tstrings.tbl    |  30 +++
 .../intel_parse/empty_file/data/tables/species.tbl |   0
 .../intel_parse/identical/data/tables/species.tbl  |  15 ++
 .../invalid_end_new_line/data/tables/species.tbl   |  19 ++
 .../invalid_end_same_line/data/tables/species.tbl  |  18 ++
 .../invalid_start/data/tables/species.tbl          |   8 +
 .../data/tables/species.tbl                        |  28 ++
 .../missing_anim/data/tables/species.tbl           |  28 ++
 .../missing_description/data/tables/species.tbl    |  15 ++
 .../missing_description_2/data/tables/species.tbl  |  16 ++
 .../missing_end_multi_text/data/tables/species.tbl |  18 ++
 .../missing_entry/data/tables/species.tbl          |  29 ++
 .../missing_name/data/tables/species.tbl           |  28 ++
 .../only_white_space/data/tables/species.tbl       |   5 +
 .../intel_parse/single/data/tables/species.tbl     |   7 +
 .../single_translate/data/tables/species.tbl       |   6 +
 .../stray_hash_end/data/tables/species.tbl         |  20 ++
 .../intel_parse/three/data/tables/species.tbl      |  27 ++
 21 files changed, 650 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit d6e47f3
Author: Risto Toijala <Thu Sep 1 18:45:59 2016 +0300>
Commit: Risto Toijala <Thu Sep 1 23:01:20 2016 +0300>

    Log start of each test in FSTestFixture.
 test/src/util/FSTestFixture.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 045276d
Author: Risto Toijala <Tue Aug 30 15:21:13 2016 +0300>
Commit: Risto Toijala <Thu Sep 1 23:01:20 2016 +0300>

    Implement techroom_intel_reset for testing.
 code/menuui/techmenu.cpp | 13 ++++++++++---
 code/menuui/techmenu.h   |  1 +
 2 files changed, 11 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 05e70ef
Author: asarium <Thu Sep 1 19:06:18 2016 +0200>
Commit: asarium <Thu Sep 1 19:06:18 2016 +0200>

    Shuffle the order in which unit tests are executed
 ci/travis/script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)