Author Topic: Nightly: 11 February 2021 - Revision bd7450c4e  (Read 513 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 11 February 2021 - Revision bd7450c4e
Here is the nightly for 11 February 2021 - Revision bd7450c4e

At least one of the nightly builds failed!


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


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

Code: [Select]
------------------------------------------------------------------------
commit 86308bbf3
Author: JohnAFernandez
Commit: JohnAFernandez

    Actually fix radar range turning to -1 after hud gauge config
 code/hud/hudconfig.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit b7bd8d6fb
Author: Baezon
Commit: Baezon

    moar tweaks
 code/mission/missionparse.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 7015818ea
Author: Baezon
Commit: Baezon

    review tweaks
 code/mission/missionparse.cpp       | 25 +++++++++++--------------
 code/parse/sexp.cpp                 |  8 ++++++++
 code/scripting/api/libs/mission.cpp | 14 ++++++++++++--
 3 files changed, 31 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit a6b19706e
Author: Baezon
Commit: Baezon

    'landmark' logging
 code/mission/missionparse.cpp | 21 ++++++++++++++++-----
 code/ship/ship.cpp            | 44 ++++++++++++++++++++-----------------------
 2 files changed, 36 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit e78fccc29
Author: Baezon
Commit: Baezon

    unused variables
 code/ai/aiturret.cpp | 1 -
 code/parse/sexp.cpp  | 2 --
 2 files changed, 3 deletions(-)

------------------------------------------------------------------------
commit 54f1a86a5
Author: Baezon
Commit: Baezon

    clena up and finalization of subsys targeting
 code/ai/aiturret.cpp | 14 ++++++++------
 code/parse/sexp.cpp  | 42 +++++++++++++++++++++---------------------
 fred2/sexp_tree.cpp  | 11 +++++++++++
 3 files changed, 40 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 8c387d750
Author: Baezon
Commit: Baezon

    tentative subsys targeting
 code/ai/aiturret.cpp   |  8 ++++++++
 code/parse/sexp.cpp    | 50 ++++++++++++++++++++++++++++++++++++++++++++++----
 code/parse/sexp.h      |  3 ++-
 code/ship/ship_flags.h |  1 +
 4 files changed, 57 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit b6314feb2
Author: Goober5000
Commit: Goober5000

    add comment
 fred2/sexp_tree.cpp | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit a12472296
Author: Goober5000
Commit: Goober5000

    qtfred
 qtfred/src/mission/missionsave.cpp | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 47543ac7d
Author: Goober5000
Commit: Goober5000

    implement keyboard shortcuts, implement mission saving for bg color
 code/mission/missiongoals.h   |   1 -
 code/mission/missionparse.cpp |  12 +-
 fred2/eventeditor.cpp         |   5 -
 fred2/eventeditor.h           |   1 -
 fred2/fred.rc                 | 147 ++++++++--------
 fred2/freddoc.cpp             |  41 -----
 fred2/freddoc.h               |  49 ------
 fred2/missionsave.cpp         |  13 +-
 fred2/resource.h              |   4 +-
 fred2/sexp_tree.cpp           | 396 ++++++++++++++++++++++++------------------
 fred2/sexp_tree.h             |  12 +-
 11 files changed, 327 insertions(+), 354 deletions(-)

------------------------------------------------------------------------
commit 262b45188
Author: Goober5000
Commit: Goober5000

    resizable Event Editor
 fred2/fred.rc | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 62 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit c0446cd03
Author: Goober5000
Commit: Goober5000

    color stuff works pretty well
 fred2/eventeditor.cpp | 50 ++++++++++++++++++++++++++++++++++++++++++++++----
 fred2/eventeditor.h   |  1 +
 2 files changed, 47 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit bc37fda89
Author: Goober5000
Commit: Goober5000

    reorganize event annotations a bit preliminary work for background color and changing indent implement a sort-of-working background color change
 code/mission/missiongoals.h |  4 ++
 fred2/eventeditor.cpp       | 96 +++++++++++++++++++++++++++++++++++----------
 fred2/eventeditor.h         |  3 ++
 fred2/fred.rc               |  6 +++
 fred2/resource.h            |  5 ++-
 fred2/sexp_tree.cpp         | 33 +++++++++++++++-
 fred2/sexp_tree.h           |  2 +
 7 files changed, 126 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit be76cd727
Author: Baezon
Commit: Baezon

    implement turret-forced-target
 code/ai/aiturret.cpp   |  13 +++---
 code/parse/sexp.cpp    | 107 +++++++++++++++++++++++++++++++++++++++++++++++++
 code/parse/sexp.h      |   2 +
 code/ship/ship_flags.h |   1 +
 4 files changed, 118 insertions(+), 5 deletions(-)