Author Topic: Nightly: 28 August 2020 - Revision 64f7b19  (Read 514 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 28 August 2020 - Revision 64f7b19
Here is the nightly for 28 August 2020 - Revision 64f7b19



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit a814894
Author: Tyler Blount
Commit: Tyler Blount

    Properly fix #2685
 code/hud/hudlock.cpp | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit c2e9c99
Author: Tyler Blount
Commit: Tyler Blount

    Set ai_info lock variable if the player has any lock slots firing
 code/hud/hudlock.cpp | 3 +++
 1 file changed, 3 insertions(+)

------------------------------------------------------------------------
commit 19922eb
Author: Goober5000
Commit: Goober5000

    put the monitor tracing statements in a better spot
 code/debris/debris.cpp | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 5c19aeb
Author: Goober5000
Commit: Goober5000

    add cloning in-place
 fred2/fredview.cpp                    | 161 +++++++++++++++++++---------------
 qtfred/src/mission/EditorViewport.cpp | 155 +++++++++++++++++---------------
 qtfred/src/mission/EditorViewport.h   |   2 +
 3 files changed, 178 insertions(+), 140 deletions(-)

------------------------------------------------------------------------
commit ef93caa
Author: Goober5000
Commit: Goober5000

    update menus, clarify some help stuff, reorder some stuff, get the dock move option working
 fred2/fred.cpp          |  2 ++
 fred2/fred.rc           | 47 ++++++++++++++++++++++++-----------------------
 fred2/fredview.cpp      | 20 ++++++++++++++++++++
 fred2/fredview.h        |  5 +++++
 fred2/initialstatus.cpp | 12 ++++++++----
 fred2/resource.h        | 10 +++-------
 6 files changed, 62 insertions(+), 34 deletions(-)

------------------------------------------------------------------------
commit d8012d4
Author: Goober5000
Commit: Goober5000

    miscellaneous scripting and ship-destruction enhancements
 code/network/multimsgs.cpp          |  2 +-
 code/parse/sexp.cpp                 | 28 +++++++++++++++++++---------
 code/scripting/api/libs/mission.cpp |  9 +++++++--
 code/scripting/api/objs/ship.cpp    | 30 +++++++++++++++++++++++++-----
 code/scripting/api/objs/vecmath.cpp |  9 +++++++++
 code/ship/ship.cpp                  | 19 +++++++++++++------
 code/ship/shiphit.cpp               | 23 ++++++++++++++++-------
 code/ship/shiphit.h                 |  2 +-
 8 files changed, 91 insertions(+), 31 deletions(-)