Author Topic: Nightly: 11 July 2020 - Revision cc3ebaf  (Read 580 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 11 July 2020 - Revision cc3ebaf
Here is the nightly for 11 July 2020 - Revision cc3ebaf



Group: Win32
nightly_20200711_cc3ebaf-builds-Win32.zip (Mirror)


Group: MacOSX
nightly_20200711_cc3ebaf-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20200711_cc3ebaf-builds-Win64.zip (Mirror)


Group: Linux
nightly_20200711_cc3ebaf-builds-Linux.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 32baf3d
Author: Baezon
Commit: Baezon

    Even more appveyor appeasement
 code/math/staticrand.cpp      |  4 +-
 code/math/vecmat.h            |  5 +++
 test/src/math/test_vecmat.cpp | 88 +++++++++++++++++--------------------------
 3 files changed, 42 insertions(+), 55 deletions(-)

------------------------------------------------------------------------
commit da94422
Author: Baezon
Commit: Baezon

    more appeasing of appveyor
 test/src/math/test_vecmat.cpp | 130 ++++++++++++++++++++++++------------------
 1 file changed, 76 insertions(+), 54 deletions(-)

------------------------------------------------------------------------
commit 81980e3
Author: Baezon
Commit: Baezon

    make dist_quick slightly more permissive
 test/src/math/test_vecmat.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit b9fd692
Author: Baezon
Commit: Baezon

    remove unused variable
 test/src/math/test_vecmat.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 453a3f2
Author: Baezon
Commit: Baezon

    Merge The_E's vector test functions
 code/math/staticrand.cpp                 |  14 +
 code/math/staticrand.h                   |   1 +
 test/src/graphics - Copy/test_vecmat.cpp | 153 -------
 test/src/math/test_vecmat.cpp            | 708 +++++++++++++++++++++++++++++++
 test/src/source_groups.cmake             |   4 +
 5 files changed, 727 insertions(+), 153 deletions(-)

------------------------------------------------------------------------
commit a5b8c7b
Author: Goober5000
Commit: Goober5000

    add debriefing persona sexp and make a few additional tweaks
 code/mission/missionparse.cpp     |  3 +++
 code/mission/missionparse.h       |  2 ++
 code/missionui/missiondebrief.cpp | 50 ++++++++++++++++++++-------------------
 code/parse/sexp.cpp               | 27 +++++++++++++++++++++
 code/parse/sexp.h                 |  1 +
 5 files changed, 59 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit 1304a36
Author: Goober5000
Commit: Goober5000

    parse traitor.tbl at game launch, and select persona-specific text
 code/missionui/missiondebrief.cpp |  66 ++++++-----------------
 code/stats/scoring.cpp            | 111 ++++++++++++++++++++++++++++++++------
 code/stats/scoring.h              |  17 ++++--
 freespace2/freespace.cpp          |   3 ++
 4 files changed, 126 insertions(+), 71 deletions(-)

------------------------------------------------------------------------
commit 82c13da
Author: Baezon
Commit: Baezon

    Added vecmat test
 code/math/vecmat.cpp                     |   4 +-
 test/src/graphics - Copy/test_vecmat.cpp | 153 +++++++++++++++++++++++++++++++
 2 files changed, 155 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit f479434
Author: Baezon
Commit: Baezon

    bugfix
 code/math/vecmat.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f1a3ac4
Author: Baezon
Commit: Baezon

    Addition of matrix3 functions in vecmat
 code/graphics/decal_draw_list.cpp         |  6 +-
 code/graphics/opengl/gropengldeferred.cpp |  2 +-
 code/math/vecmat.cpp                      | 96 +++++++++++++++++++++++++++----
 code/math/vecmat.h                        | 43 +++++++++++++-
 4 files changed, 132 insertions(+), 15 deletions(-)