Author Topic: Nightly: 23 June 2021 - Revision ccf0e7eb0  (Read 398 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 23 June 2021 - Revision ccf0e7eb0
Here is the nightly for 23 June 2021 - Revision ccf0e7eb0



Group: Win64-SSE2
nightly_20210623_ccf0e7eb0-builds-x64-SSE2.zip (Mirror)


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


Group: Win32-SSE2
nightly_20210623_ccf0e7eb0-builds-Win32-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit e4f9ca05c
Author: Goober5000
Commit: Goober5000

    clang
 code/object/objectsnd.cpp | 2 +-
 code/object/objectsnd.h   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit cc2d06d37
Author: Goober5000
Commit: Goober5000

    correctly handle non-looping sounds when they have finished playing
 code/object/objectsnd.cpp          | 79 ++++++++++++++++++--------------------
 code/object/objectsnd.h            |  3 +-
 code/scripting/api/objs/object.cpp |  2 +-
 code/ship/ship.cpp                 |  2 +-
 4 files changed, 41 insertions(+), 45 deletions(-)

------------------------------------------------------------------------
commit c5b29c62c
Author: wookieejedi
Commit: wookieejedi

    incorporate feedback
 code/object/objectsnd.cpp         | 13 ++++++++++---
 code/object/objectsnd.h           | 21 ++++++++++-----------
 code/scripting/api/objs/enums.cpp |  3 ---
 3 files changed, 20 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit bdefb55ec
Author: Birk Magnussen
Commit: Birk Magnussen

    Allow non-unique sexp subcategories
 code/parse/sexp/LuaSEXP.cpp | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 03d51ba40
Author: wookieejedi
Commit: wookieejedi

    appease clangtidy
 code/object/objectsnd.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit def814fa4
Author: wookieejedi
Commit: wookieejedi

    fix typo
 code/object/objectsnd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 11c5af39d
Author: wookieejedi
Commit: wookieejedi

    Add More Options to Scripted Persistent Sounds
 code/object/objectsnd.cpp         | 10 +++++++---
 code/object/objectsnd.h           |  3 +++
 code/scripting/api/objs/enums.cpp |  3 +++
 3 files changed, 13 insertions(+), 3 deletions(-)