Author Topic: Nightly: 25 October 2022 - Revision e6b9ff736  (Read 205 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 25 October 2022 - Revision e6b9ff736
Here is the nightly for 25 October 2022 - Revision e6b9ff736



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit b3c900803
Author: MjnMixael
Commit: GitHub

    translate key tokens in tips (#4808)
 code/menuui/playermenu.cpp | 25 +++++++++----------------
 code/menuui/playermenu.h   |  1 -
 freespace2/freespace.cpp   |  4 ----
 3 files changed, 9 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit 9d122616d
Author: MjnMixael
Commit: GitHub

    Update credits (#4799)
 code/menuui/credits.cpp | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit f8e99e601
Author: EatThePath
Commit: GitHub

    Actually dynamically populate the empty debug filter files (#4817)
 code/osapi/outwnd.cpp | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 2116d1fe6
Author: BMagnu
Commit: GitHub

    Modular POF Features (#4713)
 code/globalincs/safe_strings.cpp |  45 ++++++
 code/globalincs/safe_strings.h   |   3 +-
 code/model/model.h               |   6 +-
 code/model/modelread.cpp         |   6 +-
 code/model/modelreplace.cpp      | 331 +++++++++++++++++++++++++++++++++++++--
 code/model/modelreplace.h        |  48 +++++-
 6 files changed, 414 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit 3d515ddfb
Author: Goober5000
Commit: Goober5000

    upgrade texture animation code to use new timestamps
 code/globalincs/systemvars.cpp |  1 -
 code/globalincs/systemvars.h   |  1 -
 code/mission/missionparse.cpp  |  4 +---
 code/model/modelinterp.cpp     | 11 ++++-------
 code/model/modelrender.cpp     | 45 +++++++++++++++++++++---------------------
 code/model/modelrender.h       |  3 +--
 code/parse/sexp.cpp            |  2 +-
 code/ship/ship.cpp             |  4 ++--
 code/ship/ship.h               |  2 +-
 code/starfield/starfield.cpp   |  7 ++++++-
 code/starfield/starfield.h     |  1 +
 freespace2/freespace.cpp       |  1 -
 freespace2/freespace.h         |  1 -
 13 files changed, 40 insertions(+), 43 deletions(-)