Author Topic: Nightly: 21 November 2023 - Revision 737717fe3  (Read 422 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 21 November 2023 - Revision 737717fe3
Here is the nightly for 21 November 2023 - Revision 737717fe3



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 703269aa7
Author: Asteroth
Commit: Asteroth

    fix for lasers with head on bitmaps
 code/weapon/weapons.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5fd439fb6
Author: ETP
Commit: ETP

    Clean now-unused batch rendering flag.
 code/particle/particle.cpp | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 2043f836e
Author: ETP
Commit: ETP

    Clean extra batched buffer run in particles
 code/particle/particle.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit 4a3c7fc9a
Author: ETP
Commit: ETP

    Batched buffers are rendered soon after this anyway and the overhead is considerable.
 code/object/objectsort.cpp | 12 ------------
 1 file changed, 12 deletions(-)

------------------------------------------------------------------------
commit eca583074
Author: mjn-mixael
Commit: mjn-mixael

    update check for 23_3 data
 code/mission/missionparse.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit b7045f175
Author: mjn-mixael
Commit: mjn-mixael

    do not validate loadouts feature
 code/mission/missionparse.cpp      |  6 ++++++
 code/mission/missionparse.h        |  1 +
 fred2/fred.rc                      |  6 ++++++
 fred2/freddoc.cpp                  |  2 +-
 fred2/missionsave.cpp              | 15 ++++++++++++---
 fred2/playerstarteditor.cpp        | 20 ++++++++++++++++++++
 fred2/playerstarteditor.h          |  4 ++++
 fred2/resource.h                   |  1 +
 qtfred/src/mission/Editor.cpp      |  2 +-
 qtfred/src/mission/missionsave.cpp | 15 ++++++++++++---
 10 files changed, 64 insertions(+), 8 deletions(-)