Author Topic: Nightly: 05 December 2022 - Revision 5bb869953  (Read 290 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 05 December 2022 - Revision 5bb869953
Here is the nightly for 05 December 2022 - Revision 5bb869953

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 5bb869953
Author: BMagnu
Commit: GitHub

    Animate More Things (#4936)
 code/mission/missionparse.cpp                |   7 ++
 code/mission/missionparse.h                  |   2 +
 code/model/modelanimation.cpp                |  62 ++++++++++------
 code/model/modelanimation.h                  |  48 ++++++------
 code/object/object.cpp                       |  12 +++
 code/parse/sexp.cpp                          |   4 +-
 code/scripting/api/libs/mission.cpp          | 106 +++++++++++++++++++++++++++
 code/scripting/api/objs/animation_handle.cpp |  64 ++++++++++++++++
 code/scripting/api/objs/animation_handle.h   |  13 ++++
 code/scripting/api/objs/ship.cpp             |  88 ++++++++++++++++++++--
 code/ship/ship.cpp                           |  20 ++++-
 code/ship/ship.h                             |   5 +-
 code/source_groups.cmake                     |   2 +
 code/starfield/starfield.cpp                 |   6 +-
 fred2/missionsave.cpp                        |  44 +++++++++++
 freespace2/freespace.cpp                     |   2 +-
 qtfred/src/mission/missionsave.cpp           |  44 +++++++++++
 17 files changed, 467 insertions(+), 62 deletions(-)

------------------------------------------------------------------------
commit 7c695eebd
Author: MjnMixael
Commit: GitHub

    Allow setting glowpoint light intensity (#4955)
 code/model/model.h         | 1 +
 code/model/modelread.cpp   | 5 +++++
 code/model/modelrender.cpp | 4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 8f6e6e97f
Author: Goober5000
Commit: Goober5000

    fix wing name matching
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 9c9ca3bcd
Author: Goober5000
Commit: Goober5000

    remove unneeded function prototypes
 code/parse/sexp.h | 8 --------
 1 file changed, 8 deletions(-)

------------------------------------------------------------------------
commit 360dcd4e1
Author: Goober5000
Commit: Goober5000

    add some additional weapon checks
 code/parse/sexp.cpp | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)