Author Topic: Nightly: 09 May 2022 - Revision 7fd20c667  (Read 257 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 09 May 2022 - Revision 7fd20c667
Here is the nightly for 09 May 2022 - Revision 7fd20c667



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 7fd20c667
Author: Joshua Glatt
Commit: GitHub

    Implement query_modified() for Add/Modify Container FRED dialog (#4247)
 fred2/addmodifycontainerdlg.cpp | 7 ++++++-
 fred2/addmodifycontainerdlg.h   | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6f8e60eb1
Author: Joshua Glatt
Commit: GitHub

    SEXP containers, Part 8: Change SEXPs (#3862)
 code/parse/sexp.cpp           | 125 +++++++++++++++++++
 code/parse/sexp.h             |   3 +-
 code/parse/sexp_container.cpp | 276 +++++++++++++++++++++++++++++++++++++++++-
 code/parse/sexp_container.h   |   3 +-
 4 files changed, 403 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit a654b61d0
Author: Joshua Glatt
Commit: GitHub

    SEXP containers, Part 7: Status SEXPs (#3861)
 code/parse/sexp.cpp           | 126 ++++++++++++++++++-
 code/parse/sexp.h             |   3 +-
 code/parse/sexp_container.cpp | 282 +++++++++++++++++++++++++++++++++++++++++-
 code/parse/sexp_container.h   |   3 +
 4 files changed, 411 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 2e4a568e2
Author: Asteroth
Commit: Asteroth

    update the swap bsp functions
 code/model/modelread.cpp | 41 ++++++++---------------------------------
 1 file changed, 8 insertions(+), 33 deletions(-)

------------------------------------------------------------------------
commit 326a0c32d
Author: Asteroth
Commit: Asteroth

    fix memory leak and use tmap verts directly
 code/model/modelcollide.cpp | 16 +++++-----------
 code/model/modelinterp.cpp  | 18 ++++--------------
 code/model/modeloctant.cpp  | 10 ++--------
 3 files changed, 11 insertions(+), 33 deletions(-)