Author Topic: Nightly: 05 August 2021 - Revision d2859f497  (Read 450 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 05 August 2021 - Revision d2859f497
Here is the nightly for 05 August 2021 - Revision d2859f497



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 148df94e5
Author: Goober5000
Commit: Goober5000

    use original intent of colors
 fred2/fredrender.cpp                | 18 +++++++++---------
 qtfred/src/mission/FredRenderer.cpp | 14 +++++++-------
 2 files changed, 16 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit d443e9e7d
Author: Goober5000
Commit: Goober5000

    might as well fix this too
 fred2/sexp_tree.cpp                 | 2 +-
 qtfred/src/ui/widgets/sexp_tree.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit e1bbbf9f9
Author: Goober5000
Commit: Goober5000

    ships, wings, etc. can share names with teams
 fred2/createwingdlg.cpp                            |  8 +----
 fred2/shipeditordlg.cpp                            | 17 +----------
 fred2/waypointpathdlg.cpp                          | 34 ++--------------------
 fred2/wing_editor.cpp                              | 18 +-----------
 qtfred/src/mission/dialogs/FormWingDialogModel.cpp | 13 +--------
 .../src/mission/dialogs/ShipEditorDialogModel.cpp  | 15 +---------
 .../mission/dialogs/WaypointEditorDialogModel.cpp  | 24 ++-------------
 7 files changed, 9 insertions(+), 120 deletions(-)

------------------------------------------------------------------------
commit fdafe2168
Author: Goober5000
Commit: Goober5000

    handle nebula poofs dynamically in FRED
 fred2/bgbitmapdlg.cpp | 110 ++++++++++++++------------------------------------
 fred2/bgbitmapdlg.h   |   9 ++---
 2 files changed, 34 insertions(+), 85 deletions(-)

------------------------------------------------------------------------
commit a26367db5
Author: Goober5000
Commit: Goober5000

    qtfred support
 qtfred/src/mission/EditorViewport.h | 1 +
 qtfred/src/mission/FredRenderer.cpp | 5 ++++-
 qtfred/src/ui/FredView.cpp          | 1 +
 qtfred/ui/FredView.ui               | 9 +++++++++
 4 files changed, 15 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit e3617169c
Author: Goober5000
Commit: Goober5000

    add Draw Outlines on Selected Ships option
 fred2/fred.cpp       |  4 +++-
 fred2/fred.rc        |  1 +
 fred2/fredrender.cpp | 15 ++++++++++++---
 fred2/fredrender.h   |  1 +
 fred2/fredview.cpp   | 14 ++++++++++++++
 fred2/fredview.h     |  2 ++
 fred2/resource.h     |  1 +
 7 files changed, 34 insertions(+), 4 deletions(-)