Author Topic: Nightly: 30 January 2021 - Revision 213d20f7e  (Read 453 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 30 January 2021 - Revision 213d20f7e
Here is the nightly for 30 January 2021 - Revision 213d20f7e



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 5187ea504
Author: Goober5000
Commit: Goober5000

    Revert "Disable Qt projects since downloads are broken"
 .github/workflows/build-nightly.yaml | 74 +++++++++++++++++------------------
 .github/workflows/build-release.yaml | 74 +++++++++++++++++------------------
 .github/workflows/pr-workflow.yaml   | 76 ++++++++++++++++++------------------
 ci/linux/configure_cmake.sh          |  2 +-
 4 files changed, 113 insertions(+), 113 deletions(-)

------------------------------------------------------------------------
commit 91be42859
Author: Baezon
Commit: Baezon

    missing '$'
 code/ai/ai_profiles.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 43ae0e357
Author: Goober5000
Commit: Goober5000

    qtfred
 qtfred/src/mission/Editor.cpp      |  2 +-
 qtfred/src/mission/missionsave.cpp | 43 ++++++++++++++++++++------------------
 2 files changed, 24 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit 2be4818d2
Author: Goober5000
Commit: Goober5000

    tweak parsing since we want to read annotations generally
 code/mission/missionparse.cpp | 18 ++++++++++--------
 fred2/missionsave.cpp         | 27 +++++++++++++++------------
 2 files changed, 25 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 9bebdbb57
Author: Goober5000
Commit: Goober5000

    rename event_comment to event_annotation
 code/mission/missiongoals.cpp |   2 +-
 code/mission/missiongoals.h   |   6 +--
 code/mission/missionparse.cpp |  12 ++---
 fred2/eventeditor.cpp         | 107 ++++++++++++++++++++++--------------------
 fred2/eventeditor.h           |  10 ++--
 fred2/management.cpp          |   2 +-
 fred2/missionsave.cpp         |  18 +++----
 7 files changed, 80 insertions(+), 77 deletions(-)

------------------------------------------------------------------------
commit 04cf220f2
Author: Goober5000
Commit: Goober5000

    comment capability for FRED
 code/localization/localize.cpp      |  11 +-
 code/localization/localize.h        |   4 +-
 code/mission/missiongoals.cpp       |   2 +
 code/mission/missiongoals.h         |  13 ++
 code/mission/missionparse.cpp       |  29 ++++
 fred2/eventeditor.cpp               | 301 +++++++++++++++++++++++++++++++++---
 fred2/eventeditor.h                 |  25 ++-
 fred2/fred.rc                       | 125 ++++++---------
 fred2/management.cpp                |   2 +
 fred2/missionsave.cpp               |  63 +++++++-
 fred2/res/comment.bmp               | Bin 0 -> 246 bytes
 fred2/resource.h                    |   5 +-
 fred2/sexp_tree.cpp                 |  18 +++
 fred2/sexp_tree.h                   |   7 +-
 fred2/shipeditordlg.cpp             |   8 +-
 fred2/textviewdlg.cpp               |  85 ++++++++--
 fred2/textviewdlg.h                 |  27 +++-
 qtfred/resources/images/comment.png | Bin 0 -> 235 bytes
 qtfred/src/mission/Editor.cpp       |   2 +
 qtfred/src/mission/missionsave.cpp  |  63 +++++++-
 qtfred/src/ui/widgets/sexp_tree.cpp |   2 +
 qtfred/src/ui/widgets/sexp_tree.h   |   1 +
 22 files changed, 648 insertions(+), 145 deletions(-)

------------------------------------------------------------------------
commit 52f57df06
Author: Baezon
Commit: Baezon

    NULL -> nullptr
 code/ai/aicode.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 751542297
Author: Baezon
Commit: Baezon

    clarity parentheses
 code/weapon/weapons.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8d841fa1c
Author: Baezon
Commit: Baezon

    clean up
 code/ai/ai_flags.h      |  1 +
 code/ai/ai_profiles.cpp |  2 ++
 code/ai/aicode.cpp      | 25 +++++++++++++++----------
 code/weapon/weapons.cpp |  6 ++++--
 4 files changed, 22 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit d06eedf13
Author: Baezon
Commit: Baezon

    testing
 code/ai/aicode.cpp      | 50 +++++++++++++++++++++++++++++++++++++++++--------
 code/weapon/weapons.cpp | 11 ++++++-----
 2 files changed, 48 insertions(+), 13 deletions(-)