Author Topic: Nightly: 02 April 2022 - Revision 3863c8fd1  (Read 569 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 02 April 2022 - Revision 3863c8fd1
Here is the nightly for 02 April 2022 - Revision 3863c8fd1



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 3d983207f
Author: Goober5000
Commit: GitHub

    bump version to 22.1.x (#4124)
 cmake/version.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 363b5743e
Author: Goober5000
Commit: Goober5000

    more details
 Changelog.md | 8 ++++++++
 1 file changed, 8 insertions(+)

------------------------------------------------------------------------
commit ddb69482c
Author: Goober5000
Commit: Goober5000

    changelog
 Changelog.md | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

------------------------------------------------------------------------
commit 534c1f2c3
Author: Goober5000
Commit: Goober5000

    fix 4122
 code/graphics/software/VFNTFont.cpp | 6 +++---
 code/graphics/software/font.cpp     | 3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 1d3e62f00
Author: Tyler Blount
Commit: GitHub

    Bump FSO version to 22.0
 cmake/version.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit e84fc4fcd
Author: Goober5000
Commit: Goober5000

    enhance help text for Lua sexps
 code/parse/parselo.cpp      | 13 ++++++++++
 code/parse/parselo.h        |  1 +
 code/parse/sexp/LuaSEXP.cpp | 58 +++++++++++++++++++++++++++++++++++++++++++--
 code/parse/sexp/LuaSEXP.h   |  3 +++
 4 files changed, 73 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 375ae25ac
Author: Goober5000
Commit: Goober5000

    add campaign start hook
 code/menuui/readyroom.cpp          | 12 ++++++++++++
 code/menuui/readyroom.h            |  3 +++
 code/playerman/managepilot.cpp     |  3 +++
 code/scripting/api/objs/player.cpp |  4 ++++
 4 files changed, 22 insertions(+)

------------------------------------------------------------------------
commit a047be61d
Author: Goober5000
Commit: Goober5000

    add capability (plus sexps) to set navpoint color
 code/autopilot/autopilot.cpp | 15 ++++++++++++
 code/autopilot/autopilot.h   | 12 ++++++++++
 code/hud/hudnavigation.cpp   |  6 ++---
 code/parse/sexp.cpp          | 57 +++++++++++++++++++++++++++++++++++++++++++-
 code/parse/sexp.h            |  2 ++
 5 files changed, 87 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 79c096a48
Author: Goober5000
Commit: Goober5000

    add missile list iterator
 code/scripting/api/libs/mission.cpp | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)