Author Topic: Nightly: 18 July 2021 - Revision 5318fba07  (Read 377 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 July 2021 - Revision 5318fba07
Here is the nightly for 18 July 2021 - Revision 5318fba07



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


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


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

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

    whoops
 qtfred/src/mission/Editor.h | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 06eaeca9d
Author: Goober5000
Commit: Goober5000

    add Move Ships When Undocking menu option
 qtfred/src/mission/EditorViewport.h |  2 +-
 qtfred/src/ui/FredView.cpp          | 11 ++++++++---
 qtfred/src/ui/FredView.h            |  5 ++++-
 qtfred/ui/FredView.ui               |  9 +++++++++
 4 files changed, 22 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit dd5c92a91
Author: Goober5000
Commit: Goober5000

    move the show teams code to the right spot and remove the todo
 qtfred/src/ui/FredView.cpp | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit 2de177630
Author: Goober5000
Commit: Goober5000

    reorder misc menu and fix a couple captions
 qtfred/ui/FredView.ui | 66 ++++++++++++++++++++++++++-------------------------
 1 file changed, 34 insertions(+), 32 deletions(-)

------------------------------------------------------------------------
commit 833b51e42
Author: Goober5000
Commit: Goober5000

    sync shortcut keys to what they are in FRED
 qtfred/src/ui/FredView.cpp |  1 -
 qtfred/ui/FredView.ui      | 72 ++++++++++++++++++++++++++++++----------------
 2 files changed, 48 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit 726d66d0a
Author: Goober5000
Commit: Goober5000

    add the Highlight Selectable Subsystems menu item
 qtfred/src/ui/FredView.cpp | 1 +
 qtfred/ui/FredView.ui      | 9 +++++++++
 2 files changed, 10 insertions(+)

------------------------------------------------------------------------
commit c7e2b3c78
Author: Goober5000
Commit: Goober5000

    add the Clone Marked Objects menu item
 qtfred/src/mission/Editor.h | 1 +
 qtfred/src/ui/FredView.cpp  | 5 +++++
 qtfred/src/ui/FredView.h    | 1 +
 qtfred/ui/FredView.ui       | 6 ++++++
 4 files changed, 13 insertions(+)

------------------------------------------------------------------------
commit 5b316a562
Author: Baezon
Commit: Baezon

    clarifying comments
 code/ai/aiturret.cpp | 1 +
 code/ship/ship.cpp   | 1 +
 code/weapon/weapon.h | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 9c14717b8
Author: Baezon
Commit: Baezon

    use macro version of true/false return
 code/scripting/api/objs/audio_stream.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 0b8bbb3f4
Author: Baezon
Commit: Baezon

    add set volume for audio streams
 code/scripting/api/objs/audio_stream.cpp | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

------------------------------------------------------------------------
commit 3481032ae
Author: Baezon
Commit: Baezon

    add num_firepoints_burst_shots flag
 code/ai/aiturret.cpp       |  9 +++++----
 code/ship/ship.cpp         | 10 ++++++----
 code/weapon/weapon_flags.h |  1 +
 code/weapon/weapons.cpp    |  3 ++-
 4 files changed, 14 insertions(+), 9 deletions(-)