Author Topic: Nightly: 10 August 2023 - Revision b40f5a15b  (Read 408 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 10 August 2023 - Revision b40f5a15b
Here is the nightly for 10 August 2023 - Revision b40f5a15b



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


Group: MacOSX
nightly_20230810_b40f5a15b-builds-Mac.tar.gz (Mirror)


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


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

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

    use https for indiegames
 ci/post/main.py                      |  2 +-
 ci/post/release.mako                 | 10 +++++-----
 code/ai/ai_flags.h                   |  2 +-
 code/cmdline/cmdline.cpp             |  2 +-
 code/menuui/credits.cpp              |  4 ++--
 code/missionui/missionshipchoice.cpp |  2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 6cf6f8a6f
Author: Goober5000
Commit: Goober5000

    update server
 ci/linux/upload_dist_package.sh | 4 ++--
 ci/post/main.py                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit c273496c1
Author: Goober5000
Commit: Goober5000

    remove obsolete build files
 .travis.yml                 | 175 --------------------------------------------
 Readme.md                   |   2 -
 appveyor.yml                |  62 ----------------
 ci/appveyor/build.ps1       | 164 -----------------------------------------
 ci/appveyor/test.ps1        |  13 ----
 ci/travis/before_deploy.sh  |   8 --
 ci/travis/before_install.sh |  20 -----
 ci/travis/before_script.sh  |  50 -------------
 ci/travis/check_release.sh  |  74 -------------------
 ci/travis/ftp_deploy.sh     |  89 ----------------------
 ci/travis/install.sh        |  47 ------------
 ci/travis/release.sh        |  68 -----------------
 ci/travis/script.sh         |  30 --------
 13 files changed, 802 deletions(-)

------------------------------------------------------------------------
commit 8933aaff3
Author: Goober5000
Commit: Goober5000

    address feedback and add more chex
 code/ai/aigoals.cpp | 41 ++++++++++++++++++++++++++++++-----------
 1 file changed, 30 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit a3de0db73
Author: Goober5000
Commit: Goober5000

    remove Int3()'s in ai_mission_goal_achievable
 code/ai/aigoals.cpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)