Author Topic: Nightly: 07 October 2022 - Revision 473521f5e  (Read 225 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 07 October 2022 - Revision 473521f5e
Here is the nightly for 07 October 2022 - Revision 473521f5e



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 00d067be4
Author: MjnMixael
Commit: GitHub

    Fix one missed resize mode (#4765)
 code/mission/missionbriefcommon.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2ba9a03d9
Author: David Gibson
Commit: David Gibson

    Restored submodel detail level message
 code/model/modelread.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 14929db6f
Author: Goober5000
Commit: Goober5000

    address feedback and add sexps
 code/parse/sexp.cpp                 | 259 ++++++++++++++++++++++++++++--------
 code/parse/sexp.h                   |   5 +
 fred2/sexp_tree.cpp                 |  21 +++
 fred2/sexp_tree.h                   |   1 +
 qtfred/src/ui/widgets/sexp_tree.cpp |  20 +++
 qtfred/src/ui/widgets/sexp_tree.h   |   1 +
 6 files changed, 251 insertions(+), 56 deletions(-)

------------------------------------------------------------------------
commit 364741ef8
Author: Goober5000
Commit: Goober5000

    additional flag error checking
 code/parse/sexp.cpp                      | 16 ++++++++++++++++
 code/scripting/api/objs/parse_object.cpp | 13 +++++++++++++
 code/scripting/api/objs/ship.cpp         | 13 +++++++++++++
 code/scripting/api/objs/wing.cpp         | 33 ++++++++++++++++++++------------
 4 files changed, 63 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 8694c042f
Author: Goober5000
Commit: Goober5000

    add wing flags
 code/iff_defs/iff_defs.cpp          |  4 +--
 code/mission/missionparse.cpp       |  6 ++--
 code/mission/missionparse.h         |  2 +-
 code/parse/sexp.cpp                 | 10 +++---
 code/scripting/api/objs/wing.cpp    | 64 +++++++++++++++++++++++++++++++++++++
 code/ship/ship.cpp                  | 14 +++++++-
 code/ship/ship.h                    | 10 +++++-
 code/ship/ship_flags.h              |  2 +-
 fred2/sexp_tree.cpp                 |  6 ++--
 qtfred/src/ui/widgets/sexp_tree.cpp |  6 ++--
 10 files changed, 104 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit b76294e52
Author: David Gibson
Commit: David Gibson

    Returned some more serious lines to the general categories.
 code/bmpman/bmpman.cpp                   |  8 ++++----
 code/graphics/opengl/gropenglshader.cpp  | 10 +++++-----
 code/graphics/opengl/gropengltexture.cpp |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit e86bbb013
Author: David Gibson
Commit: David Gibson

    cleanup to the cleanup of filters
 code/anim/animplay.cpp                   |  2 +-
 code/bmpman/bmpman.cpp                   | 14 +++++++-------
 code/cmdline/cmdline.cpp                 |  2 +-
 code/gamesnd/gamesnd.cpp                 |  2 +-
 code/graphics/generic.cpp                |  2 +-
 code/graphics/opengl/gropenglshader.cpp  | 24 ++++++++++++------------
 code/graphics/opengl/gropengltexture.cpp |  4 ++--
 code/lighting/lighting_profiles.cpp      |  2 +-
 code/model/modelread.cpp                 |  4 ++--
 code/scripting/api/libs/base.cpp         |  4 ++--
 10 files changed, 30 insertions(+), 30 deletions(-)